<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments on: DFS Object service consumer #2b</title>
	<atom:link href="http://craigrandall.net/archives/2008/07/dfs-object-service-consumer-2b/feed/" rel="self" type="application/rss+xml" />
	<link>http://craigrandall.net/archives/2008/07/dfs-object-service-consumer-2b/</link>
	<description>Thoughts about software architecture, books and life</description>
	<lastBuildDate>Wed, 04 Jan 2012 18:00:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Craig Randall</title>
		<link>http://craigrandall.net/archives/2008/07/dfs-object-service-consumer-2b/comment-page-1/#comment-20829</link>
		<dc:creator>Craig Randall</dc:creator>
		<pubDate>Wed, 11 Nov 2009 03:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://craigrandall.net/archives/2008/07/dfs-object-service-consumer-2b/#comment-20829</guid>
		<description>While it&#039;s true that Visual Studio can automatically generate an app.config file for your project, app.config is an artifact recognized by .NET (i.e. it&#039;s not unique to Visual Studio or any other .NET IDE). Other posts in my blog cover how to programmatically leverage what may be declaratively expressed in an application configuration file.</description>
		<content:encoded><![CDATA[<p>While it&#8217;s true that Visual Studio can automatically generate an app.config file for your project, app.config is an artifact recognized by .NET (i.e. it&#8217;s not unique to Visual Studio or any other .NET IDE). Other posts in my blog cover how to programmatically leverage what may be declaratively expressed in an application configuration file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Randall</title>
		<link>http://craigrandall.net/archives/2008/07/dfs-object-service-consumer-2b/comment-page-1/#comment-20811</link>
		<dc:creator>Craig Randall</dc:creator>
		<pubDate>Wed, 02 Sep 2009 16:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://craigrandall.net/archives/2008/07/dfs-object-service-consumer-2b/#comment-20811</guid>
		<description>Thanks for sharing. I&#039;m interested in what kind of load you need to support as well as the specific errors you&#039;re seeing.

The Content Server Administration Guide talks about how to enable connection pooling (i.e. set the dfc.session.pool.enable key key in the dfc.properties file to TRUE) and how to configure concurrent sessions (i.e. the concurrent_sessions key in the server.ini file).

I&#039;m assuming that since you&#039;re passing ServiceContext headers in your SOAP requests, that you&#039;re being stateless--a good thing! So, that&#039;s why I&#039;m referring to DFC and Content Server configuration. Please correct me, if I&#039;ve assumed incorrectly.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing. I&#8217;m interested in what kind of load you need to support as well as the specific errors you&#8217;re seeing.</p>
<p>The Content Server Administration Guide talks about how to enable connection pooling (i.e. set the dfc.session.pool.enable key key in the dfc.properties file to TRUE) and how to configure concurrent sessions (i.e. the concurrent_sessions key in the server.ini file).</p>
<p>I&#8217;m assuming that since you&#8217;re passing ServiceContext headers in your SOAP requests, that you&#8217;re being stateless&#8211;a good thing! So, that&#8217;s why I&#8217;m referring to DFC and Content Server configuration. Please correct me, if I&#8217;ve assumed incorrectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Koby Maru</title>
		<link>http://craigrandall.net/archives/2008/07/dfs-object-service-consumer-2b/comment-page-1/#comment-20810</link>
		<dc:creator>Koby Maru</dc:creator>
		<pubDate>Wed, 02 Sep 2009 16:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://craigrandall.net/archives/2008/07/dfs-object-service-consumer-2b/#comment-20810</guid>
		<description>Previous comment was not helpful.  I still get authentication errors under load.  I&#039;ll be looking into where the maximum connection count is configured.</description>
		<content:encoded><![CDATA[<p>Previous comment was not helpful.  I still get authentication errors under load.  I&#8217;ll be looking into where the maximum connection count is configured.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Koby Maru</title>
		<link>http://craigrandall.net/archives/2008/07/dfs-object-service-consumer-2b/comment-page-1/#comment-20809</link>
		<dc:creator>Koby Maru</dc:creator>
		<pubDate>Wed, 02 Sep 2009 15:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://craigrandall.net/archives/2008/07/dfs-object-service-consumer-2b/#comment-20809</guid>
		<description>I have found it necessary to instantiate the ServiceContextHeader class, and assign it to a variable, so that the Close() method can be called after execution.   In addition, I utilized a using statement for the class.

When I didn&#039;t use the Close() statement, I received authentication errors under a heavy load.  Probably because I ran out of connections somewhere.

Thanks for all your help!
KM</description>
		<content:encoded><![CDATA[<p>I have found it necessary to instantiate the ServiceContextHeader class, and assign it to a variable, so that the Close() method can be called after execution.   In addition, I utilized a using statement for the class.</p>
<p>When I didn&#8217;t use the Close() statement, I received authentication errors under a heavy load.  Probably because I ran out of connections somewhere.</p>
<p>Thanks for all your help!<br />
KM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Addressing MaxReceivedMessageSize issues &#124; Craig's Musings</title>
		<link>http://craigrandall.net/archives/2008/07/dfs-object-service-consumer-2b/comment-page-1/#comment-20765</link>
		<dc:creator>Addressing MaxReceivedMessageSize issues &#124; Craig's Musings</dc:creator>
		<pubDate>Mon, 20 Apr 2009 20:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://craigrandall.net/archives/2008/07/dfs-object-service-consumer-2b/#comment-20765</guid>
		<description>[...] you may be interested in the details of this post. This post applies both to direct-to-WSDL consumers and also to consumers that leverage the DFS productivity layer for .NET. Guidance herein has more [...]</description>
		<content:encoded><![CDATA[<p>[...] you may be interested in the details of this post. This post applies both to direct-to-WSDL consumers and also to consumers that leverage the DFS productivity layer for .NET. Guidance herein has more [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Consuming DFS WSDL in Visual Studio &#124; Craig's Musings</title>
		<link>http://craigrandall.net/archives/2008/07/dfs-object-service-consumer-2b/comment-page-1/#comment-20701</link>
		<dc:creator>Consuming DFS WSDL in Visual Studio &#124; Craig's Musings</dc:creator>
		<pubDate>Fri, 16 Jan 2009 06:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://craigrandall.net/archives/2008/07/dfs-object-service-consumer-2b/#comment-20701</guid>
		<description>[...] previous direct-to-WSDL DFS consumer sample I posted, targeted .NET 3.0 and WCF &quot;v1.&quot; This sample targets .NET 3.5 and WCF &quot;v2&quot; [...]</description>
		<content:encoded><![CDATA[<p>[...] previous direct-to-WSDL DFS consumer sample I posted, targeted .NET 3.0 and WCF &quot;v1.&quot; This sample targets .NET 3.5 and WCF &quot;v2&quot; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

