<?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: Addressing MaxReceivedMessageSize issues</title>
	<atom:link href="http://craigrandall.net/archives/2009/04/maxreceivedmessagesize/feed/" rel="self" type="application/rss+xml" />
	<link>http://craigrandall.net/archives/2009/04/maxreceivedmessagesize/</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/2009/04/maxreceivedmessagesize/comment-page-1/#comment-20807</link>
		<dc:creator>Craig Randall</dc:creator>
		<pubDate>Fri, 21 Aug 2009 00:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://craigrandall.net/archives/2009/04/maxreceivedmessagesize/#comment-20807</guid>
		<description>Thanks for sharing, KM.

To be clear you should be able to switch from buffered to streamed if you&#039;re either a direct-to-WSDL consumer or a productivity layer-based consumer, since the same binding infrastructure from WCF is involved.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing, KM.</p>
<p>To be clear you should be able to switch from buffered to streamed if you&#8217;re either a direct-to-WSDL consumer or a productivity layer-based consumer, since the same binding infrastructure from WCF is involved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Koby Maru</title>
		<link>http://craigrandall.net/archives/2009/04/maxreceivedmessagesize/comment-page-1/#comment-20806</link>
		<dc:creator>Koby Maru</dc:creator>
		<pubDate>Thu, 20 Aug 2009 23:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://craigrandall.net/archives/2009/04/maxreceivedmessagesize/#comment-20806</guid>
		<description>I&#039;d just like to add that when I started trying to move files over 100MB, I had to drop the productivity layer and switched the transfer mode from buffered to streamed.

In addition, the memory consumption on the DFS server was several times greater than the size of the files I was sending, so I had to set up Tomcat using a 64 bit JVM. 

Thanks for you previous article on injecting credentials in the message header, it helped me a lot.

KM</description>
		<content:encoded><![CDATA[<p>I&#8217;d just like to add that when I started trying to move files over 100MB, I had to drop the productivity layer and switched the transfer mode from buffered to streamed.</p>
<p>In addition, the memory consumption on the DFS server was several times greater than the size of the files I was sending, so I had to set up Tomcat using a 64 bit JVM. </p>
<p>Thanks for you previous article on injecting credentials in the message header, it helped me a lot.</p>
<p>KM</p>
]]></content:encoded>
	</item>
</channel>
</rss>

