Re: 1.2.x and SIGPIPE
Andreas Aardal Hanssen <[email protected]> Tue, 6 Sep 2005 19:29:58 +0200 (CEST)
| Newsgroups | gmane.mail.imap.binc.devel |
|---|---|
| Message-ID | <[email protected]> |
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---1538120507-276148635-1126027798=:7670 Content-Type: TEXT/PLAIN; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE On Tue, 6 Sep 2005, Jerry Lundstr=C3=B6m wrote: > Hi, > I see that in 1.2.x the authenticate function ignores SIGPIPE and this=20 > leaves alot of "zombie" bincimap-up processes on our boxes after a=20 > while. I was just wondering what the reason for ignoring it was? Ignoring SIGPIPE just means we don't care about the signal - write() and=20 read() still return -1 and errno will be set to EPIPE. I do see "sleeping" bincimap-up processes sometimes, but never saw any=20 zombies. So there's definitely something we can do about the former.. Andy :-) -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | "It is better not to do something http://www.bincimap.org/ | than to do it poorly." ---1538120507-276148635-1126027798=:7670--