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 2008/07/08 02:47:42 UTC

DO NOT REPLY [Bug 45360] New: Apache Spawns Unnecessary Processes ( forward proxy mode)

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

           Summary: Apache Spawns Unnecessary Processes (forward proxy mode)
           Product: Apache httpd-2
           Version: 2.2.9
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: pbelau1@yahoo.com


This is a repost of bug 45359 but I'm not sure whether it belong here or as a
general Apache bug. Anyway...


Apache seems to occasionally spawn up to 100+ extra processes even though the
apache.conf ServerLimit is set well below the 100+ threshold. Relevant config
is such:

ServerLimit 24
ThreadLimit 512
ThreadsPerChild 512
MinSpareThreads 256
MaxSpareThreads 12288
MaxRequestsPerChild 0
MaxClients 12288

The documentation would imply that the maximum number of processes with such a
configuration would be 24 since MaxRequestsPerChild is infinite and
MaxSpareThreads is equal to MaxClients.


I'm running in forward-proxy mode with a few custom modules but nothing that
forks off new proceses.

Would be glad to provide any additional information and/or debug if someone can
tell me where to look.


-- 
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


DO NOT REPLY [Bug 45360] Apache Spawns Unnecessary Processes ( forward proxy mode)

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45360


Ruediger Pluem <rp...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




--- Comment #1 from Ruediger Pluem <rp...@apache.org>  2008-07-07 23:13:50 PST ---


*** This bug has been marked as a duplicate of bug 45359 ***


-- 
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