Arve Knudsen wrote at 2006-4-26 21:53 +0300: > ... >Well, this is pretty obvious if I deep copy the objects of course. What >happens if I insert references to objects contained in the ZEO-served >database into another database, though, will they be controlled by this >second database (or the connection to it rather)?
Inter database references are a new ZODB feature. I am not yet familiar with them. However, almost surely, referenced objects use a target connection (i.e. one of the database where the true object resides). Then, this connection will control [un]ghostifying referenced objects. -- Dieter _______________________________________________ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - ZODB-Dev@zope.org http://mail.zope.org/mailman/listinfo/zodb-dev