[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Performance with multiple users during transformation
Subject: Re: [xsl] Performance with multiple users during transformation
From: Robert Koberg <rob@xxxxxxxxxx>
Date: Wed, 01 Dec 2004 12:00:45 -0800
|
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
|