i was running some simple benchmarking tests for apache webservers using HA
proxy as the load balancer and i am getting this error when i increase the load
on the servers
ab -n 10000 -c 100 http:/xxxxx
apr_socket_recv: Connection timed out (110)
ab -n 10000 -c 10 http:/xxxxx
Benchmarking load.iformbuilder.com (be patient)
Completed 1000 requests
Completed 2000 requests
Completed 3000 requests
apr_socket_recv: Connection timed out (110)
Total of 3867 requests completed
any one has seen this before on the webservers?
Regards....