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 は、NetTcpBinding、WSHttpBinding、WSDualHttpBinding、および BasicHttpBinding の設定について説明している WCF 負荷分散に関する記事で詳細を説明しています。
負荷平衡