You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2010/02/03 22:56:00 UTC

DO NOT REPLY [Bug 47022] mod_status: serverlimit vs maxclients

https://issues.apache.org/bugzilla/show_bug.cgi?id=47022

Stefan Fritsch <sf...@sfritsch.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|PatchAvailable              |

--- Comment #1 from Stefan Fritsch <sf...@sfritsch.de> 2010-02-03 13:55:59 UTC ---
> mod_status shows the number of slots available as the
> ServerLimit directive. In my opinion this is not meaningful because if
> you set the MaxClient directive to a lower value it does not reflect
> on the available slots on mod_status.

It's not that easy.

status_init() is only executed during restarts. But the result of
AP_MPMQ_MAX_DAEMON_USED can vary during the server life time (depending on the
MPM).

Also for prefork, MaxClients can shrink below the id of the highest active
daemon during a graceful restart. This would mean that some running processes
are not displayed.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org