Note: I'm not David -- I was just clarifying Glyph's question. I'm not
suggesting you should use either of those. If you are interested in
things that look like with Twisted, I recommend

 - look at @inlineCallbacks -- it uses generators, not greenlet-style
coroutines, but quite often it covers what you want
 - look at Corotwine -- it's basically greenlets with a Twisted
backend, somewhat comparable to eventlet with a Twisted backend, but
without the monkey patching

cheers
lvh

_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to