RE: Tomcat stability problem

2002-12-31 Thread Dan Payne
nevermind. i didn't RTFM close enough. -Original Message- From: Torsten Fohrer [mailto:[EMAIL PROTECTED]] Sent: Friday, December 27, 2002 1:23 PM To: Tomcat Users List Subject: Re: Tomcat stability problem a simply performance switche for tomcat/jsp pages is the development init-param

Re: Tomcat stability problem

2002-12-30 Thread Jim D. Results
Could be the VM garbage collecting ? How often does this happen ? Jim D. - Original Message - From: Ben Glorie [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 27, 2002 12:59 PM Subject: Tomcat stability problem We're running Tomcat 4.1.12 on a dual-proc PIII with 512MB

RE: Tomcat stability problem

2002-12-30 Thread Ben Glorie
improve my code (in particular, database connections were sometimes not closed); perhaps that will also have a positive effect. -Original Message- From: Jim D. Results [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 2:39 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Tomcat

Re: Tomcat stability problem

2002-12-28 Thread Bill Barker
As much as I respect Remy's opinions, this looks very much like a typical GC delay. You might want to experiment with the 'incremental-gc' option on your JVM (the actual syntax varies by vendor: try 'java -help' to see which option to use). Remy Maucherat [EMAIL PROTECTED] wrote in message

RE: Tomcat stability problem

2002-12-28 Thread Ben Glorie
have all been very helpful. -Original Message- From: Noel J. Bergman [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 28, 2002 5:38 AM To: Tomcat Users List Subject: RE: Tomcat stability problem We're running Tomcat 4.1.12 on a dual-proc PIII with 512MB RAM. Which JVM and OS? You

Re: Tomcat stability problem

2002-12-28 Thread Julian Löffelhardt
. llap, julian - Original Message - From: Ben Glorie [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, December 28, 2002 6:33 PM Subject: RE: Tomcat stability problem GC delay certainly sounds plausible, I'll try to set the -Xinccg option as suggested by Bill

Re: Tomcat stability problem

2002-12-27 Thread Torsten Fohrer
a simply performance switche for tomcat/jsp pages is the development init-param of jasper. cu Torsten Fohrer On Friday 27 December 2002 18:59, you wrote: We're running Tomcat 4.1.12 on a dual-proc PIII with 512MB RAM. The application consists of 100,000+ HTML pages and approx. 100 jsp pages.

Re: Tomcat stability problem

2002-12-27 Thread Remy Maucherat
Ben Glorie wrote: We're running Tomcat 4.1.12 on a dual-proc PIII with 512MB RAM. The application consists of 100,000+ HTML pages and approx. 100 jsp pages. We get approx. 60,000 page views per day. Performance is fine, but occasionally the system runs into the following problem: - when you

RE: Tomcat stability problem

2002-12-27 Thread Noel J. Bergman
We're running Tomcat 4.1.12 on a dual-proc PIII with 512MB RAM. Which JVM and OS? You are running an SMP box. Sun JVM 1.4.0, for example, was notorious for SMP issues on linux. --- Noel -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: