On Tue, 19 Feb 2002, Andrew Parker wrote: > Oh, well, it was worth a try. It seemed sensible because what is > sitting in the cache is the generated XML. It seems like whenever it > wants to rerun the XSP it will have to recompile it as well.
No, that cache you're looking at is the code cache - the XSP page is compiled into a Perl module, which needs to be cached in memory. If you recompile it on every hit you lose all the performance. It still gets *executed* on every hit. > Could the whole thing be caused by a misconfiguration? I could send you > my httpd.conf if that will help. Just the relevant AxKit parts - not the whole thing. -- <!-- Matt --> <:->Get a smart net</:-> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
