<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using WCF with NLB</title>
	<atom:link href="http://kennyw.com/work/indigo/134/feed" rel="self" type="application/rss+xml" />
	<link>http://kennyw.com/work/indigo/134</link>
	<description>Kenny Wolf's Thoughts of the Moment</description>
	<lastBuildDate>Tue, 16 Mar 2010 09:01:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kenny</title>
		<link>http://kennyw.com/work/indigo/134/comment-page-1#comment-107251</link>
		<dc:creator>Kenny</dc:creator>
		<pubDate>Thu, 29 May 2008 04:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://kennyw.com/indigo/134#comment-107251</guid>
		<description>Yes, I mistyped in the post, it&#039;s absolutely 5 minutes for LeaseTimeout by default. Thanks for the correction!</description>
		<content:encoded><![CDATA[<p>Yes, I mistyped in the post, it&#8217;s absolutely 5 minutes for LeaseTimeout by default. Thanks for the correction!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francisco Javier Banos Lemoine</title>
		<link>http://kennyw.com/work/indigo/134/comment-page-1#comment-107174</link>
		<dc:creator>Francisco Javier Banos Lemoine</dc:creator>
		<pubDate>Wed, 28 May 2008 20:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://kennyw.com/indigo/134#comment-107174</guid>
		<description>Hey Kenny. I think the LeaseTimeout default value is five minutes instead of two minutes. I just checked it out with a ConsoleHost I wrote to test NLB. A small contribution to your excellent article. Regards.</description>
		<content:encoded><![CDATA[<p>Hey Kenny. I think the LeaseTimeout default value is five minutes instead of two minutes. I just checked it out with a ConsoleHost I wrote to test NLB. A small contribution to your excellent article. Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sajay Antony : Load Balancing WCF</title>
		<link>http://kennyw.com/work/indigo/134/comment-page-1#comment-11781</link>
		<dc:creator>Sajay Antony : Load Balancing WCF</dc:creator>
		<pubDate>Tue, 14 Nov 2006 13:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://kennyw.com/indigo/134#comment-11781</guid>
		<description>[...] Load Balancing WCF  Load balancing WCF with basicHttpBinding&#160;can&#160;be&#160;done using the keepAliveEnabled property when there is connection reuse. Basically this property when enabled, enables a client to maintain a persistent connection with the service and gives enhanced throughput with connection reuse with multiple messages. But in a load balanced farm we cannot have a client strongly associated with a server and so need to disable this property. This can be accessed through a custom binding as follows.  &#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;bindings&gt; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;customBinding&gt; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;binding name=&quot;NewBinding0&quot;&gt; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;textMessageEncoding /&gt; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;httpTransport keepAliveEnabled=&quot;false&quot; /&gt; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/binding&gt; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/customBinding&gt; &#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/bindings&gt; If you are interested in TCP load balancing check out this post by KennyThis article should give you more information MSDN [...]</description>
		<content:encoded><![CDATA[<p>[...] Load Balancing WCF  Load balancing WCF with basicHttpBinding&nbsp;can&nbsp;be&nbsp;done using the keepAliveEnabled property when there is connection reuse. Basically this property when enabled, enables a client to maintain a persistent connection with the service and gives enhanced throughput with connection reuse with multiple messages. But in a load balanced farm we cannot have a client strongly associated with a server and so need to disable this property. This can be accessed through a custom binding as follows.  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;bindings&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;customBinding&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;binding name=&#8221;NewBinding0&#8243;&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;textMessageEncoding /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;httpTransport keepAliveEnabled=&#8221;false&#8221; /&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/binding&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/customBinding&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/bindings&gt; If you are interested in TCP load balancing check out this post by KennyThis article should give you more information MSDN [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sajay</title>
		<link>http://kennyw.com/work/indigo/134/comment-page-1#comment-8409</link>
		<dc:creator>Sajay</dc:creator>
		<pubDate>Sun, 22 Oct 2006 11:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://kennyw.com/indigo/134#comment-8409</guid>
		<description>Where can i find information regarding different bindings and their behaviors in load balanced networks. 
Paritcularly when sessions(security context etc) are established.</description>
		<content:encoded><![CDATA[<p>Where can i find information regarding different bindings and their behaviors in load balanced networks.<br />
Paritcularly when sessions(security context etc) are established.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
