Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 25605 invoked from network); 20 Feb 2009 13:04:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Feb 2009 13:04:05 -0000 Received: (qmail 38688 invoked by uid 500); 20 Feb 2009 13:03:53 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 38661 invoked by uid 500); 20 Feb 2009 13:03:53 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 38650 invoked by uid 99); 20 Feb 2009 13:03:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Feb 2009 05:03:53 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [87.194.9.65] (HELO mail.melandra.com) (87.194.9.65) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Feb 2009 13:03:43 +0000 Received: from puma.melandra.net ([10.0.0.251]) by puma.melandra.net ([10.0.0.251]) with mapi; Fri, 20 Feb 2009 13:03:23 +0000 From: Peter Crowther To: 'Tomcat Users List' Date: Fri, 20 Feb 2009 13:03:22 +0000 Subject: RE: very slow class loading on initial JSP/servlet request after restart Thread-Topic: very slow class loading on initial JSP/servlet request after restart Thread-Index: AcmTWMEm36fmIiAuSaaRN3KL/BWckgAAZlgg Message-ID: <6715CF65287F8F408DA109EC03AC6C0D845D92FC5E@puma.melandra.net> References: <499DEA05.4040501@ims.net> <0AAE5AB84B013E45A7B61CB66943C17215B8312648@USEA-EXCH7.na.uis.unisys.com> <499EA3FB.4030407@ice-sa.com> In-Reply-To: <499EA3FB.4030407@ice-sa.com> Accept-Language: en-US, en-GB Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, en-GB Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org > From: Andr=E9 Warnier [mailto:aw@ice-sa.com] > >> From: Sam Hokin [mailto:sam@ims.net] > >> The server that's being a problem is a Dell PowerEdge > >> 1950, quad dual core. > Since we have 4 processors here (do we, really? I am not so familiar > with the multi-core architecture), can each of these processors be > running a thread of these apps/classes, where on a single processor > there would be only one thread running ? Quad dual-core*. That's 4 silicon dies, each with two copies of "the core = of" a CPU. So (4 * 2) =3D 8 separate instruction execution units, 8 progra= m counters, executing up to 8 instruction streams in parallel. The cores on one die share some infrastructure like cache and memory access= , but the interesting feature here is that this machine can run 8 threads c= oncurrently. - Peter * Says the original poster. Looking at the Dell site, I reckon it's actual= ly dual quad-core - so two dies, 4 cores per die. Still 8 concurrent threa= ds, though. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org