On 10/05/05, Sasa Milosavljevic <[EMAIL PROTECTED]> wrote:
> 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.

I would certainly hope so, as otherwise a large number of Zope
products would break. Unless you're doing odd things with
system/external libraries, anything in Zope is thread safe, the ZODB
takes care of update conflicts.

-- 
Phillip Hutchings
http://www.sitharus.com/
[EMAIL PROTECTED] / [EMAIL PROTECTED]
_______________________________________________
ZPT mailing list
ZPT@zope.org
http://mail.zope.org/mailman/listinfo/zpt

Reply via email to