Re: [htmltmpl] Q: Template caching and mod_perl
Brought to you by:
samtregar
From: Todd C. <htm...@ch...> - 2003-10-03 18:20:28
|
I guess I answered my own question. I turned on cache_debug and the logs say that I am getting cache hits! Too bad I didn't speed up the application significantly. Need a high resolution timer to see the the improvement... -Todd On Fri, Oct 03, 2003 at 12:53:06PM -0400, Todd Chapman wrote: > I am moving my CGI script to mod_perl. To get things > going quickly I'm running them under Apache::PerlRun. > The HTML::Template docs say that I can turn caching > on when running under mod_perl. Does this assume I > am using Apache::Registry, or will the caching work > with Apache::PerlRun also? > > Thanks! > > -Todd |