Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : Indy bug?
| Subject: | Indy bug? |
| Posted by: | "turan kolin" (no..@none.com) |
| Date: | 18 Feb 2008 05:56:36 |
delphi 5, Indy devsnapshot
Q1-
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. I tested this with task manager.
Every connection attempt is increase threads count! And this count does not decrease..
There is no problem normal disconnection.
Q2- Tidtcpserver---> maxconnections:=0;
My server program working very well.But some times user connection is not accepted.
if the users can not connect, thread counts of program is starting to increase with every try like that
I explained in Q1.
I think this is indy bug. What must I do?