Is there any way to influence the order of transaction aborts when you
hijack the transaction mechanism in a similar way as
Shared/DC/ZRDB/TM.py does? I have Folder and File like classes which
make changes on the file system as a part of their operation. When
within a transaction I make multiple changes to these objects and the
transaction is aborted, I have to do some cleanup in reverse order as
these operations were executed. AFAIK, the p_jar.abort() calls are made
in the same order as the objects were registered in the transaction.

Regards,
Sandor


_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to