On Thursday, 14. September 2006 10:43, [EMAIL PROTECTED] wrote:
> On 13 Sep 2006 at 14:20, Also Sprach Matt Sergeant:
> > [EMAIL PROTECTED] wrote:
> > > Is the Cache::Cache stuff in there for us to roll our own caching of
> > > html pages or does Axkit2 have that inbuilt?
> >
> > I'm looking for feedback on caching. I got fantastic performance when I
> > benchmarked doing XSLT without caching (just caching the stylesheet
> > forever),
>
> How does one cache the xslt stylesheets at server start time?

In the current AxKit distribution, stylesheets are cached after the first use. 
This is a lot like AxKit1, only that due to the single-process model, caching
is effective for any and all subsequent requests.

You could trigger that caching earlier, but I think it won't make that much of 
a difference, since only the first request ever needs to parse the 
stylesheet.

-- 
CU
Joerg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to