mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99565 13f79535-47bb-0310-9956-ffa450edef68
42 lines
1.5 KiB
XML
42 lines
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
|
<?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
|
|
<!-- English revision: 1.6 -->
|
|
|
|
<modulesynopsis metafile="mpm_winnt.xml.meta">
|
|
|
|
<name>mpm_winnt</name>
|
|
<description> Das Multi-Processing-Modul ist optimiert für
|
|
Windows NT.</description>
|
|
<status>MPM</status>
|
|
<sourcefile>mpm_winnt.c</sourcefile>
|
|
<identifier>mpm_winnt_module</identifier>
|
|
|
|
<summary>
|
|
<p>Dieses Multi-Processing-Modul (MPM) ist die Voreinstellung
|
|
für das Betriebssystem Windows NT. Es verwendet einen einzelnen
|
|
Steuerprozess, der einen einzelnen Kindprozess startet, welcher
|
|
wiederum Threads zur Bedienung von Anfragen erstellt.</p>
|
|
</summary>
|
|
|
|
<directivesynopsis location="mpm_common"><name>CoreDumpDirectory</name>
|
|
</directivesynopsis>
|
|
<directivesynopsis location="mpm_common"><name>PidFile</name>
|
|
</directivesynopsis>
|
|
<directivesynopsis location="mpm_common"><name>Listen</name>
|
|
</directivesynopsis>
|
|
<directivesynopsis location="mpm_common"><name>ListenBacklog</name>
|
|
</directivesynopsis>
|
|
<directivesynopsis location="mpm_common"><name>MaxRequestsPerChild</name>
|
|
</directivesynopsis>
|
|
<directivesynopsis location="mpm_common"><name>ScoreBoardFile</name>
|
|
</directivesynopsis>
|
|
<directivesynopsis location="mpm_common"><name>SendBufferSize</name>
|
|
</directivesynopsis>
|
|
<directivesynopsis location="mpm_common"><name>ThreadLimit</name>
|
|
</directivesynopsis>
|
|
<directivesynopsis location="mpm_common"><name>ThreadsPerChild</name>
|
|
</directivesynopsis>
|
|
|
|
</modulesynopsis>
|