]> granicus.if.org Git - apache/blob - docs/manual/mod/mpmt_os2.xml
a few new translations and up-to-date patches
[apache] / docs / manual / mod / mpmt_os2.xml
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.5 $ -->
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="mpmt_os2.xml.meta">
23
24 <name>mpmt_os2</name>
25 <description>Hybrid multi-process, multi-threaded MPM for OS/2</description>
26 <status>MPM</status>
27 <sourcefile>mpmt_os2.c</sourcefile>
28 <identifier>mpm_mpmt_os2_module</identifier>
29
30 <summary>
31     <p>The Server consists of a main, parent process and a small, static
32     number of child processes.</p>
33
34     <p>The parent process's job is to manage the child processes. This
35     involves spawning children as required to ensure there are always
36     <directive module="mpm_common">StartServers</directive> processes
37     accepting connections.</p>
38     
39     <p>Each child process consists of a a pool of worker threads and a
40     main thread that accepts connections and passes them to the workers via
41     a work queue. The worker thread pool is dynamic, managed by a
42     maintenance thread so that the number of idle threads is kept between
43     <directive module="mpm_common">MinSpareThreads</directive> and
44     <directive module="mpm_common">MaxSpareThreads</directive>.</p>
45 </summary>
46 <seealso><a href="../bind.html">Setting which addresses and ports Apache
47 uses</a></seealso>
48
49 <directivesynopsis location="mpm_common"><name>User</name>
50 </directivesynopsis>
51 <directivesynopsis location="mpm_common"><name>Group</name>
52 </directivesynopsis>
53 <directivesynopsis location="mpm_common"><name>Listen</name>
54 </directivesynopsis>
55 <directivesynopsis location="mpm_common"><name>ListenBacklog</name>
56 </directivesynopsis>
57 <directivesynopsis location="mpm_common"><name>SendBufferSize</name>
58 </directivesynopsis>
59 <directivesynopsis location="mpm_common"><name>MaxRequestsPerChild</name>
60 </directivesynopsis>
61 <directivesynopsis location="mpm_common"><name>MaxSpareThreads</name>
62 </directivesynopsis>
63 <directivesynopsis location="mpm_common"><name>MinSpareThreads</name>
64 </directivesynopsis>
65 <directivesynopsis location="mpm_common"><name>PidFile</name>
66 </directivesynopsis>
67 <directivesynopsis location="mpm_common"><name>StartServers</name>
68 </directivesynopsis>
69
70 </modulesynopsis>