Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以平衡 WCF 组件的负载。我想要做的是在 2 台机器上托管相同的 WCF 服务并添加一个负载均衡器。我可以以编程方式执行此操作吗?
当谈到负载平衡时,在 WCF 中,根据您使用的绑定,您需要更改默认绑定设置。Microsoft 在其有关 WCF 负载平衡的文章中提供了更多详细信息,其中讨论了 NetTcpBinding、WSHttpBinding、WSDualHttpBinding 和 BasicHttpBinding 的设置。
负载均衡