[Zope] Posible memory leak?

Dieter Maurer dieter at handshake.de
Sun Nov 30 18:01:54 EST 2003


Dylan Reinhardt wrote at 2003-11-29 08:36 -0800:
 > On Fri, 2003-11-28 at 20:33, Gabriel Genellina wrote:
 > ...
 > If you *do* store
 > persistent objects within persistent objects, you'll typically save a
 > new copy of the parent object each time a change is made to one of the
 > children.

You mean: when you do store *NON*-persistent objects within persistent
objects, then ...

Otherwise, any change in your Zope hierarchy would write the complete
hierarchy (which, of course, is not the case) as "ObjectManager"
(a persistent object) does store its content items (again
persistent objects) as attributes.

-- 
Dieter



More information about the Zope mailing list