Hi!

On Fri, Jun 26, 2009 at 03:01:19PM +0600, Rauan Maemirov wrote:
>Hi, Clint. Thanks for the answer. But I was interested how can i solve
>it in the scope of libevent.

You can't. Handling signals is a global effect, so libraries shouldn't
touch them implicitly, instead the main program should.

It's the way it is with Unix/POSIX signals.

SIGPIPE is just a very nasty case because of its default settings.

>[...]

Kind regards,

Hannah.
_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkeymail.org/mailman/listinfo/libevent-users

Reply via email to