Re: serious bug in Event's poll implementation

2002-01-31 Thread Joshua N Pritikin
On Tue, Jan 29, 2002 at 06:03:21AM +0100, Marc A. Lehmann wrote: > On Mon, Jan 28, 2002 at 06:43:59PM -0500, Allen Smith <[EMAIL PROTECTED]> >wrote: > > > If an filehandle returns POLLHUP or POLLERR Event goes into an > > > endless CPU-eating poll-loop. > > > > Ouch! Yes, the current code woul

Re: timeout for one_event: clarification/RFE?

2002-01-31 Thread Joshua N Pritikin
On Sun, Jan 27, 2002 at 09:43:20PM -0500, Allen Smith wrote: > In other words, if one has one_event(0), will this mean that any > poll/select call will have a timeout of 0, Yes. > or is this only the case if > there are no timeouts from another source (such as a timeout watcher > or i/o watcher