John Cherouvim wrote: > Hello > > I have a website which during peak time (peak lasts around ~4 hours with > 14 pageviews/sec, 140 http requests/sec) starts to drop pageview requests.
My guess is that all of your Tomcat AJP threads are tied up with idle httpd threads. Try the following in your httpd.conf: JkOptions +DisableReuse Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org