[ZODB-Dev] ZODB and ORBit-Python problems
Jim Fulton
jim@digicool.com
Fri, 18 May 2001 13:41:41 -0400
Christian Robottom Reis wrote:
>
(snip)
> I guess it has to do with the questions: does ZODB guaranteee the same
> object reference for persisted object in a single run? And over runs?
A persistent object may have multiple copies in memory. Each database
connection can have a copy of the object. Each copy has it's own address.
All references to an object in a connection point to the same object.
This is the only guarantee.
Jim
--
Jim Fulton mailto:jim@digicool.com Python Powered!
Technical Director (888) 344-4332 http://www.python.org
Digital Creations http://www.digicool.com http://www.zope.org