https://issues.apache.org/bugzilla/show_bug.cgi?id=46872
Ruediger Pluem <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Ruediger Pluem <[email protected]> 2009-03-18 05:54:23 PST --- (In reply to comment #1) > It seems when ServerLimit 1 the max is correct. > > Conclusion: the max on a balancerMember is multiplied by the count of active > servers. > > Is this a bug? No this no bug, or at least no code bug (maybe a documentation bug). Max limits the maximum numbers of connection *one* server process can do. The highest max setting you can do is the number of threads that are running per process (so this is 1 for prefork and ThreadsPerChild for worker). Higher values are cut off. So you have to coordinate your balancer settings with your MPM servers and ThreadsPerChild settings. -- 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]
