rtyler / Spawning

Spawning is a wsgi server which supports multiple processes, multiple threads, green threads, non-blocking HTTP io, and automatic graceful upgrading of code
http://pypi.python.org/pypi/Spawning
MIT License
120 stars 18 forks source link

eventlet version #17

Closed ashcrow closed 13 years ago

ashcrow commented 13 years ago

I see Spawning now requires eventlet 0.9.12 or greater per:

3a8604a8 (R. Tyler Ballance        2010-08-23 13:38:30 -0700 32) install_requires = ['eventlet >= 0.9.12',]

What features of 0.9.12 are being utilized? I ask because I may have to backport via patches to 0.9.9.

rtyler commented 13 years ago

Between 0.9.9 and 0.9.12 there aren't any changes that Spawning makes use of, I have a habit of bumping that version number just to make sure everybody gets the latest perf improvements in eventlet :)

ashcrow commented 13 years ago

Ah! OK, thanks for the super fast response!

rtyler commented 13 years ago

Think it's safe to close this :)