Arno, 

I have enabled all ICSlogger options except DestFile because I had problems 
with multiple threads accessing the same logfile,
So I implemented my logging using the ICSlogger event and synchronized the log 
text onto the mainthread for fileaccess.

The eventlog does not show any trace of "EventID 4226: TCP/IP has reached the 
security limit imposed on the 
number of concurrent TCP connect attempts". 



Eric, 

In regard to your comment, I am using Ethernet not WiFi.



I think I will try to distribute my client application onto several Pc's and 
set a smaller number of threads in each
so that my primary goal (the SSL server stability test) is still able to run.


I appreciate all the help


Best regards
Kurt





-----Oprindelig meddelelse-----
Fra: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] På vegne 
af Arno Garrels
Sendt: 2. september 2010 19:35
Til: ICS support mailing
Emne: Re: [twsocket] TSslWSocket in a non-blocking multithreaded server

Eric-Lionel Rault wrote:
> -> As far as I can interpret the log,  the session is closed due to
> winsock error 10053 ?
> ->"WSAECONNABORTED
> ->10053
> ->Software caused connection abort.
> 
> I've frequently observed this situation when communicating with Wifi
> equipments which are some times out of range.
> 
> When receiving this message, i found out that the socket is closed in
> wsocket.pas.

Which is perfect IMO.
 
> I think the socket shouldn't be close automaticaly, this message is
> usually sent to signify a abnormal delay on receiving.

That's not correct. As the name implies, the connection is gone when
you get this error. 

> my solution was to put comments before or (LastError =
> WSAECONNABORTED) 

How does that help, it won't bring back the connection <g>

Anyway it doesn't help in current case since TryToSend is 
not called.

-- 
Arno Garrels

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be





--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to