]> granicus.if.org Git - apache/commit
Allow modules to query the MPM about it's execution profile. This
authorRyan Bloom <rbb@apache.org>
Fri, 2 Mar 2001 22:46:33 +0000 (22:46 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 2 Mar 2001 22:46:33 +0000 (22:46 +0000)
commitd2d23882afe4cf8b26f97fa268d529bef69da2bc
treebdf01b3f5aef5e22475ebcdf01af36304e232f5e
parent072df7960c07d4120a10f571e44430b5d1ae2aa4
Allow modules to query the MPM about it's execution profile.  This
query API can and should be extended in the future, but for now,
max_daemons, and threading or forking is a very good start.

Non-Unix MPM's do have the MPM query function, although there is no
garauntee that the information is perfect, please check.

Submitted by: Jon Travis <jtravis@covalent.net>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88437 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
CHANGES
include/ap_mpm.h
modules/generators/mod_info.c
server/mpm/beos/beos.c
server/mpm/experimental/perchild/perchild.c
server/mpm/perchild/perchild.c
server/mpm/prefork/prefork.c
server/mpm/spmt_os2/spmt_os2.c
server/mpm/threaded/threaded.c
server/mpm/winnt/mpm_winnt.c
server/mpm_common.c
server/scoreboard.c