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
Post a Comment