On Tue, 18 Sep 2001, RCHAPACH Rochester wrote:

> Yes, FD_SETSIZE is defined in sys/types.h on UNIX flavored
> systems.  If you set it to a high enough value
> (i.e. #DEFINE FD_SETSIZE 65535 ) before sys/types.h gets included,
> it will override the value set in sys/types.h.

this isn't portable.  (it fails on all linux versions.)

where poll() is supported it's the preferred work-around to select()
lameness.

-dean


Reply via email to