开发者

System.Transactions vs. MSDTC

开发者 https://www.devze.com 2023-02-17 22:17 出处:网络
What is possible with MSDTC but is not possible with System.Transactions (and T开发者_开发问答ransactionScope)?

What is possible with MSDTC but is not possible with System.Transactions (and T开发者_开发问答ransactionScope)?

As I know MSDTC supports usage of one transaction from several processes but TransactionScope (with DependentTransaction) is limited to AppDomain. Is it true?

Are there any other differences?


System.Transactions provides enhanced performance with Dynamic Escalation and Promotable Enlistments. Please refer msdn info.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号