Re: [xsl] XSLTPROC performance

Subject: Re: [xsl] XSLTPROC performance
From: Colin Paul Adams <colin@xxxxxxxxxxxxxxxxxx>
Date: Fri, 21 Dec 2007 13:43:19 +0000
>>>>> "Andrew" == Andrew Welch <andrew.j.welch@xxxxxxxxx> writes:

    Andrew> If you use Saxon's directory transform feature from the
    Andrew> command line, or use Kernow, then the cost of the JVM
    Andrew> startup and compiling the stylesheet is incurred once, not
    Andrew> once per input XML file (which is what Abel was getting
    Andrew> at).

Sure.

I quoted Abel out of context deliberately, to make the point that
comparing performance of different processors isn't a simple process.

The cost of the JVM start-up cannot be eliminated, but it can be
amortised. For a fair comparison, you need to know what this overhead
is, so you can make sensible judgements.

The only real sage comparisons are on your own data on your own
machine. But benchmarks can be useful provided sufficient data is
presented with the results.
-- 
Colin Adams
Preston Lancashire

Current Thread