Problems with Tomcat 6 APR Connector (Poll events)

2008-06-28 Thread Marcel Huth
Hi, I've a problem using the tomcat APR connector with my Tomcat 6.0.16 under Solaris 10. I've compiled the APR and the Tomcat native Connector. My server.xml is configured to use the connector I've compiled. When Tomcat start up everything looks fine. The server uses the APR connector classes fo

Re: Apache with MaxClients > maxThreads possible?

2008-06-28 Thread Filip Hanik - Dev Lists
use JkOptions +DisableReuse on the httpd/mod_jk side, this turns off keep alives, even though it sounds slower, we often see a performance increase of the overall site, due to much lower resource usage, and not having to match MaxClients to maxThreads Filip Jukka Merinen wrote: Hi all, I ha