You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ian Holsman <ia...@cnet.com> on 2001/08/06 17:51:05 UTC

[PATCH] document worker MPM in MPM.NAMING

Can some kind soul update the server/mpm/MPM.NAMING with a one line
description of what the worker MPM, and possibly a larger comment in
worker.c on what the reason for it's existance is.

(and if it is considered stable/experimental)

Thanks
Ian

(my attempt)

Index: MPM.NAMING
===================================================================
RCS file: /home/cvspublic/httpd-2.0/server/mpm/MPM.NAMING,v
retrieving revision 1.7
diff -u -r1.7 MPM.NAMING
--- MPM.NAMING 2001/04/25 13:07:43 1.7
+++ MPM.NAMING 2001/08/06 15:40:50
@@ -10,4 +10,4 @@
                  threads/child (= Apache/thread)
  spmt_os2 ...... Single Process Model with Threading on OS/2
  winnt ......... Single Process Model with Threading on Windows NT
-
+  worker ........ Multiple-worker/single listener MPM. (experimental)

Index: worker.c
===================================================================
RCS file: /home/cvspublic/httpd-2.0/server/mpm/worker/worker.c,v
retrieving revision 1.8
diff -u -r1.8 worker.c
--- worker.c 2001/08/05 18:41:38 1.8
+++ worker.c 2001/08/06 15:41:47
@@ -55,6 +55,9 @@
* originally written at the National Center for Supercomputing
Applications,
* University of Illinois, Urbana-Champaign.
*/
+/*
+ *  Multiple-worker/single listener MPM. (experimental)
+ */
   
-- 
Ian Holsman          IanH@cnet.com
Performance Measurement & Analysis
CNET Networks   -   (415) 364-8608