Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Mar : Re: How to limit number of concurrent clients in TServerSocket?
| Subject: | Re: How to limit number of concurrent clients in TServerSocket? |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Tue, 25 Mar 2008 16:09:10 |
"Bo Berglund" <bo.berglund@telia.com> wrote in message
news:p90ju3d8p6nnmk4rf6hi5qldlouj8hchqu@4ax.com...
> I had already thought of creating a TList object to keep all
> connected clients and then on disconnect delete the corresponding entry.
TServerSocket already does that for you internally.
Gambit
none