> For this I configured each client to send about 1000 packets per second of
4 bytes (about 32Kbps).
Your bps computation is wrong. You send 4 data bytes, the actual packets on
the network are much larger (something like 10 times) ! Have a lokk there:
http://sd.wareonearth.com/~phil/net/overhead/
Hi,
I'm doing some tests to evaluate the performance of my application server.
I'm using a tcp socket server on a single thread (dedicated, I don't use
the main thread), connected with 500 clients installed on different
machines (no clients on the server machine).
What I want to evaluate is the a