Chris S wrote at 2006-7-25 23:40 -0400: >The problem is the only objects I need to grab are the ones loaded by >other connections. I use Python's garbage collector to track >references to instances of classes that have been updated.
Use a customized "ZODB.Conntection.Connection" class instead. Override its "register" method as needed. -- 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