Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : Re: Indy bug?
| Subject: | Re: Indy bug? |
| Posted by: | "turan kolin" (no..@none.com) |
| Date: | 19 Feb 2008 05:56:16 |
Tidtcpserver onlistenexception event---->
Win32 Error. Code: 8.
Not enough storage is available to process this command listen
What about this? When I saw this error in log file I controled the current ram. There was 1GB available ram and 400 GB HDD space.
"turan kolin" <none@none.com> wrote:
>
>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?