Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : Re: WaitForMultipleObjects

www.cryer.info
Managed Newsgroup Archive

Re: WaitForMultipleObjects

Subject:Re: WaitForMultipleObjects
Posted by:"Bart van der Werf" (blueli..@xs4all.nl)
Date:Mon, 21 Aug 2006 15:32:55

"Bart van der Werf" <bluelive@xs4all.nl> wrote in message
news:44e2f40b@newsgroups.borland.com...
>I want to use WaitForMultipleObjects to wait for a pool of connections.
>
> with this peice of code as a start im currently trying to get it to work.
>
>    WSAEventSelect( FSocket.Socket.Binding.Handle, FEvent, FD_READ +
> FD_CLOSE);
>   WaitForManyObjects(@FEvent, 1, False, INFINITE);

Rewrite it to talk directly to winsock, only added about 500 lines and 2
days

Replies:

none

In response to:

www.cryer.info
Managed Newsgroup Archive