RE: Does apr_pollset_poll( ... ) block on non-blocking sockets?

2004-10-10 Thread Dror Shilo
Title: RE: Does apr_pollset_poll( ... ) block on non-blocking sockets? this function has a bug on windows I have reported this bug at 8/25/2004 but the fix did not got into  ver 1.0.0: the num parameter have to return the length of descriptors the select call returns the total number of

RE: Does apr_pollset_poll( ... ) block on non-blocking sockets?

2004-10-04 Thread David Barrett
Oops, I'm a dope -- I forgot APR times are in microseconds, not milliseconds. Nevermind! > -Original Message- > From: David Barrett [mailto:[EMAIL PROTECTED] > Sent: Sunday, October 03, 2004 7:53 PM > To: dev@apr.apache.org > Subject: Does apr_pollset_poll( ... ) b

Re: Does apr_pollset_poll( ... ) block on non-blocking sockets?

2004-10-04 Thread Jeff Trawick
On Sun, 3 Oct 2004 19:52:36 -0600, David Barrett <[EMAIL PROTECTED]> wrote: > Is the function "apr_pollset_poll( )" supposed to block, even on > non-blocking sockets? I ask because I would like it to, even though it > appears to not. The docs say this about the function: > > Block for ac

Does apr_pollset_poll( ... ) block on non-blocking sockets?

2004-10-04 Thread David Barrett
Is the function "apr_pollset_poll( )" supposed to block, even on non-blocking sockets? I ask because I would like it to, even though it appears to not. The docs say this about the function: Block for activity on the descriptor(s) in a pollset Ideally I would like to *not* block when rea