Re: [Zope] Make a Zope object single threaded
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
Thanks, we'll take a look at that.
-----Original Message----- From: Dieter Maurer [mailto:dieter@handshake.de] Sent: Wednesday, March 07, 2001 1:32 PM To: Tim Lakey Cc: zope@zope.org Subject: Re: [Zope] Make a Zope object single threaded
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
participants (2)
-
Dieter Maurer -
Tim Lakey