Re: ZPT thread-safety
Phillip Hutchings <[email protected]>
| Newsgroups | gmane.comp.web.zope.page-templates |
|---|---|
| Message-ID | <[email protected]> |
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]