[fpc-pascal]Non-blocking sockets

Peter Vreman peter at freepascal.org
Wed Jan 10 09:47:09 CET 2001


> >I am fiddling around with FPC's network communication and was
particular> y
> >interested in the application of non-blocking sockets. 

For linux the smallest way is to use the select() call. There is an example of using
select() in the documentation







More information about the fpc-pascal mailing list