InterviewSolution
Saved Bookmarks
| 1. |
Difference Between A Transaction And Distributed Transaction? |
|
Answer» A transaction defines a logical unit of work that EITHER completely succeeds or produces no result at all. A distributed transaction is SIMPLY a transaction that accessed and updated data on two or more NETWORKED resources, and THEREFORE MUST be coordinated among those resources. A transaction defines a logical unit of work that either completely succeeds or produces no result at all. A distributed transaction is simply a transaction that accessed and updated data on two or more networked resources, and therefore must be coordinated among those resources. |
|