Hi,

I've a stresstest program to test a new Http server.
There are 1000 clients logging on to the server.
These logons are handled in a continous thread that has to connect to a Sql 
server for each client.
After that , all clients are polling to this server, waiting for a command 
and are answerred after about 20 sec.
When they first poll together, there are some clients that get an errocode = 
0 and a statuscode=0, the latter should be 200.
On all subsequent polls, the statuscode is correct.
It's very hard to trap this error, as I don't know on wich client this 
strange behaviour will occur.

Is it possible that the 'keep-alive' time has been exceeded.
The logon for these 100 clients takes about 30 sec due to de database 
operations.


Paul 

-- 
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

Reply via email to