>>>>> "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?

Sure, you could use a reverse proxy (like stonehenge.com does): just
be sure to have a good Expires header.

Or, you can use a "404 handler" approach, as I documented in
<http://www.stonehenge.com/merlyn/WebTechniques/col47.html>.

Or, you can use a "built site" approach, using ttree or something more
sophisticated.  stonehenge.com is actually partially built, partially
dynamic.

-- 
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