[Templates] TT Speed Question

Perrin Harkins perrin@elem.com
Wed, 08 Jan 2003 23:38:50 -0500


Mark Fowler wrote:
> You'd have to be
> careful about the include path passed and the current working directory to
> determin which cached template::service you should use

Why not simply change them every time?  I believe the cache uses 
complete filenames, so that shouldn't be a problem.  The only part you 
have to keep persistent really is the Template::Provider object.

- Perrin