[ZODB-Dev] RE: Memory out of control when *NOT* changing objects
Dieter Maurer
dieter at handshake.de
Fri Oct 15 13:16:36 EDT 2004
Tim Peters wrote at 2004-10-14 17:43 -0400:
> ...
>That should work in 3.2 (or even 3.1). It's not documented, though <wink>.
It does not work when you have mounted storages.
More precisely, I works only for the main storage but not
the mounted ones.
For our Zope version, I implemented Jim's "mounted database" proposal
to get rid of this problem...
It allows to extend "sync()" and "_ingrgc()" calls to all dependent
connections.
--
Dieter
More information about the ZODB-Dev
mailing list