threading issue : SIGPIPE => SIG_IGN (writing to closed socket) Hello,
hopefully you can give me an answer how HP/UX (11.11 and 11.2x) reacts (I
found different opinoins in the inet):
In a multithreaded library a thread sets the sigaction SIG_IGN for signal
SIGPIPE if it tries to write to a socket and resets to the old sigaction
with SIG_DFL afterwards.
Will EPIPE allways be returned to the same thread if the socket was closed
before write (and RST was received)?
If yes is this guaranteed?
thanks and kind regards,
Oliver |