So unless I use multiple boxes, I'm not going to be able to service more than 50-100 requests per second no matter how fast apache is?

--------------------------------------------------
From: "William A. Rowe, Jr." <wr...@rowe-clan.net>
Sent: Thursday, April 16, 2009 6:27 PM
To: <users@httpd.apache.org>
Subject: Re: [us...@httpd] Weird timeout connections during benchmark (apache completely stops)?!

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



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