[fpc-pascal]Multithreaded server

Kuba Ober winnie at hoth.amu.edu.pl
Mon Jan 22 18:56:11 CET 2001


On Monday 22 January 2001 12:17 pm, you wrote:
> On Mon, 22 Jan 2001, Sebastian [iso-8859-1] Günther 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.
>
> I'm new to Win32 API calls. Would you have any websites, books or sources
> to recommend?

;-) This is THE basic one:
http://msdn.microsoft.com/library/default.asp

Kuba




More information about the fpc-pascal mailing list