??>> can you please describe changes you've made so i will not occasionally
??>> omit them?
LPP> Txn changes:
LPP> 1) Deadlock handling: when a deadlock is detected, one of the txns
involved
LPP>will be aborted. Change: catch error and retry the txn instead.
LPP> 2) Honor the RETRIES
> can you please describe changes you've made so i will not occasionally omit
> them?
Txn changes:
1) Deadlock handling: when a deadlock is detected, one of the txns involved
will be aborted. Change: catch error and retry the txn instead.
2) Honor the RETRIES parameter for txn restarts.
3)
LPP> I wrote two concurreny test cases, added Bordeaux Threads and revised
LPP> the Postmodern error and transaction handling (for example, deadlocks
LPP> are no longer a problem).
ouch, i was working on transaction handling myself, so now we have a
conflict..
can you please describe changes