xsl-list
[Top] [All Lists]

Re: [xsl] XSLTPROC performance

2007-12-21 06:18:26
On 21/12/2007, Colin Paul Adams 
<colin(_at_)colina(_dot_)demon(_dot_)co(_dot_)uk> wrote:
"Abel" == Abel Braaksma <abel(_dot_)online(_at_)xs4all(_dot_)nl> writes:

    Abel> Often, people measure the timing including the startup of
    Abel> the JVM. If you use Saxon properly, you keep the classes and
    Abel> the compiled stylesheets in memory. You'll see that this
    Abel> will improve your performance a lot, especially when talking
    Abel> about many small XML files.

No it won't, not unless you run it a second time!

So it depends.

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

Kernow also has a basic performance testing facility which will run a
transform five times, ignore the first two and give an average time of
the final three - ignoring the first two should remove any "warm up"
costs from the average (Ive quoted the defaults there, its all
configurable)


-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--