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 15:29:30 |
"Jamie Dale" <j.dale@turboz.net> wrote in message
news:4488a3d3@newsgroups.borland.com...
> In my own server I use an array to keep track of users and threads.
Why are you keeping thrack of them manually? TIdTCPServer already keeps
track of the threads for you, and you can assign user-related data to each
thread.
Gambit