two transactions under the same XA cordinator to the same resource
Rasheeem Rashi
Greenhorn
Joined: Feb 09, 2010
Posts: 3
posted
0
Hello,
I was wonderring how the XA-driver will behave, if it is asked to perform an update to a row in a db within the same xa-transaction, where it is asked to perform a read to the same row.
coordinator
|
--T1: asking to update R1
|
--T2: asking to read R1