DTC 服务如何在多个服务器上工作
我需要关于我应该知道什么才能在多个服务器上使用 DTC 服务、配置影响等的信息或参考。我正在开发的解决方案使用多个事务性 WCF 服务和 SQL Server 数据库,这些数据库可能位于多个服务器中,并且我不知道这意味着什么,这意味着是否有必要为每台服务器配备一个 DTC 服务器以及它们如何相互了解等等...
我将不胜感激任何收集的教程或信息,这些教程或信息将帮助我快速获取知识为了尽快让初始基本配置发挥作用。
提前,感谢任何贡献,
谢谢
I need information or references about what should I know in ordeer to use the DTC service coss multiple servers, configurations implications, etc. The solution Im developing use several transactional WCF services and SQL server Databases that, could be located in several servers, and i dont know what the implications are, meaning if Its necessary to have one DTC serevr per server and how do they know about each other, etc...
I would appreciate any knid of collected tutorial or information that would help me to get knowledge quickly in order to have an initial base configuration working ASAP.
In advance, any contribution is appreciated
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
基本上,如果所有计算机之间的网络速度很快,您将为所有计算机配置相同的协调器,从而避免协调器到协调器的开销。
以下是有关整个 MSDTC 架构的一个很好的链接:MS DTC Architecture
以及另一个详细说明如何更改默认事务协调器的文档:配置默认事务协调器
Basically, if the network is fast between all machines, you would configure the same coordinator for all machines, avoiding coordinator-to-coordinator overhead.
Here is a good link on overall MSDTC architecture: MS DTC Architecture
and another that details how to change the default transaction coordinator: Configure the Default Transaction Coordinator