[tpop3d-discuss]Re: bad file descriptor from select in tpop3d

Martin Blapp mb at imp.ch
Sat, 3 Jun 2006 21:37:59 +0200 (CEST)


Hi,

>
> It doesn't watch for EV_WRITE events on accepted sockets until it's needed
> (the check happens in an event called every second).
>
> Unfortunately I don't like fire-event-every-second solution.
>

Hi,

On which OS did you test this ? Using kqueue on BSD the CPU usage should
be the same or less than using select().

Martin