mirror of
https://github.com/apache/httpd.git
synced 2025-10-27 09:35:38 +03:00
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91116 13f79535-47bb-0310-9956-ffa450edef68
62 lines
1.8 KiB
HTML
62 lines
1.8 KiB
HTML
<!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>
|
|
|