summaryrefslogtreecommitdiff
path: root/docs/manual
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-02-16 19:00:24 +0000
committerRyan Bloom <rbb@apache.org>2001-02-16 19:00:24 +0000
commite25e1dc44b57949f8c028dbc878bdeb6be9dcc7d (patch)
tree00b835b4f02fec67ac90dcbb4a380e6b53153bbd /docs/manual
parent7feff797578da639051b741b0917675659c70a77 (diff)
downloadhttpd-e25e1dc44b57949f8c028dbc878bdeb6be9dcc7d.tar.gz
Rename the mpmt_pthread module to threaded. This module has moved from
the old mpmt_pthread directory to the new threaded directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88199 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/mod/index-bytype.html2
-rw-r--r--docs/manual/mod/index.html2
-rw-r--r--docs/manual/mod/mpm_common.html42
-rw-r--r--docs/manual/mod/prefork.html2
-rw-r--r--docs/manual/mod/threaded.html (renamed from docs/manual/mod/mpmt_pthread.html)8
-rw-r--r--docs/manual/mpm.html4
-rw-r--r--docs/manual/mpm.html.en4
7 files changed, 32 insertions, 32 deletions
diff --git a/docs/manual/mod/index-bytype.html b/docs/manual/mod/index-bytype.html
index 3bf425823c..814654c6b7 100644
--- a/docs/manual/mod/index-bytype.html
+++ b/docs/manual/mod/index-bytype.html
@@ -28,7 +28,7 @@ directives</A>.
<DL>
<DT><A HREF="core.html">Core</A>
<DD>Core Apache features.
-<DT><A HREF="mpmt_pthread.html">mpmt_pthread</A>
+<DT><A HREF="threaded.html">threaded</A>
<DD>Multi-Processing Module with Threading via Pthreads; Variable number
of processes, constant number of threads/child
<DT><a href="mpm_winnt.html">mpm_winnt</a>
diff --git a/docs/manual/mod/index.html b/docs/manual/mod/index.html
index 509d412247..ee6ea73dd0 100644
--- a/docs/manual/mod/index.html
+++ b/docs/manual/mod/index.html
@@ -29,7 +29,7 @@ directives</A>.
<DL>
<DT><A HREF="core.html">Core</A>
<DD>Core Apache features.
-<DT><A HREF="mpmt_pthread.html">mpmt_pthread</A>
+<DT><A HREF="threaded.html">threaded</A>
<DD>Multi-Processing Module with Threading via Pthreads; Variable number
of processes, constant number of threads/child
<DT><a href="mpm_winnt.html">mpm_winnt</a>
diff --git a/docs/manual/mod/mpm_common.html b/docs/manual/mod/mpm_common.html
index 500e14c044..b3e634b913 100644
--- a/docs/manual/mod/mpm_common.html
+++ b/docs/manual/mod/mpm_common.html
@@ -94,7 +94,7 @@ connections. If this is off then mod_status will not work properly.</p>
<A
HREF="directive-dict.html#Module"
REL="Help"
-><STRONG>Module:</STRONG></A> mpmt_pthread, perchild, prefork, mpm_winnt</p>
+><STRONG>Module:</STRONG></A> threaded, perchild, prefork, mpm_winnt</p>
<p>This controls the directory to which Apache attempts to switch
before dumping core. The default is in the <A
@@ -125,7 +125,7 @@ you can use this directive to place it in a different location.<P><HR>
<A
HREF="directive-dict.html#Module"
REL="Help"
-><STRONG>Module:</STRONG></A> mpmt_pthread, perchild, prefork</p>
+><STRONG>Module:</STRONG></A> threaded, perchild, prefork</p>
The Group directive sets the group under which the server will answer requests.
In order to use this directive, the stand-alone server must be run initially
@@ -175,7 +175,7 @@ considerations.<P><HR>
<A
HREF="directive-dict.html#Module"
REL="Help"
-><STRONG>Module:</STRONG></A> mpmt_pthread, perchild, prefork, mpm_winnt</p>
+><STRONG>Module:</STRONG></A> threaded, perchild, prefork, mpm_winnt</p>
<p>The PidFile directive sets the file to which the server records the
process id of the daemon. If the filename does not begin with a slash
@@ -210,7 +210,7 @@ Listen [<EM>IP-address</EM>:]<EM>port number</EM><BR>
<A
HREF="directive-dict.html#Module"
REL="Help"
-><STRONG>Module:</STRONG></A> mpmt_pthread, perchild, prefork, mpm_winnt</p>
+><STRONG>Module:</STRONG></A> threaded, perchild, prefork, mpm_winnt</p>
<P>The Listen directive instructs Apache to listen to only specific IP
@@ -279,7 +279,7 @@ interfaces and port numbers, use
<A
HREF="directive-dict.html#Module"
REL="Help"
-><STRONG>Module:</STRONG></A> mpmt_pthread, perchild, prefork, mpm_winnt</p>
+><STRONG>Module:</STRONG></A> threaded, perchild, prefork, mpm_winnt</p>
<P>The maximum length of the queue of pending connections. Generally no
tuning is needed or desired, however on some systems it is desirable
@@ -312,7 +312,7 @@ use exactly what is specified as the backlog, but use a number based on
<A
HREF="directive-dict.html#Module"
REL="Help"
-><STRONG>Module:</STRONG></A> mpmt_pthread, perchild, prefork</p>
+><STRONG>Module:</STRONG></A> threaded, perchild, prefork</p>
<p>The LockFile directive sets the path to the lockfile used when
Apache is compiled with either USE_FCNTL_SERIALIZED_ACCEPT or
@@ -352,7 +352,7 @@ server will try to create.</p>
<A
HREF="directive-dict.html#Module"
REL="Help"
-><STRONG>Module:</STRONG></A> mpmt_pthread, prefork</p>
+><STRONG>Module:</STRONG></A> threaded, prefork</p>
<P>The MaxClients directive sets the limit on the number of child
processes that will be created to serve requests. When the server is
@@ -394,7 +394,7 @@ href="#threadsperchild">ThreadsPerChild</a>.</p>
<A
HREF="directive-dict.html#Module"
REL="Help"
-><STRONG>Module:</STRONG></A> mpmt_pthread, prefork, perchild, mpm_winnt</p>
+><STRONG>Module:</STRONG></A> threaded, prefork, perchild, mpm_winnt</p>
<p>The MaxRequestsPerChild directive sets the limit on the number of requests
that an individual child server process will handle. After MaxRequestsPerChild
@@ -424,7 +424,7 @@ behavior to limit the number of <EM>connections</EM> per child.
<A
HREF="directive-dict.html#Default"
REL="Help"
-><STRONG>Default:</STRONG></A> <CODE>MaxSpareThreads 10 (Perchild) or 500 (Mpmt_pthread) </CODE><BR>
+><STRONG>Default:</STRONG></A> <CODE>MaxSpareThreads 10 (Perchild) or 500 (threaded) </CODE><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
@@ -436,13 +436,13 @@ behavior to limit the number of <EM>connections</EM> per child.
<A
HREF="directive-dict.html#Module"
REL="Help"
-><STRONG>Module:</STRONG></A> mpmt_pthread, perchild</p>
+><STRONG>Module:</STRONG></A> threaded, perchild</p>
<P>Maximum number of idle threads. Different MPMs deal with this directive
differently. Perchild monitor the number of idle threads on a
per-child basis. If there are too many idle threads in that child, the server
will begin to kill threads within that child.</P>
-<P>Mpmt_pthread deals with idle threads on a server-wide basis. If there are
+<P>threaded deals with idle threads on a server-wide basis. If there are
too many idle threads in the server then child processes are killed
until the number of idle threads is less than this number.</p>
@@ -471,7 +471,7 @@ until the number of idle threads is less than this number.</p>
<A
HREF="directive-dict.html#Module"
REL="Help"
-><STRONG>Module:</STRONG></A> mpmt_pthread, perchild</p>
+><STRONG>Module:</STRONG></A> threaded, perchild</p>
<P>Maximum number of threads per child. For MPMs with a variable
number of threads per child, this directive sets the maximum number of
@@ -491,7 +491,7 @@ the server.</p>
<A
HREF="directive-dict.html#Default"
REL="Help"
-><STRONG>Default:</STRONG></A> <CODE>MaxSpareThreads 5 (Perchild) or 250 (Mpmt_pthread) </CODE><BR>
+><STRONG>Default:</STRONG></A> <CODE>MaxSpareThreads 5 (Perchild) or 250 (threaded) </CODE><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
@@ -503,14 +503,14 @@ the server.</p>
<A
HREF="directive-dict.html#Module"
REL="Help"
-><STRONG>Module:</STRONG></A> mpmt_pthread, perchild</p>
+><STRONG>Module:</STRONG></A> threaded, perchild</p>
<P>Minimum number of idle threads to handle request spikes. Different MPMs
deal with this directive differently. Perchild monitor the number
of idle threads on a per-child basis. If there aren't enough idle threads in
that child, the server will begin to create new threads within that child.
</P>
-<P>Mpmt_pthread deals with idle threads on a server-wide basis. If there
+<P>threaded deals with idle threads on a server-wide basis. If there
aren't enough idle threads in the server then child processes are created
until the number of idle threads is greater than number.</p>
@@ -572,7 +572,7 @@ large enough to handle the requests for the entire site.</p>
<A
HREF="directive-dict.html#Module"
REL="Help"
-><STRONG>Module:</STRONG></A> mpmt_pthread, perchild, prefork</p>
+><STRONG>Module:</STRONG></A> threaded, perchild, prefork</p>
<p>The ScoreBoardFile directive is required on some architectures to place
a file that the server will use to communicate between its children and
@@ -610,7 +610,7 @@ about log file placement and
<A
HREF="directive-dict.html#Module"
REL="Help"
-><STRONG>Module:</STRONG></A> mpmt_pthread, perchild, prefork, mpm_winnt</p>
+><STRONG>Module:</STRONG></A> threaded, perchild, prefork, mpm_winnt</p>
The server will set the TCP buffer size to the number of bytes
specified. Very useful to increase past standard OS defaults on high
@@ -640,7 +640,7 @@ fast pipes)
<A
HREF="directive-dict.html#Module"
REL="Help"
-><STRONG>Module:</STRONG></A> mpmt_pthread, prefork</p>
+><STRONG>Module:</STRONG></A> threaded, prefork</p>
<p>The StartServers directive sets the number of child server processes created
on startup. As the number of processes is dynamically controlled depending
@@ -698,13 +698,13 @@ reason to adjust this parameter.</p>
<A
HREF="directive-dict.html#Module"
REL="Help"
-><STRONG>Module:</STRONG></A> mpmt_pthread, mpm_winnt</p>
+><STRONG>Module:</STRONG></A> threaded, mpm_winnt</p>
<P>This directive sets the number of threads created by each child
process. The child creates these threads at startup and never creates
more. if using an MPM like mpmt_winnt, where there is only one child process,
this number should be high enough to handle the entire load of the server.
-If using an MPM like mpmt_pthread, where there are multiple child processes,
+If using an MPM like threaded, where there are multiple child processes,
the total number of threads should be high enough to handle the common load
on the server.</p>
@@ -732,7 +732,7 @@ on the server.</p>
<A
HREF="directive-dict.html#Module"
REL="Help"
-><STRONG>Module:</STRONG></A> mpmt_pthread, perchild, prefork</p>
+><STRONG>Module:</STRONG></A> threaded, perchild, prefork</p>
The User directive sets the userid as which the server will answer requests.
In order to use this directive, the standalone server must be run initially
diff --git a/docs/manual/mod/prefork.html b/docs/manual/mod/prefork.html
index 757b26f33f..26372a9ed5 100644
--- a/docs/manual/mod/prefork.html
+++ b/docs/manual/mod/prefork.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
-<TITLE>Apache MPM mpmt_pthread</TITLE>
+<TITLE>Apache MPM prefork</TITLE>
</HEAD>
<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
diff --git a/docs/manual/mod/mpmt_pthread.html b/docs/manual/mod/threaded.html
index e84450f06d..0d00ff7cab 100644
--- a/docs/manual/mod/mpmt_pthread.html
+++ b/docs/manual/mod/threaded.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
-<TITLE>Apache MPM mpmt_pthread</TITLE>
+<TITLE>Apache MPM threaded</TITLE>
</HEAD>
<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
@@ -14,7 +14,7 @@
>
<!--#include virtual="header.html" -->
-<H1 ALIGN="CENTER">Multi-Processing Module mpmt_pthread</H1>
+<H1 ALIGN="CENTER">Multi-Processing Module threaded</H1>
<P>
This Multi-Processing Module implements a hybrid multi-threaded
multi-process web server.
@@ -28,12 +28,12 @@ REL="Help"
<A
HREF="module-dict.html#SourceFile"
REL="Help"
-><STRONG>Source File:</STRONG></A> mpmt_pthread.c
+><STRONG>Source File:</STRONG></A> threaded.c
<BR>
<A
HREF="module-dict.html#ModuleIdentifier"
REL="Help"
-><STRONG>Module Identifier:</STRONG></A> mpm_mpmt_pthread_module
+><STRONG>Module Identifier:</STRONG></A> mpm_threaded_module
</P>
<H2>Summary</H2>
diff --git a/docs/manual/mpm.html b/docs/manual/mpm.html
index 4d31d81383..6e9ada1650 100644
--- a/docs/manual/mpm.html
+++ b/docs/manual/mpm.html
@@ -46,7 +46,7 @@ MPMs.</li>
<li>The server can be better customized for the needs of the
particular site. For example, sites that need a great deal of
scalability can choose to use a threaded MPM like <a
-href="mod/mpmt_pthread.html">mpmt_pthread</a>, while sites requiring
+href="mod/threaded.html">threaded</a>, while sites requiring
stability or compatibility with older software can use a <a
href="mod/prefork.html">preforking MPM</a>. In addition, special
features like serving different hosts under different userids
@@ -79,7 +79,7 @@ every module that is compiled into the server, including the MPM.</p>
<ul>
<li> BeOS: mpmt_beos</li>
<li> OS/2: spmt_os2</li>
- <li> Unix: mpmt_pthread </li>
+ <li> Unix: threaded </li>
<li> Windows: winnt</li>
</ul>
diff --git a/docs/manual/mpm.html.en b/docs/manual/mpm.html.en
index 4d31d81383..6e9ada1650 100644
--- a/docs/manual/mpm.html.en
+++ b/docs/manual/mpm.html.en
@@ -46,7 +46,7 @@ MPMs.</li>
<li>The server can be better customized for the needs of the
particular site. For example, sites that need a great deal of
scalability can choose to use a threaded MPM like <a
-href="mod/mpmt_pthread.html">mpmt_pthread</a>, while sites requiring
+href="mod/threaded.html">threaded</a>, while sites requiring
stability or compatibility with older software can use a <a
href="mod/prefork.html">preforking MPM</a>. In addition, special
features like serving different hosts under different userids
@@ -79,7 +79,7 @@ every module that is compiled into the server, including the MPM.</p>
<ul>
<li> BeOS: mpmt_beos</li>
<li> OS/2: spmt_os2</li>
- <li> Unix: mpmt_pthread </li>
+ <li> Unix: threaded </li>
<li> Windows: winnt</li>
</ul>