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

Minor performance issue; child restart loop goes one-at-a-time #22

Open rdw opened 13 years ago

rdw commented 13 years ago

To repro:

It's not a huge performance problem; it only takes 25% longer than the "Controller.spawn_children(number=50)" that happens on launch. Feel free to close this if you feel it's not worth spending time to fix.