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
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
<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>
<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>