Stackless python and microthreads

Simon Wittber simon at metaplay.com.au
Thu May 13 22:51:22 EDT 2004


>I'm trying to use microthreads under stackless python

I'm not sure if this is what you are after, however, I have a simple module
that provides a set of miscellaneous python optimization functions, and a
lightweight/weightless/micro thread pool using generator functions. (With
Priority Scheduling)

http://www.metaplay.com.au/MEPH.html

You can find a simpler implementation here:

http://www.metaplay.com.au/microthreads.html



HTH,

Sw.







More information about the Python-list mailing list