chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Re: questionable http-server behaviour under heavyload:


From: Johannes Groedem
Subject: [Chicken-users] Re: questionable http-server behaviour under heavyload: broken pipe
Date: Thu, 26 Aug 2004 21:58:14 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

* Felix Winkelmann <address@hidden>:

> which internally does a signal(SIGPIPE, SIG_IGN).  So I assumed the
> signal will be disabled. Apparently I was wrong. Or not?

It should be possible to ignore it, and if you do, you'll get an
EPIPE-error from write(2), if I remember correctly. (The manpage seems
to agree with me.)

-- 
Johannes Groedem <OpenPGP: 5055654C>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]