Re: [ZODB-Dev] Multi-Threading Transactions

2005-10-12 Thread Andreas Jung
--On 13. Oktober 2005 00:52:02 -0400 Chris Spencer <[EMAIL PROTECTED]> wrote: If one thread writes to an object on one connection, and another thread does the same on another connection, then one calls transaction.commit(), will the all the changes in both connections be commited? Is there a

[ZODB-Dev] Multi-Threading Transactions

2005-10-12 Thread Chris Spencer
If one thread writes to an object on one connection, and another thread does the same on another connection, then one calls transaction.commit(), will the all the changes in both connections be commited? Is there a way for threads to maintain separate transactions? Chris _