xsl-list
[Top] [All Lists]

Re: XSLT on the server side

2005-09-02 08:30:31
Whatever approach you choose, if you have any signicifant level of
throughput, make sure that you cache compiled stylesheets in memory rather
than recompiling them on each request.

Michael Kay
http://www.saxonica.com/


From the category of experiences worth remembering: When I was a contractor
at Interleaf (and then an employee at Broadvision), I worked on an XML-based
document management product (Bladerunner). The system stored documents as
trees of nodes in a database. We found that users tended to request the same
documents many times rather than each request being a new document. So, we
cached the results of each query and the resulting transformation and got a
significant performance boost (on the order of halving our average response)
for our trouble.

So I suggest you give result caching a try, too. As ever, YMMV (maybe your
users aren't as repetitive as ours were).

Jay Bryant
Bryant Communication Services



--~------------------------------------------------------------------
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>
--~--



<Prev in Thread] Current Thread [Next in Thread>