[fpc-pascal]Multithreaded server

Marco van de Voort marcov at stack.nl
Mon Jan 22 21:34:52 CET 2001


> 
> > > 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.
> 
> I'm new to Win32 API calls. Would you have any websites, books or sources
> to recommend?

Besides the M$ references, Borland also has a good reference on its server
(ftp.inprise.com, /pub/techpubs/delphi and deeper or so)




More information about the fpc-pascal mailing list