[EMAIL PROTECTED] wrote:
gstein 2003/11/16 17:41:18
Log: With the removal of apr_poll(), the apr_wait_for_io_or_timeout() function needed to be rebuilt. Specifically, it needs a pollset, but we don't want to allocate that all the time. Thus, we need to create it once at socket or file creation time, and then reuse that pollset.
or, as was argued about long ago, just call poll() or select() directly in wait-for-io-or-timeout
obviously a compromise has to be made, with understandable arguments on either side
