]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Changed AP_MPMQ_MAX_DAEMONS to refer to MaxClients and
authorPaul J. Reder <rederpj@apache.org>
Wed, 18 Jul 2001 20:29:00 +0000 (20:29 +0000)
committerPaul J. Reder <rederpj@apache.org>
Wed, 18 Jul 2001 20:29:00 +0000 (20:29 +0000)
commit620a48e6099b08b7a806e0097223f06eab433ddb
treeeb468324461fdc880e26622221619695e7d4292a
parentb8861ba2169e44857d7807424be8f090ca40e28d
Changed AP_MPMQ_MAX_DAEMONS to refer to MaxClients and
added an AP_MPMQ_MAX_DAEMON_USED to refer to the highest
daemon index actually used in the scoreboard. I also
updated the pertinent calls.

Paul J. Reder

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89604 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