You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dean Gaudet <dg...@arctic.org> on 1999/05/03 20:13:13 UTC

Re: cvs commit: apache-apr/docs networkio.txt


On Wed, 28 Apr 1999, Ryan Bloom wrote:

> Yes, and the choice is still there, but we NEED one single interface into
> the function.  After looking at select and poll, I decided it was easier
> to implement poll using select than it was to implement select using poll.

+1 (select is better for dense fd_sets, poll is better for sparse... we
use fairly sparse sets) 

Dean