Thank you Kornel!!!

----- Mensaje original -----
Fecha:    Thu, 31 Jul 2008 16:59:56 +0100
De:       "Kornel Lesiński" <[EMAIL PROTECTED]>
Para:     "Template Attribute Language for PHP" <phptal@lists.motion-twin.com>
Asunto:   Re: [PHPTAL] Avoid intermediate phptal files

On 31-07-2008 at 15:30:34 Alejandro Giardino <[EMAIL PROTECTED]>wrote:> "These 
files are automatically cleaned up once in a while"... can I ask> you when and 
how???When template is compiled, with random probability controlled 
bysetCachePurgeFrequency(). It just deletes files older than set 
bysetCacheLifetime().Alternatively you can delete old/unused files by running 
this from shell(e.g. cron job):find /tmp/ -name tpl_* ( -atime +1 -o -mtime +14 
) -exec rm -v {} ;--regards, 
Kornel_______________________________________________PHPTAL mailing [EMAIL 
PROTECTED]://lists.motion-twin.com/mailman/listinfo/phptal

Alejandro Giardino

_______________________________________________
PHPTAL mailing list
PHPTAL@lists.motion-twin.com
http://lists.motion-twin.com/mailman/listinfo/phptal

Reply via email to