Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : Re: Hanging connections.
| Subject: | Re: Hanging connections. |
| Posted by: | "Arvid Haugen" (arv..@elis.no) |
| Date: | Mon, 25 Feb 2008 15:10:56 |
Some extra information.
We are using SSL. And in OnException I get the following execption a lot of
times:
Error accepting connection with SSL.
error:00000005:lib(0):func(0):DH lib
When this happens do I have to send disconnect in OnException or does Indy
take care of it?
In case I have to disconnect - what is the proper way to do that?
"Arvid Haugen" <Arvid@elis.no> skrev i melding
news:47c2aef9$1@newsgroups.borland.com...
> 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?