xsl-list
[Top] [All Lists]

Re: Performance with multiple users during transformation

2004-12-01 13:00:45
Bhupendra Singh wrote:


Are
these transformations all
using the same stylesheet?


All the users are requesting the same page with the
same parameter, so the same input XML and stylesheet
is used.


Why not pregenerate the file and serve it statically?

Or you could have the servlet (filter) check it and its dependencies for changes (date, size). If nothing has changed, redirect to the static version. If something has changed, regenerate and then redirect.

best,
-Rob


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