Re: [htmltmpl] Small questions.
Brought to you by:
samtregar
From: Sam T. <sa...@tr...> - 2006-05-18 19:13:23
|
On Thu, 18 May 2006, Matias Alejo Garcia wrote: > Maybe a good option would be to use 'memcached' (Cache::Memcached, which can > also be shared in the distributed environment, and is very easy to manage) > instead of IPC. What you think? Seems like a fun project, if possibly self-defeating. I think it's unlikely that it would be faster than file_cache on a system with enough free memory to cache file-system access, but of course I could be wrong. Stuff like this would be much easier to experiment with if I actually put out HTML::Template v3. I'd like to split off the caching stuff into a separate plugable system. Right now the cache-handling is in the core module and not terribly easy to extend. -sam |