home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Complet / Apache / apache_2.0.52-win32-x86-no_ssl.msi / Data.Cab / F278398_mpm_winnt.xml.de < prev    next >
Extensible Markup Language  |  2004-04-17  |  4KB  |  87 lines

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