Re: Freebsd thread/signal problem

2005-02-10 Thread Andrew MacIntyre
snacktime wrote: This is on freebsd 5.3-release-p2 with python 2.4 and twisted both installed from ports. I tested it on Debian (sarge) and the signals work fine. I don't have a 5.x system usable at the moment, but last time I looked there were 3 possible threading options - the 4.x libc_r, libk

Freebsd thread/signal problem

2005-02-09 Thread snacktime
I have a client/server application written in python/twisted and on freebsd the server won't shut down correctly with SIGINT or SIGTERM, instead requiring a SIGKILL. The twist is that if I send the server a signal, it will shut down on the next request from the client. In that case it shuts down