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

           Summary: ThreadLimit is ignored
           Product: Apache httpd-2
           Version: 2.2.10
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: worker
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


I compiled apache 2.2.10 under Ubuntu Server 8.04.1 with parameter
--with-mpm=worker, and added following configs in httpd.conf:
<IfModule workder.c>
  StartServers 3
  ServerLimit 25
  MaxClients 2000
  MinSpareThreads 50
  MaxSpareThreads 200
  ThreadLimit 200
  ThreadsPerChild 100
  MaxRequestsPerChild 0
</IfModule>

But when i started apache, it printed some warnings:
WARNING: ThreadsPerChild of 100 exceeds ThreadLimit value of 64 threads,
lowering ThreadPerChild to 64. To increase, please see the ThreadLimit
directive.
WARNING: MaxClients(2000) is not an integer multiple of ThreadsPerChild(64),
lowering MaxClients to 1984 for a maximum of 31 child processes,
WARNING: MaxClients of 1984 would require 31 servers, and would exceed the
ServerLimit value of 25.
Automatically lowering MaxClients to 1600. To increase, please see the
ServerLimit directve.

It seems that ThreadLimit is ignored by apache.
Can anyone help me, please?


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

Reply via email to