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." <[email protected]>
Sent: Thursday, April 16, 2009 6:27 PM
To: <[email protected]>
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: [email protected]
  "   from the digest: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
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: [email protected]
  "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to