Concurrent tasklets in Stackless Python

Minesh Patel minesh at gmail.com
Mon Mar 9 18:05:42 EDT 2009


Is there a way for multiple tasklets to run in parallel? I have been
following the examples in
http://members.verizon.net/olsongt/stackless/why_stackless.html but it
seems that tasklets block for data or are scheduled and there is no
way to run them concurrently.

-- 
Thanks,
Minesh Patel



More information about the Python-list mailing list