[ZODB-Dev] Threads and Connections

Dieter Maurer dieter at handshake.de
Wed Jul 26 14:45:25 EDT 2006


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


More information about the ZODB-Dev mailing list