[fpc-pascal] Re: large TFDSet in windows, select() and FD_XXX() functions - will this work?
Bernd
prof7bit at googlemail.com
Sun Jun 3 00:57:26 CEST 2012
2012/5/31 Bernd <prof7bit at googlemail.com>:
> I would like to propose something like this as a patch against
> [...]
> lNet to make the TLSelectEventer work the same way on all
> supported platforms
Almindor committed it to trunk :-)
Now we can have non-LCL TCP servers with up to 1023 concurrent
connections on windows too. (LCL version uses WSAAsyncSelect() and not
select() so for LCL programs this never was a problem but for console
apps it was)
More information about the fpc-pascal
mailing list