poll() vs select() implementations of apr_poll()...

2003-07-31 Thread Brad Nicholes
Since NetWare does not have an implementation of the poll() api, we are obviously using the select() version of apr_poll(). When I run the APR testpoll test it fails on the send_2_signaled_1 test. After doing some research this is what I have discovered. During the flow of testpoll 3 sockets

Re: poll() vs select() implementations of apr_poll()...

2003-07-31 Thread Brad Nicholes
Sorry, sent this to the wrong list. Brad Nicholes Senior Software Engineer Novell, Inc., the leading provider of Net business solutions http://www.novell.com [EMAIL PROTECTED] Thursday, July 31, 2003 3:04:59 PM Since NetWare does not have an implementation of the poll() api, we are