asd asd wrote:
> That is exactly what you said. Unless you mean keep alives? 

Yup.

> That's
> useless I 'm trying to serve requests from different clients, not
> multiple requests from the same client. So how is this going to work
> with connections getting exhausted at 100?

Measuring the 'connect' time is so negligible to be almost immaterial,
if you are generating httpd content and attempting to measure the
capacity of your server.  The exhaustion is not at 100, you merely
perceive it to be.

You want to combine concurrency (-c) and keepalives (-k) to replicate
the processing load on httpd without exhausting the tcp connection id's.


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