[Zope-dev] In-memory persistence of non-serializable objects?

Dieter Maurer dieter@handshake.de
Mon, 6 Aug 2001 22:57:00 +0200 (CEST)


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