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

SIGHUP to parent causing it to die #3

Closed rtyler closed 13 years ago

rtyler commented 14 years ago

Seeing this behavior on live when SIGHUP'ing the parent, appears to crash or otherwise kill the parent, orphaning the children processes.

Causing children to continue to finish up active connections but leaving the machine unresponsive to new connections on port 80

rtyler commented 13 years ago

This looks like it has been fixed thanks to rdw@