Dnia 21-01-2008, pon o godzinie 11:26 +0100, Hynek Hanke pisze: [...] > I'm not sure however, how to handle the situation properly. > It doesn't seem to me a very good solution that a speech > library would force the calling program to ignore SIGPIPE. Try to use send instead of write (with MSG_NOSIGNAL flag). ethanak