Keep-Alive value enables clients to establish persistent connections to the WCF services. This configuration offers enhanced throughput because previously established connections can be reused to send subsequent messages to the same server. However, connection reuse may cause clients to become strongly associated to a specific server within the load-balanced farm, which reduces the effectiveness of round-robin load balancing.
Related Posts
WCF – Windows Communication Foundation
- abhisanto
- August 30, 2010
- 0
WCF – Windows Communication Foundation Introduction .NET Framework 3.0 introduces four important features : Windows Communication Foundation ( WCF ) Windows Presentation Foundation ( WPF […]
Share this:
- Share on X (Opens in new window) X
- Share on Facebook (Opens in new window) Facebook
- Share on Reddit (Opens in new window) Reddit
- Share on Pinterest (Opens in new window) Pinterest
- Share on X (Opens in new window) X
- Share on LinkedIn (Opens in new window) LinkedIn
- Share on WhatsApp (Opens in new window) WhatsApp
- Share on Tumblr (Opens in new window) Tumblr
- Share on Nextdoor (Opens in new window) Nextdoor
- Share on Mastodon (Opens in new window) Mastodon
- Share on Telegram (Opens in new window) Telegram
Why are WCF Services are considered as loosely coupled?
- abhisanto
- January 13, 2012
- 0
Why are WCF Services are considered as loosely coupled? WCF enables one to create SOA services. A loosely-coupled relationship implies that any client created on […]
Share this:
- Share on X (Opens in new window) X
- Share on Facebook (Opens in new window) Facebook
- Share on Reddit (Opens in new window) Reddit
- Share on Pinterest (Opens in new window) Pinterest
- Share on X (Opens in new window) X
- Share on LinkedIn (Opens in new window) LinkedIn
- Share on WhatsApp (Opens in new window) WhatsApp
- Share on Tumblr (Opens in new window) Tumblr
- Share on Nextdoor (Opens in new window) Nextdoor
- Share on Mastodon (Opens in new window) Mastodon
- Share on Telegram (Opens in new window) Telegram
SOA Principles
- abhisanto
- May 4, 2012
- 0
SOA Principles Service-oriented architecture ( SOA ) is based on the four fundamental tenets that follow: 1. Explicit Boundaries Everything needed by the service to […]
Share this:
- Share on X (Opens in new window) X
- Share on Facebook (Opens in new window) Facebook
- Share on Reddit (Opens in new window) Reddit
- Share on Pinterest (Opens in new window) Pinterest
- Share on X (Opens in new window) X
- Share on LinkedIn (Opens in new window) LinkedIn
- Share on WhatsApp (Opens in new window) WhatsApp
- Share on Tumblr (Opens in new window) Tumblr
- Share on Nextdoor (Opens in new window) Nextdoor
- Share on Mastodon (Opens in new window) Mastodon
- Share on Telegram (Opens in new window) Telegram
