Re: [htmltmpl] shared_cache with H::T::E
Brought to you by:
samtregar
From: Sam T. <sa...@tr...> - 2004-02-26 02:26:39
|
On Thu, 26 Feb 2004, Mathew Robertson wrote: > We also use Apache/mod_perl. The reason is that quite often there > will be 20 instances of Apache running (ie we get may requests per > second). I'd like to reduce the memory usage a bit. And yes I know > that running H::T::E is slow, but speed is not the problem, where as > memory pressure can be (on ocassions). Just pre-load your templates during Apache startup. There's an example in the FAQ section of the HTML::Template docs. -sam |