[ZPT] ZPT thread-safety

Sasa Milosavljevic sasam at ceetel.co.yu
Mon May 9 16:55:22 EDT 2005


I developing a zope application as Zope product.
My GUI is based on ZPT.
All page templates are instances of PageTemplateFile class,
and all of them are  class attributes of product classes.
So in one time  many threads from thread pool may work with same ZPT 
instance.
Are zpt instances  as class attributes thread-safe solution?
Thanks in advance.




More information about the ZPT mailing list