>>>>> "ed-tt" == ed-tt  <[EMAIL PROTECTED]> writes:

ed-tt> After a bit of testing it seems to me that a cached template will be
ed-tt> recompiled if the file that it is based on changes on disk. Is there
ed-tt> a stat going on somewhere? And if so is it possible to turn this off in
ed-tt> production systems?

ed-tt> The badger seemed to indicate I am wrong, which is why I'm asking :)

On IRC, I came up with:

        use Template::Context;
        use Memoize; memoize 'Template::Context::template';

How many things will this break, Andy?

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to