"raptor" <[EMAIL PROTECTED]> writes: > Didn't reusing mess the things under mod_perl...
Just make sure that you use one unique global variable for each template configuration. The template object is created for continous use with many templates. The persistent effects are the whole point of mod_perl. If anybody is reading this. --- Is it not the case that some initializations of the template object is defered until it's needed? If that's the case; how can I forse initialization (and caching) of needed parts in advance? I would like to have this done before the main apache process is forked for the individual requests. Wouldn't that save both process startup time as well as memory, since I would have more shared memory? -- / Jonas - http://jonas.liljegren.org/myself/en/index.html
