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=36495>. 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=36495 ------- Additional Comments From [EMAIL PROTECTED] 2007-09-04 06:08 ------- (In reply to comment #20) > > I have two Apaches and two Tomcats. > > -> Tomcat A > Apache 1 -| > -> Tomcat B > > -> Tomcat A > Apache 2 -| > -> Tomcat B > > Apache's MaxClients is 1024 and Tomcat's maxThreads is also 1024. What's the > recommend setting to avoid ajp_ilink_receive() failed and client-side HTTP 503 > error? 2048, but this is is insane. Try using the APR AJP connector (http://tomcat.apache.org/tomcat-5.5-doc/apr.html). This allows you to limit the number of threads to the number that really need to do work. -- 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]
