Re: Performance with Tomcat

2008-12-22 Thread Leon Rosenberg
On Mon, Dec 22, 2008 at 7:05 PM, Chris Stewart wrote: > We've been running into some issues lately with our Tomcat 6 instances where > performance will slow to a crawl. Unfortunately, no error messages are > present in the logs and we really don't know why this is happening. It does > appear tha

Re: Performance with Tomcat

2008-12-22 Thread Kees Jan Koster
Dear Chris, We've been running into some issues lately with our Tomcat 6 instances where performance will slow to a crawl. Unfortunately, no error messages are present in the logs and we really don't know why this is happening. It does appear that the issue is happening when we get "a l

RE: Performance with Tomcat

2008-12-22 Thread Caldarale, Charles R
> From: Chris Stewart [mailto:cstewart...@gmail.com] > Subject: Performance with Tomcat > > 1. Are there any tools or utilities we can use to get an understanding > of what Tomcat is doing while it's running (processes, memory per > process, and more)? Your symptoms c

Performance with Tomcat

2008-12-22 Thread Chris Stewart
We've been running into some issues lately with our Tomcat 6 instances where performance will slow to a crawl. Unfortunately, no error messages are present in the logs and we really don't know why this is happening. It does appear that the issue is happening when we get "a lot" of users o

Re: Low performance with Tomcat APR

2006-09-06 Thread Mladen Turk
José Manuel Molina Pascual wrote: Hi, Mladen. That's exactly what we expected, about 10% improvement. We are runnning a cluster of 4 tomcats and we have a stress test batery , I'm not sure of how manu concurrent users it simulates, maybe that's the point. Of course it is. When the concurrency

Re: Low performance with Tomcat APR

2006-09-06 Thread José Manuel Molina Pascual
Hi, Mladen. That's exactly what we expected, about 10% improvement. We are runnning a cluster of 4 tomcats and we have a stress test batery , I'm not sure of how manu concurrent users it simulates, maybe that's the point. I've received new test data, when the tests are launched agaist only one

Re: Low performance with Tomcat APR

2006-09-05 Thread Mladen Turk
José Manuel Molina Pascual wrote: Hello, I just installed Tomcat APR on a SUSE 9 and found that the performance has fallen dramatically (I fact, performance with APR it's half than without it). I followed the instructions of the Tomcat Documentation. Great. I suppose that this must be s

Re: Low performance with Tomcat APR

2006-09-05 Thread José Manuel Molina Pascual
I'm using 2.6 On 9/5/06, Andrew Miehs <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Which kernel are you using? 2.6 or 2.4? Andrew On 05/09/2006, at 3:34 PM, José Manuel Molina Pascual wrote: > Hello, I just installed Tomcat APR on a SUSE 9 and found that the > pe

Re: Low performance with Tomcat APR

2006-09-05 Thread Filip Hanik - Dev Lists
if (your max nr of open connections) < Connector.maxThreads ) then the regular connector is better, and will always be as it is using blocking IO else APR will scale better, as it can keep a larger set of keep alive connections open end Your biggest gain on the APR connector is if you are u

Re: Low performance with Tomcat APR

2006-09-05 Thread Andrew Miehs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Which kernel are you using? 2.6 or 2.4? Andrew On 05/09/2006, at 3:34 PM, José Manuel Molina Pascual wrote: Hello, I just installed Tomcat APR on a SUSE 9 and found that the performance has fallen dramatically (I fact, performance with APR it's ha

Low performance with Tomcat APR

2006-09-05 Thread José Manuel Molina Pascual
Hello, I just installed Tomcat APR on a SUSE 9 and found that the performance has fallen dramatically (I fact, performance with APR it's half than without it). I followed the instructions of the Tomcat Documentation. I suppose that this must be some configuration issue. I'm using Apache APR