Re: [htmltmpl] Which templates exist in shared memory?
Brought to you by:
samtregar
From: Sam T. <sa...@tr...> - 2002-07-18 05:01:00
|
On Wed, 17 Jul 2002, Flemming Mahler Larsen wrote: > We're currently developing a fairly large extranet and using a lot of > HTML::Template's. Due to this we switched to using the shared_cache, and > I've gotten curious as to which templates is loaded when. Frankly, I advise against this. The shared_cache option performs equally to the file_cache on a modern machine but is much harder to manage. The only thing shared_cache has going for it at this point is sex-appeal... -sam |