]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add more options to the ap_mpm_query function. This also allows MPMs to
authorRyan Bloom <rbb@apache.org>
Fri, 13 Apr 2001 19:00:39 +0000 (19:00 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 13 Apr 2001 19:00:39 +0000 (19:00 +0000)
commitcd0738be95d681141d961f5aa5c6a5dcdb9ef847
tree590b8a462163a1d03a2a79086acdf6152ea3d756
parenta5a7858f28f7ef655ab67c19d4da6c1e8fc400e1
Add more options to the ap_mpm_query function.  This also allows MPMs to
report if their threads are dynamic or static.  Finally, this also
implements a new API, ap_show_mpm, which returns the MPM that was
required into the core.

We tried to make all of the MPMs report their threading capabilities
correctly, but each MPM expert should double check us.

Submitted by: Harrie Hazewinkel <harrie@covalent.net>

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