Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: TTcpServer
| Subject: | Re: TTcpServer |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Thu, 25 May 2006 11:08:08 |
"Luca Bottani" <info@noxed.com> wrote in message
news:4475e072$1@newsgroups.borland.com...
> Indy uses blocking sockets rather than the event driven model
> in TServerSocket and TClientSocket, so everything happens in
> a sequence, just like accessing a file.
Indy servers are multi-threaded, so there are asynchronous events for them.
> At least you need to implement a thread class descendent for reading
> from the "indy" socket.
That is already handled automatically.
Gambit
none