[ZODB-Dev] detecting changes to objects in a database

Dieter Maurer dieter at handshake.de
Mon Aug 1 13:15:11 EDT 2005


Arthur Peters wrote at 2005-7-31 23:07 -0500:
>I am working on a non-Zope app that needs to be notified when objects in
>the database change (to update the GUI). How can I get this notification
>in all cases including when the object is ghosted? I would really like
>to avoid polling.

The ZODB informs all connections about changes to objects
in the corresponding storages.

Thus, a "pseudo" connection could take the task of a change observer.

Currently, the ZODB does not have such pseudo connections.
You would need to create them.


-- 
Dieter


More information about the ZODB-Dev mailing list