Re: [twsocket] Stress tool

2006-02-23 Thread Dod
Hello Francois, Yes, the only thing will be to make it a bit scriptable with some send text/wait text to permit minimum login feature. >> In order to test my server that should be able to handle thousands of >> concurrent connections I plan to do some stress tool and make it >> publicly av

Re: [twsocket] Stress tool

2006-02-23 Thread Francois Piette
> In order to test my server that should be able to handle thousands of > concurrent connections I plan to do some stress tool and make it > publicly available to ICS community. Interesting. I can publish it on the usermade page at ICS website if you like. -- [EMAIL PROTECTED] http://www.ov

Re: [twsocket] Interesting article about WSAAccept()

2006-02-23 Thread Dod
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:/

Re: [twsocket] Interesting article about WSAAccept()

2006-02-23 Thread Francois Piette
> 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 ? Yes, it is interesting. But I don't see anything to improve ICS. btw: Have you tri