[Twisted-Python] job server project
Laurens Van Houtven
lvh at laurensvh.be
Tue Jan 4 05:02:12 MST 2011
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
More information about the Twisted-Python
mailing list