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: [email protected]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to