[fpc-pascal]Multithreaded server

Sebastian Günther sguenther at gmx.de
Mon Jan 22 18:06:14 CET 2001


Roderick van Domburg wrote:
> 
> Also note that this application would need to run on both Linux and Win32
> platforms, so select() and poll() would be out of the question, right?

No, on Win32 you would just use the Win32 API function
'WaitForMultipleObjects' or one of its extensions; they work almost the
same way as select/poll.


- Sebastian




More information about the fpc-pascal mailing list