* Chris Nandor ([EMAIL PROTECTED]) [011002 12:27]: > Oh, cool. Note that one problem in the existing code is that it shares > template names for multiple virtual hosts. This is a bug I need to fix ... > I need to store the cache with our other virtual host data, not as a > lexical variable in the module (a minor change, one that would be specific > to your own app anyway, probably).
Actually, in this app each vhost gets its own class to stash stuff in between requests, and one of the things stashed is the template object. Since the template objects are separate and are even initialized with different cache directories, there shouldn't be any collisions. In theory :-) Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.
