Hello Francois, Yes I use V6 for my new server project, I was not sure this article was really usefull for ICS but just in case of ...
The guy that wrote the article also wrote some high performace C++ socket classes and wrote other interesting article in this web site. In his article http://www.lenholgate.com/archives/000568.html he says it could receive 70.000 connections (just connection with no data transfert) on a 768MB Windows Server 2003. I am starting to search some information about how to retrieve Non paged pool usage to put it into my server and make it stop/pause incoming connections if it reach for example 90%. I use to integrate memory usage monitoring in my applications to detect mem leaks or just to get statistics about memory average and pic usage. But I think that, from now, I will also add handles and non-pooled memory informations that could be important in hudge servers to detect abnormal values and send alerts (and/or block new server conenctions). Regards. >> I found an interesting article about high number of concurrent >> connection on same server. >> >> http://www.lenholgate.com/archives/000559.html >> >> May be François can read it and find if could be usefull for ICS ? FP> Yes, it is interesting. But I don't see anything to improve ICS. FP> btw: Have you tried V6 ? It accept a much larger number of concurrent sockets because it shares a FP> single hidden window between a lot of components. FP> -- FP> [EMAIL PROTECTED] FP> 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