'Apache' => 'Apache HTTP Server'

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@926432 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rich Bowen
2010-03-23 02:23:15 +00:00
parent 6588ab5a5b
commit 7e7cb70485
4 changed files with 6 additions and 6 deletions

View File

@ -82,7 +82,7 @@ of consuming threads only for connections with active processing</td></tr>
completes the first request, the client can keep the connection
open, and send further requests using the same socket. This can
save signifigant overhead in creating TCP connections. However,
Apache traditionally keeps an entire child process/thread waiting
Apache HTTP Server traditionally keeps an entire child process/thread waiting
for data from the client, which brings its own disadvantages. To
solve this problem, this MPM uses a dedicated thread to handle both
the Listening sockets, and all sockets that are in a Keep Alive

View File

@ -51,7 +51,7 @@ of consuming threads only for connections with active processing</description>
completes the first request, the client can keep the connection
open, and send further requests using the same socket. This can
save signifigant overhead in creating TCP connections. However,
Apache traditionally keeps an entire child process/thread waiting
Apache HTTP Server traditionally keeps an entire child process/thread waiting
for data from the client, which brings its own disadvantages. To
solve this problem, this MPM uses a dedicated thread to handle both
the Listening sockets, and all sockets that are in a Keep Alive

View File

@ -29,8 +29,8 @@
<p>
Below is a list of all of the modules that come as part of
the Apache distribution. See also the complete
alphabetical list of <a href="directives.html">all Apache
the Apache HTTP Server distribution. See also the complete
alphabetical list of <a href="directives.html">all Apache HTTP Server
directives</a>.
</p>
</div>

View File

@ -25,8 +25,8 @@
<summary>
<p>
Below is a list of all of the modules that come as part of
the Apache distribution. See also the complete
alphabetical list of <a href="directives.html">all Apache
the Apache HTTP Server distribution. See also the complete
alphabetical list of <a href="directives.html">all Apache HTTP Server
directives</a>.
</p>
</summary>