Commit 266ba11f authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Backport r1690122.

Doc and comment fix only

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1690347 13f79535-47bb-0310-9956-ffa450edef68
parent 71541058
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
    <directive module="mpm_common">StartServers</directive> processes
    accepting connections.</p>

    <p>Each child process consists of a a pool of worker threads and a
    <p>Each child process consists of a pool of worker threads and a
    main thread that accepts connections and passes them to the workers via
    a work queue. The worker thread pool is dynamic, managed by a
    maintenance thread so that the number of idle threads is kept between
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
 * spawning children as required to ensure there are always ap_daemons_to_start
 * processes accepting connections.
 *
 * Each child process consists of a a pool of worker threads and a
 * Each child process consists of a pool of worker threads and a
 * main thread that accepts connections & passes them to the workers via
 * a work queue. The worker thread pool is dynamic, managed by a maintanence
 * thread so that the number of idle threads is kept between