I've never seen this on one of our HAProxy benchmarks. We usually use siege and our own application (also testing the HTTP applications/user behavior).
For clarity, you do not see timeouts when going direct to, say, nginx serving "hi" on port 80? I ask because maybe this is really a ulimit or kernel tuning thing or a haproxy.cfg maxconn thing behind a slow application. On Thu, Feb 3, 2011 at 7:43 PM, Amol <[email protected]> wrote: > 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.... > > >

