tpop3d-devel
[Top][All Lists]
Advanced

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

Re: [tpop3d-discuss][PATCH]: poll for tpop3d


From: Arkadiusz Miskiewicz
Subject: Re: [tpop3d-discuss][PATCH]: poll for tpop3d
Date: Sun, 25 Jun 2006 22:30:50 +0200
User-agent: KMail/1.9.3

On Saturday 24 June 2006 19:46, Chris Lightfoot wrote:
> On Thu, Jun 22, 2006 at 08:28:04PM +0200, Arkadiusz Miskiewicz wrote:

> > > applied in CVS, with a poll(2) wrapper and autoconf test.
> > > Please test ;-)
> >
> > Version from cvs works for me.  There is one thing in my patch which
> > could be nicer - match existing code like using xcalloc and xfree instead
> > of malloc and free.
> >
> > ps. another patch for consideration:
> > http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/tpop3d-disable-dotfile-lo
> >cking.patch by address@hidden
>
> Now also applied in CVS.

Please apply this one, too:
http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/tpop3d-poll.patch?rev=1.10

It fixes:
- use poll when available (right now we were always using select fallback)
- fix for case when revents contain more than one event (I guess that's 
possible)
- set descriptors to -1 so kernel can skip them when doing poll()
- the second parameter of poll is highest possible index in an array (no need 
to +1)

-- 
Arkadiusz Miƛkiewicz        PLD/Linux Team
arekm / maven.pl            http://ftp.pld-linux.org/


reply via email to

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