]> granicus.if.org Git - apache/commitdiff
Document what the leader MPM is, for the benefit of anyone who
authorBrian Pane <brianp@apache.org>
Mon, 1 Jul 2002 20:16:51 +0000 (20:16 +0000)
committerBrian Pane <brianp@apache.org>
Mon, 1 Jul 2002 20:16:51 +0000 (20:16 +0000)
stumbles across it in a source distribution

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95933 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/experimental/leader/README [new file with mode: 0644]

diff --git a/server/mpm/experimental/leader/README b/server/mpm/experimental/leader/README
new file mode 100644 (file)
index 0000000..a0dbde3
--- /dev/null
@@ -0,0 +1,8 @@
+Leader MPM:
+This is an experimental variant of the standard worker MPM.
+It uses a Leader/Followers design pattern to coordinate work among threads:
+http://deuce.doc.wustl.edu/doc/pspdfs/lf.pdf
+
+As of Apache 2.0.39, the key learnings from the development of the
+leader MPMs have been applied to the worker MPM.  Worker now is
+running faster than leader in benchmark testing.