mpm_winnt.html revision 2eaf662cbc81e823e8d9aeb8d54e69e63032493e
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org" />
<title>Apache MPM pthread</title>
</head>
<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
vlink="#000080" alink="#FF0000">
<!--#include virtual="header.html" -->
<h1 align="CENTER">Multi-Processing Module mpm_winnt</h1>
<p>This Multi-Processing Module is optimized for Windows
NT.</p>
<p><a href="module-dict.html#Status"
rel="Help"><strong>Status:</strong></a> MPM<br />
<a href="module-dict.html#SourceFile"
rel="Help"><strong>Source File:</strong></a> mpm_winnt.c<br />
<a href="module-dict.html#ModuleIdentifier"
rel="Help"><strong>Module Identifier:</strong></a>
mpm_winnt_module</p>
<h2>Summary</h2>
<p>This Multi-Processing Module (MPM) is the default for the
Windows NT operating systems. It uses a single control process
which launches a single child process which in turn creates
threads to handle requests</p>
<h2>Directives</h2>
<ul>
<li><a
href="mpm_common.html#coredumpdirectory">CoreDumpDirectory</a></li>
<li><a href="mpm_common.html#pidfile">PidFile</a></li>
<li><a href="mpm_common.html#listen">Listen</a></li>
<li><a
href="mpm_common.html#listenbacklog">ListenBacklog</a></li>
<li><a
href="mpm_common.html#maxrequestsperchild">MaxRequestsPerChild</a></li>
<li><a
href="mpm_common.html#sendbuffersize">SendBufferSize</a></li>
<li><a
href="mpm_common.html#threadsperchild">ThreadsPerChild</a></li>
</ul>
<!--#include virtual="footer.html" -->
</body>
</html>