On 04/26/02 Jaroslaw Kowalski wrote: > I'm not an unix expert, but I'm wondering if adding MSG_NOSIGNAL to this > system call wouldn't solve the problem. Or, is raising the signal desired?
It would be good to have some info about how widespread the support for MSG_NOSIGNAL is in systems that are not Linux. I used to solve this problem by just ignoring the SIGPIPE signal and checking errno == EPIPE. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
