Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : Re: IdTCPServer
| Subject: | Re: IdTCPServer |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Thu, 8 Jun 2006 17:12:47 |
"Jamie Dale" <j.dale@turboz.net> wrote in message
news:4488b5a6@newsgroups.borland.com...
> Sorry I wasn't talking of the actual threads that the indy server
> automatically deals with - I was talking of the AThreads for the
> actual connections of each user.
They are the same thing. The AThread parameter of TIdTCPServer's event
handler is the thread that the server created to manage the connection for a
client.
Gambit