Return-Path: Delivered-To: apmail-xml-xalan-j-users-archive@www.apache.org Received: (qmail 18706 invoked from network); 16 Sep 2008 07:51:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Sep 2008 07:51:55 -0000 Received: (qmail 76582 invoked by uid 500); 16 Sep 2008 07:51:51 -0000 Delivered-To: apmail-xml-xalan-j-users-archive@xml.apache.org Received: (qmail 76566 invoked by uid 500); 16 Sep 2008 07:51:51 -0000 Mailing-List: contact xalan-j-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list xalan-j-users@xml.apache.org Received: (qmail 76555 invoked by uid 99); 16 Sep 2008 07:51:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 00:51:51 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [80.237.204.15] (HELO lobster.as-guides.com) (80.237.204.15) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 07:50:52 +0000 Received: from seaweed.as-guides.com ([87.193.161.199] helo=[172.16.100.126]) by lobster.as-guides.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1KfVIA-0003Tv-DL for xalan-j-users@xml.apache.org; Tue, 16 Sep 2008 09:48:14 +0200 Message-ID: <48CF64B8.5070309@as-guides.com> Date: Tue, 16 Sep 2008 09:48:08 +0200 From: Michael Ludwig User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: xalan-j-users@xml.apache.org Subject: Re: XSL Transformation in Xalan - Pls help! References: <19471054.post@talk.nabble.com> <00e801c91741$0c47e080$6401a8c0@MeBigFatGuy> <19494534.post@talk.nabble.com> In-Reply-To: <19494534.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SA-Do-Not-Run: Yes X-Spam-Score: -1.6 (-) X-Virus-Checked: Checked by ClamAV on apache.org Sriram83 schrieb: > 1/. We have the XSL transformation taking place inside an application > deployed in JBOSS app server. There are no restart of JVM. > Initialisation of memory takes only during jboss startup. I don't know much about JBoss, but it's a pretty huge application. You may be testing JBoss instead of Xalan. In order to test Xalan, I'd rather use a leaner frame, maybe just the simplest of programs which does what you describe below using loops and timestamps. > 2/. As mentioned by Tatu, I believe we do allow time for JVM to > warmup. We run around 200 XSL transformations first, after this, we > collect the average time taken for around 1000 transactions. Sounds very reasonable to me. Michael