Re: [htmltmpl] shared_cache with H::T::E
Brought to you by:
samtregar
From: Sam T. <sa...@tr...> - 2004-02-26 01:42:52
|
On Thu, 26 Feb 2004, Mathew Robertson wrote: > any ideas...? I'd like to have a go at implementing it, as I think > it would be a worthwhile addition... Why? I'm not a fan of shared_cache, personally. It's no faster than file_cache and total pain to adminster. I generally work in Apache/mod_perl and use the straight memory cache. -sam |