https://issues.apache.org/bugzilla/show_bug.cgi?id=50644
Stefan Fritsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|PatchAvailable | --- Comment #4 from Stefan Fritsch <[email protected]> 2011-06-22 21:14:51 UTC --- With a large number of requests, this makes my machine run out of ports because too many connections are in TIME_WAIT: ab -n 100000 -c 40 -k -m 2 http://localhost/ This is ApacheBench, Version 2.3 <$Revision: 1125877 $> Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ Benchmarking localhost (be patient) Completed 10000 requests Completed 20000 requests Completed 30000 requests Completed 40000 requests Completed 50000 requests Test aborted after 10 failures apr_socket_connect(): Cannot assign requested address (99) Total of 56404 requests completed The problem probably appears because now ab closes the connections first while without that option, httpd closes the connections first. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
