[ZODB-Dev] RE: Memory out of control when *NOT* changing objects
Tim Peters
tim at zope.com
Mon Oct 18 16:39:53 EDT 2004
[Tim Peters]
>> ...
>> That should work in 3.2 (or even 3.1). It's not documented, though
>> <wink>.
[Dieter Maurer]
> It
I think I was talking about sync() there -- or maybe cacheGC().
> does not work when you have mounted storages.
But your suggestion to use ._incrgc() doesn't either, right?
> More precisely, I works only for the main storage but not the mounted
> ones.
Good point, and ditto.
> For our Zope version, I implemented Jim's "mounted database" proposal
I believe you're referring to
http://zope.org/Wikis/ZODB/MultiDatabases
> to get rid of this problem... It allows to extend "sync()" and
> "_ingrgc()" calls to all dependent connections.
Which sounds like a Good Thing indeed. If there were only 60 more hours in
each day, maybe we could catch up to you <wink>.
More information about the ZODB-Dev
mailing list