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 - [EMAIL PROTECTED]
>>> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message