Date: Sun, 23 Mar 2003 17:22:17 -0800 From: Dave Hayes <dave@jetcafe.org> To: freebsd-questions@freebsd.org Subject: SIGPIPE and threaded servers Message-ID: <200303240122.h2O1MHuq046776@hokkshideh2.jetcafe.org>
next in thread | raw e-mail | index | archive | help
I have a relatively simple threaded TCP server that services high volumes of requests. Currently it appears to randomly crash receiving a SIGPIPE. Attempts to ignore SIGPIPE via the sigaction() semantic only prevent me from sending the signal with "kill" to test whether or not SIGPIPE is actually ignored. =/ What is going on here? ------ Dave Hayes - Altadena CA, USA - dave@jetcafe.org >>> Opinions expressed above are entirely my own <<< "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303240122.h2O1MHuq046776>