]> granicus.if.org Git - apache/blob - docs/manual/mod/mpm_winnt.xml.de
update license header text
[apache] / docs / manual / mod / mpm_winnt.xml.de
1 <?xml version="1.0"?>
2 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
4 <!-- English Revision: 395228 -->
5
6 <!--
7  Licensed to the Apache Software Foundation (ASF) under one or more
8  contributor license agreements.  See the NOTICE file distributed with
9  this work for additional information regarding copyright ownership.
10  The ASF licenses this file to You under the Apache License, Version 2.0
11  (the "License"); you may not use this file except in compliance with
12  the License.  You may obtain a copy of the License at
13
14      http://www.apache.org/licenses/LICENSE-2.0
15
16  Unless required by applicable law or agreed to in writing, software
17  distributed under the License is distributed on an "AS IS" BASIS,
18  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19  See the License for the specific language governing permissions and
20  limitations under the License.
21 -->
22
23 <modulesynopsis metafile="mpm_winnt.xml.meta">
24
25 <name>mpm_winnt</name>
26 <description> Das Multi-Processing-Modul ist optimiert f&uuml;r
27   Windows NT.</description>
28 <status>MPM</status>
29 <sourcefile>mpm_winnt.c</sourcefile>
30 <identifier>mpm_winnt_module</identifier>
31
32 <summary>
33     <p>Dieses Multi-Processing-Modul (MPM) ist die Voreinstellung
34     f&uuml;r das Betriebssystem Windows NT. Es verwendet einen einzelnen
35     Steuerprozess, der einen einzelnen Kindprozess startet, welcher
36     wiederum Threads zur Bedienung von Anfragen erstellt.</p>
37 </summary>
38
39 <directivesynopsis location="mpm_common"><name>CoreDumpDirectory</name>
40 </directivesynopsis>
41 <directivesynopsis location="mpm_common"><name>PidFile</name>
42 </directivesynopsis>
43 <directivesynopsis location="mpm_common"><name>Listen</name>
44 </directivesynopsis>
45 <directivesynopsis location="mpm_common"><name>ListenBacklog</name>
46 </directivesynopsis>
47 <directivesynopsis location="mpm_common"><name>MaxMemFree</name>
48 </directivesynopsis>
49 <directivesynopsis location="mpm_common"><name>MaxRequestsPerChild</name>
50 </directivesynopsis>
51 <directivesynopsis location="mpm_common"><name>ScoreBoardFile</name>
52 </directivesynopsis>
53 <directivesynopsis location="mpm_common"><name>ReceiveBufferSize</name>
54 </directivesynopsis>
55 <directivesynopsis location="mpm_common"><name>SendBufferSize</name>
56 </directivesynopsis>
57 <directivesynopsis location="mpm_common"><name>ThreadLimit</name>
58 </directivesynopsis>
59 <directivesynopsis location="mpm_common"><name>ThreadsPerChild</name>
60 </directivesynopsis>
61 <directivesynopsis location="mpm_common"><name>ThreadStackSize</name>
62 </directivesynopsis>
63
64 <directivesynopsis>
65 <name>Win32DisableAcceptEx</name>
66 <description>F&uuml;r die Annahme von Netzwerkverbindungen wird accept() anstelle von AcceptEx() verwendet</description>
67 <syntax>Win32DisableAcceptEx</syntax>
68 <default>AcceptEx() ist standardm&auml;&szlig;ig aktiviert. Verwenden Sie diese
69 Direktive, um den Gebrauch von AcceptEx() zu deaktivieren.</default>
70 <contextlist><context>server config</context></contextlist>
71 <compatibility>Verf&uuml;gbar ab Version 2.0.49</compatibility>
72
73 <usage>
74     <p><code>AcceptEx()</code> ist eine Schnittstelle zu Microsoft Winsock v2,
75     die unter bestimmten Umst&auml;nden einige Leistungsverbesserungen
76     gegen&uuml;ber der <code>accept()</code>-API von BSD bietet. Einige beliebte
77     Windows-Produkte, typischerweise Virenscanner oder VPN-Pakete, besitzen
78     jedoch Fehler, welche den einwandfreien Betrieb von <code>AcceptEx()</code>
79     st&ouml;ren. Wenn Sie einen Fehler wie:</p>
80
81     <example>
82         [error] (730038)An operation was attempted on something that is
83         not a socket.: winnt_accept: AcceptEx failed. Attempting to recover.
84     </example>
85
86     <p>erhalten, sollten Sie diese Direktive verwenden, um den Gebrauch von
87     <code>AcceptEx()</code> zu unterbinden.</p>
88 </usage>
89 </directivesynopsis>
90
91 </modulesynopsis>