Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 76433 invoked from network); 30 May 2003 09:38:44 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 30 May 2003 09:38:44 -0000 Received: (qmail 9373 invoked by uid 97); 30 May 2003 09:41:09 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 9366 invoked from network); 30 May 2003 09:41:09 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 30 May 2003 09:41:09 -0000 Received: (qmail 74999 invoked by uid 500); 30 May 2003 09:38:26 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 74973 invoked from network); 30 May 2003 09:38:26 -0000 Received: from services01.hh02.uptime.de (HELO mail01.hh02.uptime.de) (62.67.60.3) by daedalus.apache.org with SMTP; 30 May 2003 09:38:26 -0000 Received: (qmail 12751 invoked from network); 30 May 2003 09:38:37 -0000 Received: from unknown (HELO server01.hh.uptime.de) (postmaster@uptime-isc.de@217.6.61.26) by services01.hh02.uptime.de with SMTP; 30 May 2003 09:38:37 -0000 Subject: RE: Tomcat STILL freezing - time to look at another app server? Date: Fri, 30 May 2003 11:38:36 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-ID: content-class: urn:content-classes:message X-MS-Has-Attach: X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 X-MS-TNEF-Correlator: Thread-Topic: Tomcat STILL freezing - time to look at another app server? Thread-Index: AcMlMatClxqRBQ7cTReC8Nf3XS1AdgAAIkkwAFblM5A= From: "Ralph Einfeldt" To: "Tomcat Users List" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N In this case I don't completly agree with you. Through the implementation of a servlet container you=20 can incluence the behaviour of the gc. It depends on how=20 many objects are created by the different containers=20 to complete the same task and how the lifecycle of the=20 created objects is. Given that, the same gc parameters=20 can work good with one container, and can perform bad on=20 another. Note that I'm not suggesting that tomcat performs better=20 or worse than other containers, just that it is possible=20 that there are differences. > -----Original Message----- > From: Shapira, Yoav [mailto:Yoav.Shapira@mpi.com] > Sent: Wednesday, May 28, 2003 6:01 PM > To: Tomcat Users List > Subject: RE: Tomcat STILL freezing - time to look at another=20 > app server? >=20 > GC behavior is not tomcat-specific. It's the JVM that's doing the GC, > and if you have a stop-the-world full GC algorithm triggered, then > everything in the JVM will stop. Again, not related to=20 > tomcat. Bad GC tuning will bite you on every server. >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org