From owner-freebsd-java Sun Jun 16 0:49:23 2002 Delivered-To: freebsd-java@freebsd.org Received: from orca.seaple.icc.ne.jp (orca.seaple.icc.ne.jp [210.170.8.81]) by hub.freebsd.org (Postfix) with ESMTP id C46FF37B408 for ; Sun, 16 Jun 2002 00:49:18 -0700 (PDT) Received: from firstbase.westbay.fa.jp (cr1-199-037.seaple.icc.ne.jp [202.215.199.37]) by orca.seaple.icc.ne.jp (8.9.3/3.7W-000828) id QAA05234; Sun, 16 Jun 2002 16:43:14 +0900 (JST) Content-Type: text/plain; charset="iso-8859-1" From: Michael Westbay To: j mckitrick Subject: Re: Recommended servlet starter tools? Date: Sun, 16 Jun 2002 16:44:53 +0900 X-Mailer: KMail [version 1.4] Cc: freebsd-java@FreeBSD.ORG References: <20020614030118.A41033@dogma.freebsd-uk.eu.org> <200206150839.04380.westbay@seaple.icc.ne.jp> <20020616040848.A59622@dogma.freebsd-uk.eu.org> In-Reply-To: <20020616040848.A59622@dogma.freebsd-uk.eu.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200206161644.53787.westbay@seaple.icc.ne.jp> Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org mckitrick-san wrote: > [...] it > seems to take a while to get started, but then the CPU usage tapers off= =2E The startup, loading the JVM, each context, etc. will take some resources= ,=20 yes. Also, the first time you access a page with a newer timestamp than = the=20 current clock, the page will be recompiled. That causes an extra several= =20 seconds for the first acceess. When you start breaking pages up to inclu= de=20 other pages, you need to learn what gets automatically recompiled and wha= t=20 doesn't. > If I have OpenJIT installed an showing up in 'java -version' does this > mean Tomcat is compiled and then run natively? I don't understand the question. Tomcat is compiled and run under the JV= M. =20 OpenJIT will help out the JVM by converting and executing parts of the Ja= va=20 byte code to native code. That's what a JIT does, to my understanding. Nonetheless, I'm glad to hear that you've had an increase in performance. Take care. --=20 Michael Westbay Work: Beacon-IT http://www.beacon-it.co.jp/ Home: http://www.seaple.icc.ne.jp/~westbay Commentary: http://www.japanesebaseball.com/forum/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message