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

Home Page:http://pypi.python.org/pypi/Spawning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SIGHUP to parent causing it to die

rtyler opened this issue · comments

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

This looks like it has been fixed thanks to rdw@