On Fri, 7 Jun 2002, Dick Porter wrote:

> I'm not sure whether we should ignore SIGPIPE in what is essentially a
> library.  Temporarily disabling it on systems that dont have MSG_NOSIGNAL
> should be ok though.

Did you mean:

old = signal(SIGPIPE, SIG_IGN)
sendto()
signal(SIGPIPE, old)

What about the performance?

Jarek


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to