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 / F278397_mpm_winnt.xml < prev    next >
Extensible Markup Language  |  2004-04-17  |  3KB  |  87 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
  3. <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  4. <!-- $Revision: 1.4.2.8 $ -->
  5.  
  6. <!--
  7.  Copyright 2002-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>This Multi-Processing Module is optimized for Windows
  26. NT.</description>
  27. <status>MPM</status>
  28. <sourcefile>mpm_winnt.c</sourcefile>
  29. <identifier>mpm_winnt_module</identifier>
  30.  
  31. <summary>
  32.     <p>This Multi-Processing Module (MPM) is the default for the
  33.     Windows NT operating systems. It uses a single control process
  34.     which launches a single child process which in turn creates
  35.     threads to handle requests</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>ListenBacklog</name>
  45. </directivesynopsis>
  46. <directivesynopsis location="mpm_common"><name>MaxRequestsPerChild</name>
  47. </directivesynopsis>
  48. <directivesynopsis location="mpm_common"><name>MaxMemFree</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>Use accept() rather than AcceptEx() to accept network connections</description>
  62. <syntax>Win32DisableAcceptEx</syntax>
  63. <default>AcceptEx() is enabled by default. Use this directive to disable use of
  64.     AcceptEx()</default>
  65. <contextlist><context>server config</context></contextlist>
  66. <compatibility>Available in Version 2.0.49 and later</compatibility>
  67.  
  68. <usage>
  69.     <p><code>AcceptEx()</code> is a Microsoft WinSock v2 API that provides
  70.     some performance improvements over the use of the BSD style
  71.     <code>accept()</code> API in certain circumstances. Some popular Windows
  72.     products, typically virus scanning or virtual private network
  73.     packages, have bugs that interfere with the proper operation of
  74.     <code>AcceptEx()</code>. If you encounter an error condition like:</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>you should use this directive to disable the use of
  82.     <code>AcceptEx()</code>.</p>
  83. </usage>
  84. </directivesynopsis>
  85.  
  86. </modulesynopsis>
  87.