asd asd wrote:
> 
> I find that if when concurrent connections are set to anything above
> 50-100, the server will run fine for 5-10 seconds but then completely
> stops accepting new connections after that.

Not the server, this is TCP/IP 101.  Client and server exhaust the number
of possible tuples that identify the connection until WAIT_TIMEOUT expires,
no more connections are possible.

Use keepalives during your stress testing and you'll be much happier with
the possible results.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to