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 2007/10/05 14:36:55 UTC

DO NOT REPLY [Bug 43560] New: - "[error] server reached MaxClients" though actually not reached

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43560>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43560

           Summary: "[error] server reached MaxClients"  though actually not
                    reached
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P4
         Component: worker
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: serai@lans-tv.com


Worker and Event MPM sometimes says "[error] server reached MaxClients 
setting, consider raising the MaxClients setting" when actually not reached.

example:

ThreadLimit         4
ServerLimit         2
StartServers          1
MaxClients          8
MinSpareThreads      6
MaxSpareThreads      8
ThreadsPerChild      4
MaxRequestsPerChild   0

Make three or more worker busy
(e.g. using three telnets, each makes a worker SERVER_BUSY_READ)

then error_log:
 [error] server reached MaxClients setting, consider raising the MaxClients 
setting

but mod_status says:
4 requests currently being processed, 4 idle workers 
____RWRR

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

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


DO NOT REPLY [Bug 43560] - "[error] server reached MaxClients" though actually not reached

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43560>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43560





------- Additional Comments From serai@lans-tv.com  2007-10-05 05:48 -------
Created an attachment (id=20921)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=20921&action=view)
for trunk, active_thread_count fix

If you apply this patch, 
you will face many
[error] scoreboard is full, not at MaxClients
on error log.

This error is true, but very noisy.

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

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