mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
'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:
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user