Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : Additional info (solution): Hanging connections.
| Subject: | Additional info (solution): Hanging connections. |
| Posted by: | "Arvid Haugen" (arv..@elis.no) |
| Date: | Mon, 25 Feb 2008 19:01:35 |
Eurekalog was used in this project - so Eurekalog catched the exception
belowe. I assume (I have not had time to check this) but I guess indy
handles this exception later so Eurekalog is messing things up...
I will compile a version without eurekalog and try it again.
"Arvid Haugen" <Arvid@elis.no> skrev i melding
news:47c2cc70$1@newsgroups.borland.com...
> 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?
none