7 Mar
2001
7 Mar
'01
9:31 p.m.
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