Is the listening socket still listening ? Whatr I already had is a bug in a totally different part of my application which closed the listening socket by error ! This happend if by chance you call CloseHandle with an invalid argument which is unfortunately the listening socket handle.
-- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be ----- Original Message ----- From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" <[email protected]> Sent: Tuesday, March 21, 2006 9:50 PM Subject: [twsocket] Under what conditions THttpServer would stop? > Hello, > > In the latest version that I have in which I implemented the Arno's > TSSLMTServer method, and even in old versions, after some load, the server > component halts. I see nothing strange in the task manager: 9MB ram used up, > 459 handles, etc.. Could this be related to TIME_WAIT (I HIGHLY DOUBT IT as > Apache/IIS do not act like that). Or is this a school-kind synchronization > problem? > > BTW, I am using Socrates--an old freeware stress test tool. I contacted its > author to ask for distribution permission as it is getting rare on the web > and he did not reply. What do you think should we do to not lose this great > tool? > > Best Regards, > > SZ > > -- > To unsubscribe or change your settings for TWSocket mailing list > please goto http://www.elists.org/mailman/listinfo/twsocket > Visit our website at http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
