[ZODB-Dev] Deferred notifing from one thread to another.
    Dieter Maurer 
    dieter at handshake.de
       
    Sun Dec 11 14:31:13 EST 2005
    
    
  
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
    
    
More information about the ZODB-Dev
mailing list