This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Benchmarking Dynamic Web XSLT


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@mediaone.net



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]