On Sun, 18 Sep 2011 23:41:29 -0600, Ian Kelly wrote:

>> If the transaction object doesn't get its commit() called, it does no
>> actions at all, thus eliminating all issues of locks.
> 
> And what if the thread gets killed in the middle of the commit?

The essence of a commit is that it involves an atomic operation, for which
there is no "middle".

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to