Python signal handling

Dave Swegen dswegen at software.plasmon.com
Wed Apr 17 09:12:04 EDT 2002


I've recently been bitten by a nasty (undocumented) feature in Perl,
where installing a signal handler to catch SIGCHLD will eventually cause
a core dump. So before I venture into any daemon handling in python I
was wondering if Python too suffers from problems with signal handling?

I believe the reason for perl's problem is that it isn't re-entrant, and
thus two rapidly incoming signals will cause perl to fo *Pooof*.

Any info will be much appreciated.

Cheers
    Dave





More information about the Python-list mailing list