If one creates a single environment in one's application and shares it among
multiple threads, is that safe? I in particular, I am wondering if setting
properties on an extension that are meant to be accessed in the scope of one
template is ok. If two threads call tpl.render() at the same time, might
they get in each other's way?


-dave
[email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pocoo-libs?hl=en.

Reply via email to