Replacing Greenlets with Threads or Processes

Emile van Sebille emile at fenx.com
Tue Dec 28 10:32:45 EST 2010


On 12/28/2010 6:59 AM Nathanael Abbotts said...
> I need to replace the use of 'greenlets' in an application with threads or processes, but as I've never used greenlets, I don't know where to start when replacing them.
> Could anyone explain to me how I can do this?

Looks like your choice may be limited to processes...

http://groups.google.com/group/pycsp/browse_thread/thread/45209957e27e0293/b67445b092872750?q=python+greenlets

Emile




More information about the Python-list mailing list