From f2f13898f75900a309240be17b8682b3baf4c331 Mon Sep 17 00:00:00 2001
From: Rich Bowen
event
, depending on platform capabilities
mpm_winnt
Here, 'Unix' is used to mean Unix-like operating systems, such as +Linux, BSD, Solaris, Mac OS X, etc.
In the case of Unix, the decision as to which MPM is installed is +based on two questions:
+1. Does the system support threads?
+2. Does the system support polling?
+ +If the answer to both questions is 'yes', the default MPM is
+event
.
If The answer to #1 is 'yes', but the answer to #2 is 'no', the
+default will be worker
.
If the answer to both questions is 'no', then the default MPM will be
+prefork
.
In practical terms, this means that the default will almost always be
+event
, as all modern operating systems support these
+two features.
Here, 'Unix' is used to mean Unix-like operating systems, such as +Linux, BSD, Solaris, Mac OS X, etc.
In the case of Unix, the decision as to which MPM is installed is +based on two questions:
+1. Does the system support threads?
+2. Does the system support polling?
+ +If the answer to both questions is 'yes', the default MPM is
+
If The answer to #1 is 'yes', but the answer to #2 is 'no', the
+default will be
If the answer to both questions is 'no', then the default MPM will be
+
In practical terms, this means that the default will almost always be
+