[ZODB-Dev] Commit or lock object accross transactions

Roché Compaan roche at upfrontsystems.co.za
Wed Jul 16 17:02:54 EDT 2003


How does one ensure that modifications to an object stored in ZODB is
immediately visible to all transactions on all ZEO clients or is it
easier to lock that object so that other transactions cannot modify that
object.

I don't want to call get_transaction().commit() after I make
modifications to the object because this will commit other objects in
the same transaction.

-- 
Roché Compaan
Upfront Systems                 http://www.upfrontsystems.co.za



More information about the ZODB-Dev mailing list