15 Oct
2009
15 Oct
'09
9:04 p.m.
On Thu, Oct 15, 2009 at 2:54 PM, Dan Eaton
Nothing, other than to log that the signal was received!
You should consider ignoring SIGPIPE, letting the IO operation fail, checking errno for EPIPE, and logging the event then (or doing whatever the asio equivalent to this is). This is way safer than trying to log something from a signal handler. Jon