From apache-cvs-return-6612-apmail-apache-cvs-archive=apache.org@apache.org Tue Jul 10 19:23:52 2001
Return-Path: Syntax: AcceptMutex default|method The If this directive is set to Directives
+
+
+AcceptMutex Directive
+
+Default: AcceptMutex default
+Context: server config
+Status: coreAcceptMutex directives sets the method that Apache
+uses to serialize multiple children accepting requests on network
+sockets. Prior to Apache 2.0, the method was selectable only at
+compile time. The optimal method to use is highly architecture and
+platform dependent. For further details, see the performance tuning
+documentation.default, then the
+compile-time selected default will be used. Other possible
+methods are listed below. Note that not all methods are available
+on all platforms. If a method is specified which is not available,
+a message will be written to the error log listing the available
+methods.
+
+
+
+flockflock(2) system call to lock the
+file defined by the LockFile
+directive.fcntlfnctl(2) system call to lock the
+file defined by the LockFile
+directive.sysvsemproc_pthread
MaxSpareServers directive
1.80 +1 -0 httpd-2.0/docs/manual/mod/directives.html
Index: directives.html
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/mod/directives.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -b -u -r1.79 -r1.80
--- directives.html 2001/05/30 08:37:27 1.79
+++ directives.html 2001/07/10 19:22:40 1.80
@@ -24,6 +24,7 @@
of the terms used in their descriptions available.