Ok, I think that I will need to create a program that will save the final HTML page, and each time the program is accessed with a browser, it will check if the saved html page is new enough, and if it is, it will get and present it, otherwise it will parse the template cache. And... of course, if the template has modified, it will parse the template file, then create the template cache, and finally create the html cache.
I thought that TT might have a built in solution for this, but I think I will need to do it manually. Teddy ----- Original Message ----- From: "Randal L. Schwartz" <[email protected]> To: "Octavian Rasnita" <[EMAIL PROTECTED]> Cc: "Perrin Harkins" <[EMAIL PROTECTED]>; "Larry Leszczynski" <[EMAIL PROTECTED]>; <[email protected]> Sent: Wednesday, January 05, 2005 9:14 PM Subject: Re: TT Caching (Was: Re: [Templates] TT in callback) > >>>>> "Octavian" == Octavian Rasnita <[EMAIL PROTECTED]> writes: > > Octavian> ...regarding caching... > Octavian> If I have a site which is updated dayly, once per each day, it would be > Octavian> helpful if TT could create a cache of the final result (the html page) like > Octavian> proxy server do, and recreate again the web page after each new day... > > Octavian> Is something like this possible with TT? _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
