
bugzilla at apache
Jul 4, 2008, 4:42 AM
Views: 147
Permalink
|
|
[Bug 44584] ab.c: EINTR not checked when calling apr_socket_connect()
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=44584 --- Comment #3 from Ivan Voras <ivoras[at]freebsd.org> 2008-07-04 04:42:46 PST --- Checked on Apache 2.2.9 release, same error: # ab -n 1000 -c 4 http://localhost/ This is ApacheBench, Version 2.3 <$Revision: 655654 $> 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 100 requests Completed 200 requests Completed 300 requests Completed 400 requests Completed 500 requests Test aborted after 10 failures apr_socket_connect(): Operation already in progress (37) Total of 560 requests completed -- 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: bugs-unsubscribe[at]httpd.apache.org For additional commands, e-mail: bugs-help[at]httpd.apache.org
|