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

arrays - PHP Shopping Cart Variable and Object errors -

mysql - java.sql.SQLException Parameter index out of range (1 > number of parameters, which is 0) -