Re: Benchmarking Dynamic Web XSLT

Subject: Re: Benchmarking Dynamic Web XSLT
From: "Jon Smirl" <jonsmirl@xxxxxxxxxxxx>
Date: Tue, 18 Apr 2000 16:33:17 -0400
My db integration phase does not produce XML directly, it fires SAX events
instead. This avoids parsing at one stage. I have a layer that sits between
the db integration code and XT that scans the SAX events looking for
<?xml-stylesheet>. When it sees the style sheet directive I take the cached
XSLT sheet from XT and clone it. Then I fire SAX events into it representing
my input XML.

Performance of the transformation is not the problem. The problem is all of
the socket overhead and process switching. I'm reworking my system right now
to use Tomcat in webserver mode, my app server and Hypersonic db all in a
single task. I'm expecting it to be much faster.

Jon Smirl
jonsmirl@xxxxxxxxxxxx



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread