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
_______________________________________________
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

Reply via email to