Paulsen, Brian wrote:
> Try using double_file_cache?  I'm thinking this may be more of a
> HTML::Template issue than a mod_perl issue.

Just to let you know. H::T works just fine under mod_perl. If you have any
caching going on, it's probably because you're leaving some globals or package
level vars hanging around.

When H::T caches the template, it doesn't cache the output or the params you
pass in, it just caches the compiled state of the template.

-- 
Michael Peters
Developer
Plus Three, LP



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Html-template-users mailing list
Html-template-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to