summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mpm_common.html.en
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2010-10-12 01:35:29 +0200
committerGraham Leggett <minfrin@apache.org>2010-10-12 01:35:29 +0200
commit88839d1f77f5d14a341eafce82d44432d7959bab (patch)
tree03b012d7f0835af79c1d58436a8ac2586b67fb84 /docs/manual/mod/mpm_common.html.en
parentmod_cache: Optionally serve stale data when a revalidation returns a (diff)
downloadapache2-88839d1f77f5d14a341eafce82d44432d7959bab.tar.xz
apache2-88839d1f77f5d14a341eafce82d44432d7959bab.zip
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1021548 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mpm_common.html.en')
-rw-r--r--docs/manual/mod/mpm_common.html.en12
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en
index f02e4be616..d92f6414c1 100644
--- a/docs/manual/mod/mpm_common.html.en
+++ b/docs/manual/mod/mpm_common.html.en
@@ -698,7 +698,7 @@ client connections</td></tr>
<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>65536 on NetWare; varies on other operating systems</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
-<tr><th><a href="directive-dict.html#Module">Module:</a></th><td><code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr>
+<tr><th><a href="directive-dict.html#Module">Module:</a></th><td><code class="module"><a href="../mod/mpm_netware.html">mpm_netware</a></code>, <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code>, <code class="module"><a href="../mod/event.html">event</a></code></td></tr>
<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache HTTP Server 2.1 and later</td></tr>
</table>
<p>The <code class="directive">ThreadStackSize</code> directive sets the
@@ -728,10 +728,16 @@ client connections</td></tr>
of adjustment should only be made in a test environment which allows
the full set of web server processing can be exercised, as there
may be infrequent requests which require more stack to process.
- A change in the web server configuration can invalidate the
- current <code class="directive">ThreadStackSize</code> setting.</li>
+ The minumum required stack size strongly depends on the modules
+ used, but any change in the web server configuration can invalidate
+ the current <code class="directive">ThreadStackSize</code> setting.</li>
</ul>
+ <div class="note">It is recommended to not reduce <code class="directive">ThreadStackSize</code>
+ unless a high number of threads per child process is needed. On some
+ platforms (including Linux), a setting of 128000 is already too low and
+ causes crashes with some common modules.</div>
+
</div>
</div>
<div class="bottomlang">