upload apache
[bottlenecks.git] / rubbos / app / apache2 / manual / mod / mpm_netware.html.en
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
4         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
5               This file is generated from xml source: DO NOT EDIT
6         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
7       -->
8 <title>mpm_netware - Apache HTTP Server</title>
9 <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
10 <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
11 <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
12 <link href="../images/favicon.ico" rel="shortcut icon" /></head>
13 <body>
14 <div id="page-header">
15 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
16 <p class="apache">Apache HTTP Server Version 2.0</p>
17 <img alt="" src="../images/feather.gif" /></div>
18 <div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
19 <div id="path">
20 <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.0</a> &gt; <a href="./">Modules</a></div>
21 <div id="page-content">
22 <div id="preamble"><h1>Apache MPM netware</h1>
23 <div class="toplang">
24 <p><span>Available Languages: </span><a href="../en/mod/mpm_netware.html" title="English">&nbsp;en&nbsp;</a></p>
25 </div>
26 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Multi-Processing Module implementing an exclusively threaded web
27     server optimized for Novell NetWare</td></tr>
28 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr>
29 <tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>mpm_netware_module</td></tr>
30 <tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mpm_netware.c</td></tr></table>
31 <h3>Summary</h3>
32
33     <p>This Multi-Processing Module (MPM) implements an exclusively
34     threaded web server that has been optimized for Novell
35     NetWare.</p>
36
37     <p>The main thread is responsible for launching child
38     worker threads which listen for connections and serve them when they
39     arrive. Apache always tries to maintain several <dfn>spare</dfn>
40     or idle worker threads, which stand ready to serve incoming
41     requests. In this way, clients do not need to wait for a new
42     child threads to be spawned before their requests can be
43     served.</p>
44
45     <p>The <code class="directive"><a href="../mod/mpm_common.html#startthreads">StartThreads</a></code>,
46     <code class="directive"><a href="../mod/mpm_common.html#minsparethreads">MinSpareThreads</a></code>,
47     <code class="directive"><a href="../mod/mpm_common.html#maxsparethreads">MaxSpareThreads</a></code>, and
48     <code class="directive"><a href="#maxthreads">MaxThreads</a></code>
49     regulate how the main thread creates worker threads to serve
50     requests. In general, Apache is very self-regulating, so most
51     sites do not need to adjust these directives from their default
52     values. Sites with limited memory may need to decrease <code class="directive"><a href="#maxthreads">MaxThreads</a></code> to keep the server from
53     thrashing (spawning and terminating idle threads). More information
54     about tuning process creation is provided in the <a href="../misc/perf-tuning.html">performance hints</a>
55     documentation.</p>
56
57     <p><code class="directive"><a href="../mod/mpm_common.html#maxrequestsperchild">MaxRequestsPerChild</a></code>
58     controls how frequently the server recycles processes by killing old
59     ones and launching new ones. On the NetWare OS it is highly
60     recommended that this directive remain set to 0. This allows worker
61     threads to continue servicing requests indefinitely.</p>
62 </div>
63 <div id="quickview"><h3 class="directives">Directives</h3>
64 <ul id="toc">
65 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#listen">Listen</a></li>
66 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#listenbacklog">ListenBacklog</a></li>
67 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#maxmemfree">MaxMemFree</a></li>
68 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#maxrequestsperchild">MaxRequestsPerChild</a></li>
69 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#maxsparethreads">MaxSpareThreads</a></li>
70 <li><img alt="" src="../images/down.gif" /> <a href="#maxthreads">MaxThreads</a></li>
71 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#minsparethreads">MinSpareThreads</a></li>
72 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#receivebuffersize">ReceiveBufferSize</a></li>
73 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#sendbuffersize">SendBufferSize</a></li>
74 <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#startthreads">StartThreads</a></li>
75 <li><img alt="" src="../images/down.gif" /> <a href="#threadstacksize">ThreadStackSize</a></li>
76 </ul>
77 <h3>See also</h3>
78 <ul class="seealso">
79 <li><a href="../bind.html">Setting which addresses and
80     ports Apache uses</a>
81 </li>
82 </ul></div>
83
84 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
85 <div class="directive-section"><h2><a name="MaxThreads" id="MaxThreads">MaxThreads</a> <a name="maxthreads" id="maxthreads">Directive</a></h2>
86 <table class="directive">
87 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Set the maximum number of worker threads</td></tr>
88 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>MaxThreads <var>number</var></code></td></tr>
89 <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>MaxThreads 2048</code></td></tr>
90 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
91 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
92 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mpm_netware</td></tr>
93 </table>
94     <p>The <code class="directive">MaxThreads</code> directive sets the desired
95     maximum number worker threads allowable. The default value is
96     also the compiled in hard limit. Therefore it can only be lowered,
97     for example:</p>
98
99     <div class="example"><p><code>
100       MaxThreads 512
101     </code></p></div>
102
103 </div>
104 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
105 <div class="directive-section"><h2><a name="ThreadStackSize" id="ThreadStackSize">ThreadStackSize</a> <a name="threadstacksize" id="threadstacksize">Directive</a></h2>
106 <table class="directive">
107 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Determine the stack size for each thread</td></tr>
108 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ThreadStackSize <var>number</var></code></td></tr>
109 <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>ThreadStackSize 65536</code></td></tr>
110 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
111 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
112 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mpm_netware</td></tr>
113 </table>
114     <p>This directive tells the server what stack size to use for
115     each of the running threads. If you ever get a stack overflow
116     you will need to bump this number to a higher setting.</p>
117
118 </div>
119 </div>
120 <div class="bottomlang">
121 <p><span>Available Languages: </span><a href="../en/mod/mpm_netware.html" title="English">&nbsp;en&nbsp;</a></p>
122 </div><div id="footer">
123 <p class="apache">Copyright 2009 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
124 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
125 </body></html>