On Tue, 2004-05-18 at 10:29, Harry Jackson wrote: > I was wondering if anyone has seen this sort of thing before or have an > explanation for this behaviour.
No. It seems unlikely that this is related to TT. If you just skip the call to Template, do you see the same? Also, is this all from a single process, or are you running under a web server? > I originally thought it was something to > do with the perl interpreter not actaully creating the objects until it > needs them ie some form of COW The interpreter doesn't do anything like that. > I then thought that maybe TT clones the > objects somehow but I doubt this is the reason either. It does make a copy of the data you pass in, but it wouldn't call methods on your objects when doing that. - Perrin _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
