From 2a1859cfaeacad37fa5b8cf37c5f87bcb70bcb79 Mon Sep 17 00:00:00 2001
From: Rich Bowen
event, depending on platform capabilities
mpm_winntHere, '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
+