asp.net mvc 4 - Two-Phase commit implementation -


let's say, i've abc system @ abc location , def system @ def location.

abc system insert data, @ same time def system update data. how guaranteed entire set of operations completes, or entire set of operations fails, , state of system restored state in before of operations began.

i heard about, two-phase commit. info , sample? need technical advice.


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -