Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : Hanging connections.
| Subject: | Hanging connections. |
| Posted by: | "Arvid Haugen" (arv..@elis.no) |
| Date: | Mon, 25 Feb 2008 13:05:13 |
Hi,
we have a webserver (TidHTTPServer) that will stopp accepting requests after
a while. Requests come from Internet Explorer.
When i restart it I get a lot of messages in
idServerInterceptLogEvent: like this <ip>:3615 Stat Disconnected.
We have logged triggering of OnConnect and OnDisconnect - OnConnect was
triggered 2148 times and OnDisconnect 2145 times - but anyway I got about 70
"Stat Disconnected" when stopping the server.
Any suggestions what could be the problem?