diff options
author | Jeff Trawick <trawick@apache.org> | 2005-03-05 21:06:55 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2005-03-05 21:06:55 +0100 |
commit | 3e14f168679cb62bdd03068f50cc4836e6071283 (patch) | |
tree | b4af7ba4c0539605802125be4ac5a75185665408 /include/ap_mmn.h | |
parent | Win32: Init the args to mpm_service_install(). Prevents nasty things like seg... (diff) | |
download | apache2-3e14f168679cb62bdd03068f50cc4836e6071283.tar.xz apache2-3e14f168679cb62bdd03068f50cc4836e6071283.zip |
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
Diffstat (limited to 'include/ap_mmn.h')
-rw-r--r-- | include/ap_mmn.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 8af907aa79..0c0835c1a0 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -92,6 +92,7 @@ * 20050217.0 (2.1.3-dev) Axed find_child_by_pid, mpm_*_completion_context (winnt mpm) * symbols from the public sector, and decorated real_exit_code * with ap_ in the win32 os.h. + * 20050305.0 (2.1.4-dev) added pid and generation fields to worker_score */ #define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */ |