kqueue alternative?

Terry Lambert tlambert2 at mindspring.com
Sun Jun 15 22:19:20 PDT 2003


Drew Eckhardt wrote:
> In message <20030615172902.GB4882 at webserver.get-linux.org>, oremanj at www.get-lin
> ux.org writes:
> >I would say, use select(2).
> >Is there a reason this wouldn't work?
> 
> fd_set size...

That's inaccurate.  In FreeBSD, select lists are permitted to be
arbitrarily large.  See the select code itself for details.

-- Terry


More information about the freebsd-hackers mailing list