On 5/8/07, Daniel Ouellet <[EMAIL PROTECTED]> wrote:
I use http_load to test my configuration and changes, but I am not
successful at improving it more. Look like connections are timing out
and I can't get more then ~ 300 process serving for httpd. Yes I have
also increase and recompile the httpd to allow more then the hard limit
of 250 and I can start 1500 httpd process if I want and they do run, but
they do not server traffic looks like and I am still getting timeout.
Even if I start "StartServers 2500" httpd process to be sure I don't run
out, or that the start of additional one is not the limit here, I can't
get more then about ~ 300 successful parallel at one with a decent timeout:
first, are you sure you are testing the server and not the client?
second, what happens if you start another web server on port 8080 and
test simultaneously?