[Twisted-Python] sigchld

Jason Rennie jrennie at gmail.com
Fri Feb 11 10:59:24 EST 2011


On Fri, Feb 11, 2011 at 10:01 AM, <exarkun at twistedmatrix.com> wrote:

> On Python 2.5 and earlier you won't be able to get Twisted's SIGCHLD
> handler using signal.getsignal.
>

We're also moving to python 2.6 (the change is really Debian 5 to Debian 6).
 Should it would work in 2.6?


> What sort of things do your signal handlers do?
>

IIRC, the main thing is to shut down the web server (cherrypy) we're running
in parallel with twisted.  We also have some disk-caching for stateful
signals which needs to ensure the cache file is up-to-date.

Cheers,

Jason
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20110211/760baf33/attachment.htm 


More information about the Twisted-Python mailing list