Victor Safronovich wrote at 2005-12-10 13:37 +0500: > ... >Have you some situations, when you need to know if transaction >of >thread1 commited, but you are in thread2? In other words How can i receive >the >signal that transaction in another thread commited( or aborted, but this >is >another question)?
I think from ZODB 3.6 on, the transactions (or their manager ?) allow to register callbacks to be called when a commit starts or commit/abort finishes. -- 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