[Zope] thread safety
   
    Oleg Broytmann
     
    Oleg Broytmann <phd@phd.fep.ru>
       
    Wed, 16 May 2001 19:21:08 +0400 (MSD)
    
    
  
On Wed, 16 May 2001, Jerome Alet wrote:
> > . Or use locks.
>
> Please could you be more explicit ?
> Does zope have a locking mechanism ?
   Don't know about Zope locks. But Zope uses Python's threads, so you can
easily import threading and aqcuire/release thread locks.
Oleg.
----
     Oleg Broytmann     http://www.zope.org/Members/phd/     phd@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.