Andy Wardley wrote:
> 
> And the REALLY, REALLY smart ones (i.e. TT2) can write the Perl code to
> disk for persistance of compiled templates.  That way, the templates
> never need to be re-compiled (i.e. from TT syntax to Perl code) unless
> you change them.  They can simply be loaded via Perl's require().
What about having a shared memory cache ala HTML::Template? A disk cache
is great, but I have RAM to spare at the moment. Any plans for a shared
in-memory cache? (Someone had pointed out that TT does have in memory
caching, but it is only per-process.)

-- 
Drew Taylor
Vialogix Communications, Inc.
501 N. College Street
Charlotte, NC 28202
704 370 0550
http://www.vialogix.com/

Reply via email to