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 reading or writing, but I *do* want
to block while polling with a timeout.  Am I doing something wrong, or is it
working as designed?

-david 

Reply via email to