Return-Path: Delivered-To: apmail-xml-xalan-j-users-archive@www.apache.org Received: (qmail 2249 invoked from network); 16 Sep 2008 18:18:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Sep 2008 18:18:10 -0000 Received: (qmail 33178 invoked by uid 500); 16 Sep 2008 18:18:06 -0000 Delivered-To: apmail-xml-xalan-j-users-archive@xml.apache.org Received: (qmail 33162 invoked by uid 500); 16 Sep 2008 18:18:06 -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 33151 invoked by uid 99); 16 Sep 2008 18:18:06 -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 11:18:06 -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 [68.142.206.34] (HELO web32804.mail.mud.yahoo.com) (68.142.206.34) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 16 Sep 2008 18:17:07 +0000 Received: (qmail 80288 invoked by uid 60001); 16 Sep 2008 18:17:38 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=hR2kdOO2Qnvy9QHSl1gUXNNEOorKau71LFzSJ/0vX4eI8DcFlrYUOTrQST275ic41T784SJQua+8OXbwuiOh1WMTRzvGI1bhzoZrpwe1YHV6ppwKOTMQ+hmePZklJeedTQEW2DD/FyusI7eeeoC4PmYnb0mGpxIY6lcoxWA24XU=; X-YMail-OSG: 7wl74UoVM1kk9xSpWAp5P4NLf3.cXRvtwTd0HwoLBLrRXxqLLcIGpt9NXSY.FHCUuFv1o5a6mYXSWT6nuNxKn6N.6DWFH1R6T.YnlK7wbXCP66Wwdz.7ayx9KMuFCvtIHenakpcCX7kp3_kiPUdYeake Received: from [207.171.180.101] by web32804.mail.mud.yahoo.com via HTTP; Tue, 16 Sep 2008 11:17:38 PDT X-Mailer: YahooMailWebService/0.7.218.2 Date: Tue, 16 Sep 2008 11:17:38 -0700 (PDT) From: Tatu Saloranta Reply-To: cowtowncoder@yahoo.com Subject: Re: XSL Transformation in Xalan - Pls help! To: xalan-j-users@xml.apache.org In-Reply-To: <7870f82e0809161009i29984899ncd0b7fad0ba31456@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <695107.79723.qm@web32804.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org --- On Tue, 9/16/08, Mukul Gandhi wrote: ... > I am still curious why do you want to make stylesheet > runtime even > better than 700 ms (on Linux) (which is < 1 sec. I can > blink my eyes > in 1 sec :)). Well, if this is on server-side processing, 700 msec along is dead slow, even service-stopping slow for typical request processing. :-) I mean, 1.5 transactions per second per core is two orders of magnitude from what most services would want to see (at least ones I've worked with). At least considering it's a cpu-intensive task not dependant on external resources. Of course 0.7 seconds may be just fine for batch-processing or client-side. But for most web services it'd be too slow. As to platform differences, locking is one area where platform/OS does matter. So if and when there are differences, that could explain it. Otherwise it does seem odd indeed that cpu intensive task performance was asymmetrics between linux and windows. -+ Tatu +-