Jim Fulton
  • Open-Source Projects
  • Blog

Dealing with non-transactional things in transactional applications

Date Thu 01 January 2015 Tags ZODB / Transactions

This document started out as a proposal for mid-commit hooks on the ZODB mailing list, but I realized while writing it that mid-commit hooks were flawed. ZODB is a transactional object-oriented database. It uses a transaction package that provides a two-phase commit abstraction for Python.

Often, when working with transactions …

more ...

  • Social

    • github
    • linkedin
    • twitter

© 2015 Jim Fulton · Powered by pelican-bootstrap3, Pelican, Bootstrap

Back to top