od_lbmethod_heartbeat.c has this while reading the data:

199             if (server->busy == 0 && server->ready != 0) {
200                 /* Server has zero threads active, but lots of them ready,
201                  * it likely just started up, so lets /4 the number ready,
202                  * to prevent us from completely flooding it with all new
203                  * requests.
204                  */
205                 server->ready = server->ready / 4;
206             }

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to