Feel free to research; the issue is the underlying calls to [WSA]WaitForEventOrTimeout ... Windows can't poll more than 64 handles + timeout event.
Bill At 01:38 AM 4/16/2005, Mladen Turk wrote: >Hi, > >Can we set the FD_SETSIZE to a higher number then 64 >on Windows platform? >Here is what docs say: >The default value of FD_SETSIZE is 64, which can be modified by defining >FD_SETSIZE to another value before including Winsock2.h > >So, I'd like that we define the FD_SETSIZE to a 1024, like its defined >on most other platforms (POSIX). I've tested that with really high >values (16384), and the select works fine. > >Any objections for committing that? > >Regards, >Mladen.
