Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : Re: Indy bug?
| Subject: | Re: Indy bug? |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Tue, 19 Feb 2008 10:40:22 |
"turan kolin" <none@none.com> wrote in message
news:47b98e94$1@newsgroups.borland.com...
> Tidtcpserver---> maxconnections:=3
> While 3 users be connected if an other user want to connect,
> indy does not give permit. But indy can not terminate this Thread.
There will not be any thread created for that user to begin with. When
MaxConnections has been reached, new clients are accepted and then
disconnected right away without creating a new thread to manage the
connection.
> I tested this with task manager. Every connection attempt is increase
> threads count!
It should not be, since no threads are created.
Gambit