Thanks guys, that seems to solve the problem.
I also tried Mark's DisableReuse and it works fine, but I reverted since
the timeouts solution works well and looks better.
Another resource I used to get a better understanding of the issue was
http://kbase.redhat.com/faq/docs/DOC-15866
Thanks a
John Cherouvim wrote:
...
Is there a possibility that there is a problem with the fact that I use:
...
ServerLimit1024
MaxClients 1024
and default settings?
address="127.0.0.1" />
Do those 2 need to have the same thread count (MaxClients=maxThreads)?
I think you're
Rainer Jung wrote:
On 08.09.2009 17:49, Mark Thomas wrote:
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 u
John Cherouvim wrote:
> Thanks for your reply. I'll try DisableReuse on the next peak, although
> I read in
> http://tomcat.apache.org/connectors-doc/generic_howto/timeouts.html that:
>> For this you set "JkOptions +DisableReuse" in your Apache httpd
>> configuration. This will have a huge negative
Thanks for your reply. I'll try DisableReuse on the next peak, although
I read in
http://tomcat.apache.org/connectors-doc/generic_howto/timeouts.html that:
For this you set "JkOptions +DisableReuse" in your Apache httpd
configuration. This will have a huge negative performance impact!
Is there
On 08.09.2009 17:49, Mark Thomas wrote:
> 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
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 h
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 setup is:
- SUSE Linux Enterprise Server 10 (x86_64) with 8 cpus, 16GB ram
- 1 instance of apache 2.2.10 with mpm prefork
- mod_jk/1.2.28