Subject: Re: [patch] use poll when available on blocking API

Re: [patch] use poll when available on blocking API

From: Simon Josefsson <simon_at_josefsson.org>
Date: Wed, 24 Mar 2010 08:39:04 +0100

Daniel Stenberg <daniel_at_haxx.se> writes:

> On Tue, 23 Mar 2010, Simon Josefsson wrote:
>
> I dug around in old mail archives to get some specifics to what we're
> trying to avoid. It might be so that modern Mac OS X has a poll() that
> is good enough to be used even though poll() still has serious quirks
> on that OS even though we may never touch those. However, older
> versions of poll() was worse and in general the function has a rather
> bad track record so I think it's safer to just avoid it on macs.
>
>> Hm, as far as I can tell, Daniel Mack says that poll ignores the timeout
>> argument?
>
> Yes, and that goes with older problems we've seen in curl when Mac OS
> ignored the timeout argument. Some versions of poll() on Mac OS failed
> hard when we used it with no file descriptors (basically doing a
> sub-second sleep). It doesn't work on files in /dev. Earlier versions
> have an "inconsistent return of POLLHUP where other implementations
> give POLLIN".

Thanks for info -- I'll see if I can reproduce any of it on my system
and improve the gnulib documentation about system status.

/Simon
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
Received on 2010-03-24