]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
worker MPM/mod_status: Support per-worker tracking of pid and
authorJeff Trawick <trawick@apache.org>
Sat, 5 Mar 2005 20:06:55 +0000 (20:06 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 5 Mar 2005 20:06:55 +0000 (20:06 +0000)
commit3e14f168679cb62bdd03068f50cc4836e6071283
treeb4af7ba4c0539605802125be4ac5a75185665408
parent8af9f738b1e7d8a21c2102872f8c02167dd1d201
worker MPM/mod_status: Support per-worker tracking of pid and
generation in the scoreboard so that mod_status can accurately
represent workers in processes which are gracefully terminating.

New child processes with worker MPM can take over slots of
individual threads within gracefully terminating processes.
Sometimes this is a problem (too many of these gracefully
terminating processes), so it is helpful to have mod_status
provide the information required to recognize these processes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@156274 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/ap_mmn.h
include/scoreboard.h
modules/generators/mod_status.c
server/mpm/worker/worker.c