]> granicus.if.org Git - apache/blob - docs/manual/mod/mpmt_os2.xml
fix name of The Apache Software Foundation
[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
5 <!--
6  Copyright 2002-2004 The Apache Software Foundation
7
8  Licensed under the Apache License, Version 2.0 (the "License");
9  you may not use this file except in compliance with the License.
10  You may obtain a copy of the License at
11
12      http://www.apache.org/licenses/LICENSE-2.0
13
14  Unless required by applicable law or agreed to in writing, software
15  distributed under the License is distributed on an "AS IS" BASIS,
16  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  See the License for the specific language governing permissions and
18  limitations under the License.
19 -->
20
21 <modulesynopsis metafile="mpmt_os2.xml.meta">
22
23 <name>mpmt_os2</name>
24 <description>Hybrid multi-process, multi-threaded MPM for OS/2</description>
25 <status>MPM</status>
26 <sourcefile>mpmt_os2.c</sourcefile>
27 <identifier>mpm_mpmt_os2_module</identifier>
28
29 <summary>
30     <p>The Server consists of a main, parent process and a small, static
31     number of child processes.</p>
32
33     <p>The parent process's job is to manage the child processes. This
34     involves spawning children as required to ensure there are always
35     <directive module="mpm_common">StartServers</directive> processes
36     accepting connections.</p>
37     
38     <p>Each child process consists of a a pool of worker threads and a
39     main thread that accepts connections and passes them to the workers via
40     a work queue. The worker thread pool is dynamic, managed by a
41     maintenance thread so that the number of idle threads is kept between
42     <directive module="mpm_common">MinSpareThreads</directive> and
43     <directive module="mpm_common">MaxSpareThreads</directive>.</p>
44 </summary>
45 <seealso><a href="../bind.html">Setting which addresses and ports Apache
46 uses</a></seealso>
47
48 <directivesynopsis location="mpm_common"><name>User</name>
49 </directivesynopsis>
50 <directivesynopsis location="mpm_common"><name>Group</name>
51 </directivesynopsis>
52 <directivesynopsis location="mpm_common"><name>Listen</name>
53 </directivesynopsis>
54 <directivesynopsis location="mpm_common"><name>ListenBacklog</name>
55 </directivesynopsis>
56 <directivesynopsis location="mpm_common"><name>SendBufferSize</name>
57 </directivesynopsis>
58 <directivesynopsis location="mpm_common"><name>MaxRequestsPerChild</name>
59 </directivesynopsis>
60 <directivesynopsis location="mpm_common"><name>MaxSpareThreads</name>
61 </directivesynopsis>
62 <directivesynopsis location="mpm_common"><name>MinSpareThreads</name>
63 </directivesynopsis>
64 <directivesynopsis location="mpm_common"><name>PidFile</name>
65 </directivesynopsis>
66 <directivesynopsis location="mpm_common"><name>StartServers</name>
67 </directivesynopsis>
68
69 </modulesynopsis>