[Zope] Make a Zope object single threaded

Dieter Maurer dieter@handshake.de
Wed, 7 Mar 2001 22:31:33 +0100 (CET)


Tim Lakey writes:
 > Does anyone know how to force a Zope product to be single threaded within
 > Zope?
I cannot tell you, how you can make a single product single threaded,
but

  URL:http://www.dieter.handshake.de/pyprojects/zope/SharedResource.html

will show you, how you can synchronize access to a resource using
locks.


Dieter