[Lazarus] lnet sockets
Bernd
prof7bit at gmail.com
Wed Oct 24 15:57:09 CEST 2012
2012/10/24 Michael Schnell <mschnell at lumino.de>:
> AFAIK epoll (and "select()" is strictly Linux based and he wants top use CE.
select eventer works on windows too, this is what TBestEventer will
choose on windows. There are problems when using more than 63 sockets
with the select eventer on windows because the winsock unit has this
hardcoded upper limit in it (while it would be configurable in the
original C headers) but the svn version of lnet includes a patch that
will change this number to 1023 to make it comparable to the unix
implementations.
More information about the Lazarus
mailing list