/[Apache-SVN]
ViewVC logotype

Revision 103018


Jump to revision: Previous Next
Author: striker
Date: Thu Mar 18 07:36:53 2004 UTC (20 years, 3 months ago)
Changed paths: 6
Log Message:
Fix starvation issue on listening sockets where a short-lived
connection on a rarely-accessed listening socket will cause a
child to hold the accept mutex and block out new connections until
another connection arrives on that rarely-accessed listening socket.
With Apache 2.x there is no performance concern about enabling the
logic for platforms which don't need it, so it is enabled everywhere
except for Win32.

Submitted by:	Jeff Trawick
Reviewed by:	Jim Jagielski, Justin Erenkrantz


Changed paths

Path Details
Directoryhttpd/httpd/branches/APACHE_2_0_BRANCH/CHANGES modified , text changed , props changed
Directoryhttpd/httpd/branches/APACHE_2_0_BRANCH/configure.in modified , text changed , props changed
Directoryhttpd/httpd/branches/APACHE_2_0_BRANCH/include/ap_config.h modified , text changed , props changed
Directoryhttpd/httpd/branches/APACHE_2_0_BRANCH/os/unix/unixd.c modified , text changed , props changed
Directoryhttpd/httpd/branches/APACHE_2_0_BRANCH/server/listen.c modified , text changed , props changed
Directoryhttpd/httpd/branches/APACHE_2_0_BRANCH/server/mpm/netware/mpm_netware.c modified , text changed , props changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26