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 / F278182_beos.xml < prev    next >
Extensible Markup Language  |  2004-04-17  |  4KB  |  102 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.1.2.6 $ -->
  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="beos.xml.meta">
  23.  
  24. <name>beos</name>
  25. <description>This Multi-Processing Module is optimized for BeOS.</description>
  26. <status>MPM</status>
  27. <sourcefile>beos.c</sourcefile>
  28. <identifier>mpm_beos_module</identifier>
  29.  
  30. <summary>
  31.     <p>This Multi-Processing Module (MPM) is the default for BeOS. It uses
  32.     a single control process which creates threads to handle requests.</p>
  33. </summary>
  34. <seealso><a href="../bind.html">Setting which addresses and ports Apache
  35. uses</a></seealso>
  36.  
  37. <directivesynopsis location="mpm_common"><name>User</name>
  38. </directivesynopsis>
  39. <directivesynopsis location="mpm_common"><name>Group</name>
  40. </directivesynopsis>
  41. <directivesynopsis location="mpm_common"><name>Listen</name>
  42. </directivesynopsis>
  43. <directivesynopsis location="mpm_common"><name>ListenBacklog</name>
  44. </directivesynopsis>
  45. <directivesynopsis location="mpm_common"><name>SendBufferSize</name>
  46. </directivesynopsis>
  47. <directivesynopsis location="mpm_common"><name>StartThreads</name>
  48. </directivesynopsis>
  49. <directivesynopsis location="mpm_common"><name>MinSpareThreads</name>
  50. </directivesynopsis>
  51. <directivesynopsis location="mpm_common"><name>MaxSpareThreads</name>
  52. </directivesynopsis>
  53. <directivesynopsis location="mpm_common"><name>MaxClients</name>
  54. </directivesynopsis>
  55. <directivesynopsis location="mpm_common"><name>CoreDumpDirectory</name>
  56. </directivesynopsis>
  57. <directivesynopsis location="mpm_common"><name>MaxMemFree</name>
  58. </directivesynopsis>
  59. <directivesynopsis location="mpm_common"><name>PidFile</name>
  60. </directivesynopsis>
  61. <directivesynopsis location="mpm_common"><name>ScoreBoardFile</name>
  62. </directivesynopsis>
  63.  
  64. <directivesynopsis>
  65. <name>MaxRequestsPerThread</name>
  66. <description>Limit on the number of requests that an individual thread
  67. will handle during its life</description>
  68. <syntax>MaxRequestsPerThread <var>number</var></syntax>
  69. <default>MaxRequestsPerThread 0</default>
  70. <contextlist><context>server config</context></contextlist>
  71.  
  72. <usage>
  73.     <p>The <directive>MaxRequestsPerThread</directive> directive sets
  74.     the limit on the number of requests that an individual server thread
  75.     will handle. After <directive>MaxRequestsPerThread</directive>
  76.     requests, the thread will die. If <directive
  77.     >MaxRequestsPerThread</directive> is <code>0</code>, then the thread
  78.     will never expire.</p>
  79.  
  80.     <p>Setting <directive>MaxRequestsPerThread</directive> to a
  81.     non-zero limit has two beneficial effects:</p>
  82.  
  83.     <ul>
  84.       <li>it limits the amount of memory that a thread can consume
  85.       by (accidental) memory leakage;</li>
  86.  
  87.       <li>by giving threads a finite lifetime, it helps reduce
  88.       the number of threads when the server load reduces.</li>
  89.     </ul>
  90.  
  91.     <note><title>Note:</title>
  92.       <p>For <directive module="core">KeepAlive</directive> requests, only
  93.       the first request is counted towards this limit. In effect, it
  94.       changes the behavior to limit the number of <em>connections</em>
  95.       per thread.</p>
  96.     </note>
  97. </usage>
  98. </directivesynopsis>
  99.  
  100. </modulesynopsis>
  101.  
  102.