6 Aug
2001
6 Aug
'01
8:57 p.m.
Michael Strasser writes:
I want to create a Zope object that can keep non-serializable objects (specifically sockets) in memory between requests. If you want to share these objects between threads, you may want to synchronize access.
In such a case, my product URL:http://www.dieter.handshake.de/pyprojects/zope/SharedResource.html may help you. Dieter