<code>--with-mpm=event</code> to the <program>configure</program>
script's arguments when building the <program>httpd</program>.</p>
+
+ <p>When built as a DSO module, it can be loaded with:</p>
+
+ <highlight language="config">
+LoadModule mpm_event_module modules/mod_mpm_event.so
+ </highlight>
+
</summary>
+<seealso><a href="../mpm.html">Multi-Processing Modules (MPMs)</a></seealso>
<seealso><a href="worker.html">The worker MPM</a></seealso>
<section id="event-worker-relationship"><title>Relationship with the Worker MPM</title>
it as a loadable module with
<code>--enable-mpms-shared=motorz</code>.</p>
+
+ <p>When built as a DSO module, it can be loaded with:</p>
+
+ <highlight language="config">
+LoadModule mpm_motorz_module modules/mod_mpm_motorz.so
+ </highlight>
+
</summary>
+<seealso><a href="../mpm.html">Multi-Processing Modules (MPMs)</a></seealso>
<seealso><a href="event.html">The event MPM</a></seealso>
<seealso><a href="worker.html">The worker MPM</a></seealso>
<seealso><a href="prefork.html">The prefork MPM</a></seealso>
ones and launching new ones. On the NetWare OS it is highly
recommended that this directive remain set to 0. This allows worker
threads to continue servicing requests indefinitely.</p>
+
</summary>
+<seealso><a href="../mpm.html">Multi-Processing Modules (MPMs)</a></seealso>
<seealso><a href="../bind.html">Setting which addresses and
ports Apache httpd uses</a>
</seealso>
documentation for details.)</li>
</ul>
+
</summary>
+<seealso><a href="../mpm.html">Multi-Processing Modules (MPMs)</a></seealso>
<seealso><a href="../platform/windows.html">Using Apache HTTP Server on Microsoft Windows</a></seealso>
<directivesynopsis location="core"><name>AcceptFilter</name>
maintenance thread so that the number of idle threads is kept between
<directive module="mpm_common">MinSpareThreads</directive> and
<directive module="mpm_common">MaxSpareThreads</directive>.</p>
+
</summary>
+<seealso><a href="../mpm.html">Multi-Processing Modules (MPMs)</a></seealso>
<seealso><a href="../bind.html">Setting which addresses and ports Apache
uses</a></seealso>
to handle as many simultaneous requests as you expect to receive, but
small enough to assure that there is enough physical RAM for all
processes.</p>
+
+ <p>When built as a DSO module, it can be loaded with:</p>
+
+ <highlight language="config">
+LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
+ </highlight>
+
</summary>
+<seealso><a href="../mpm.html">Multi-Processing Modules (MPMs)</a></seealso>
<seealso><a href="../bind.html">Setting which addresses and ports Apache HTTP Server
uses</a></seealso>
<directive module="mpm_common">MaxRequestWorkers</directive>, which
controls the maximum total number of threads that may be
launched.</p>
+
+ <p>When built as a DSO module, it can be loaded with:</p>
+
+ <highlight language="config">
+LoadModule mpm_worker_module modules/mod_mpm_worker.so
+ </highlight>
+
</summary>
+<seealso><a href="../mpm.html">Multi-Processing Modules (MPMs)</a></seealso>
<seealso><a href="../bind.html">Setting which addresses and ports Apache HTTP Server uses</a></seealso>
<section id="how-it-works"><title>How it Works</title>
for the MPM instead of by rebuilding the server.</p>
<highlight language="config">
- LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
+ LoadModule mpm_event_module modules/mod_mpm_event.so
</highlight>
<p>Attempting to <directive module="mod_so">LoadModule</directive>