1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de"><head><!--
4        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
5              This file is generated from xml source: DO NOT EDIT
6        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
7      -->
8<title>mpm_winnt - Apache HTTP Server</title>
9<link href="/style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
10<link href="/style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
11<link href="/style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="/style/css/prettify.css" />
12<script src="/style/scripts/prettify.js" type="text/javascript">
13</script>
14
15<link href="/images/favicon.ico" rel="shortcut icon" /></head>
16<body>
17<div id="page-header">
18<p class="menu"><a href="/mod/">Module</a> | <a href="/mod/directives.html">Direktiven</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="/glossary.html">Glossar</a> | <a href="/sitemap.html">Seitenindex</a></p>
19<p class="apache">Apache HTTP Server Version 2.2</p>
20<img alt="" src="/images/feather.gif" /></div>
21<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="/images/left.gif" /></a></div>
22<div id="path">
23<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP-Server</a> &gt; <a href="http://httpd.apache.org/docs/">Dokumentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Module</a></div>
24<div id="page-content">
25<div id="preamble"><h1>Apache-MPM winnt</h1>
26<div class="toplang">
27<p><span>Verf�gbare Sprachen: </span><a href="/de/mod/mpm_winnt.html" title="Deutsch">&nbsp;de&nbsp;</a> |
28<a href="/en/mod/mpm_winnt.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
29<a href="/ja/mod/mpm_winnt.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
30</div>
31<div class="outofdate">Diese �bersetzung ist m�glicherweise
32            nicht mehr aktuell. Bitte pr�fen Sie die englische Version auf
33            die neuesten �nderungen.</div>
34<table class="module"><tr><th><a href="module-dict.html#Description">Beschreibung:</a></th><td> Das Multi-Processing-Modul ist optimiert f�r
35  Windows NT.</td></tr>
36<tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr>
37<tr><th><a href="module-dict.html#ModuleIdentifier">Modulbezeichner:</a></th><td>mpm_winnt_module</td></tr>
38<tr><th><a href="module-dict.html#SourceFile">Quelltext-Datei:</a></th><td>mpm_winnt.c</td></tr></table>
39<h3>Zusammenfassung</h3>
40
41    <p>Dieses Multi-Processing-Modul (MPM) ist die Voreinstellung
42    f�r das Betriebssystem Windows NT. Es verwendet einen einzelnen
43    Steuerprozess, der einen einzelnen Kindprozess startet, welcher
44    wiederum Threads zur Bedienung von Anfragen erstellt.</p>
45</div>
46<div id="quickview"><h3 class="directives">Direktiven</h3>
47<ul id="toc">
48<li><img alt="" src="/images/right.gif" /> <a href="mpm_common.html#coredumpdirectory">CoreDumpDirectory</a></li>
49<li><img alt="" src="/images/right.gif" /> <a href="mpm_common.html#listen">Listen</a></li>
50<li><img alt="" src="/images/right.gif" /> <a href="mpm_common.html#listenbacklog">ListenBacklog</a></li>
51<li><img alt="" src="/images/right.gif" /> <a href="mpm_common.html#maxmemfree">MaxMemFree</a></li>
52<li><img alt="" src="/images/right.gif" /> <a href="mpm_common.html#maxrequestsperchild">MaxRequestsPerChild</a></li>
53<li><img alt="" src="/images/right.gif" /> <a href="mpm_common.html#pidfile">PidFile</a></li>
54<li><img alt="" src="/images/right.gif" /> <a href="mpm_common.html#receivebuffersize">ReceiveBufferSize</a></li>
55<li><img alt="" src="/images/right.gif" /> <a href="mpm_common.html#scoreboardfile">ScoreBoardFile</a></li>
56<li><img alt="" src="/images/right.gif" /> <a href="mpm_common.html#sendbuffersize">SendBufferSize</a></li>
57<li><img alt="" src="/images/right.gif" /> <a href="mpm_common.html#threadlimit">ThreadLimit</a></li>
58<li><img alt="" src="/images/right.gif" /> <a href="mpm_common.html#threadsperchild">ThreadsPerChild</a></li>
59<li><img alt="" src="/images/right.gif" /> <a href="mpm_common.html#threadstacksize">ThreadStackSize</a></li>
60<li><img alt="" src="/images/down.gif" /> <a href="#win32disableacceptex">Win32DisableAcceptEx</a></li>
61</ul>
62<ul class="seealso"><li><a href="#comments_section">Kommentare</a></li></ul></div>
63
64<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
65<div class="directive-section"><h2><a name="Win32DisableAcceptEx" id="Win32DisableAcceptEx">Win32DisableAcceptEx</a>-<a name="win32disableacceptex" id="win32disableacceptex">Direktive</a></h2>
66<table class="directive">
67<tr><th><a href="directive-dict.html#Description">Beschreibung:</a></th><td>F�r die Annahme von Netzwerkverbindungen wird accept() anstelle von AcceptEx() verwendet</td></tr>
68<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>Win32DisableAcceptEx</code></td></tr>
69<tr><th><a href="directive-dict.html#Default">Voreinstellung:</a></th><td><code>AcceptEx() ist standardm��ig aktiviert. Verwenden Sie diese
70Direktive, um den Gebrauch von AcceptEx() zu deaktivieren.</code></td></tr>
71<tr><th><a href="directive-dict.html#Context">Kontext:</a></th><td>Serverkonfiguration</td></tr>
72<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
73<tr><th><a href="directive-dict.html#Module">Modul:</a></th><td>mpm_winnt</td></tr>
74<tr><th><a href="directive-dict.html#Compatibility">Kompatibilit�t:</a></th><td>Verf�gbar ab Version 2.0.49</td></tr>
75</table>
76    <p><code>AcceptEx()</code> ist eine Schnittstelle zu Microsoft Winsock v2,
77    die unter bestimmten Umst�nden einige Leistungsverbesserungen
78    gegen�ber der <code>accept()</code>-API von BSD bietet. Einige beliebte
79    Windows-Produkte, typischerweise Virenscanner oder VPN-Pakete, besitzen
80    jedoch Fehler, welche den einwandfreien Betrieb von <code>AcceptEx()</code>
81    st�ren. Wenn Sie einen Fehler wie:</p>
82
83    <div class="example"><p><code>
84        [error] (730038)An operation was attempted on something that is
85        not a socket.: winnt_accept: AcceptEx failed. Attempting to recover.
86    </code></p></div>
87
88    <p>erhalten, sollten Sie diese Direktive verwenden, um den Gebrauch von
89    <code>AcceptEx()</code> zu unterbinden.</p>
90
91</div>
92</div>
93<div class="bottomlang">
94<p><span>Verf�gbare Sprachen: </span><a href="/de/mod/mpm_winnt.html" title="Deutsch">&nbsp;de&nbsp;</a> |
95<a href="/en/mod/mpm_winnt.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
96<a href="/ja/mod/mpm_winnt.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
97</div><div class="top"><a href="#page-header"><img src="/images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Kommentare</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
98<script type="text/javascript"><!--//--><![CDATA[//><!--
99var comments_shortname = 'httpd';
100var comments_identifier = 'http://httpd.apache.org/docs/2.2/mod/mpm_winnt.html';
101(function(w, d) {
102    if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
103        d.write('<div id="comments_thread"><\/div>');
104        var s = d.createElement('script');
105        s.type = 'text/javascript';
106        s.async = true;
107        s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
108        (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
109    }
110    else { 
111        d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>');
112    }
113})(window, document);
114//--><!]]></script></div><div id="footer">
115<p class="apache">Copyright 2013 The Apache Software Foundation.<br />Lizenziert unter der <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
116<p class="menu"><a href="/mod/">Module</a> | <a href="/mod/directives.html">Direktiven</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="/glossary.html">Glossar</a> | <a href="/sitemap.html">Seitenindex</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
117if (typeof(prettyPrint) !== 'undefined') {
118    prettyPrint();
119}
120//--><!]]></script>
121</body></html>