[Templates] Storing compiled templates to memcached?
Bill Moseley
moseley@hank.org
Sun, 9 Sep 2007 08:43:20 -0700
On Sun, Sep 09, 2007 at 10:52:32AM -0400, Peter Hartzler wrote:
> Going FURTHER out on this limb, it seems like overriding
> Template::Document::write_perl_file() for saves, and
> Template::Provider::_load_compiled() for reads might work.
What benefit are you expecting from using memcached? Having only one
server parse the templates? The templates only get parsed into Perl
when they change on disk, which it typically not very often.
--
Bill Moseley
moseley@hank.org