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.