<?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: The Request/Response Service Layer</title>
	<atom:link href="http://davybrion.com/blog/2008/07/the-request-response-service-layer/feed/" rel="self" type="application/rss+xml" />
	<link>http://davybrion.com/blog/2008/07/the-request-response-service-layer/</link>
	<description>Trying to walk that thin line between intelligence and ignorance</description>
	<lastBuildDate>Mon, 15 Mar 2010 08:03:58 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Monitoring Production Performance &#124; The Inquisitive Coder &#8211; Davy Brion&#8217;s Blog</title>
		<link>http://davybrion.com/blog/2008/07/the-request-response-service-layer/comment-page-1/#comment-22498</link>
		<dc:creator>Monitoring Production Performance &#124; The Inquisitive Coder &#8211; Davy Brion&#8217;s Blog</dc:creator>
		<pubDate>Mon, 07 Sep 2009 19:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=211#comment-22498</guid>
		<description>[...] on this, i recently added a bit of performance related logging to the RequestProcessor class of my Request/Response service layer. I have the following 2 loggers set [...]</description>
		<content:encoded><![CDATA[<p>[...] on this, i recently added a bit of performance related logging to the RequestProcessor class of my Request/Response service layer. I have the following 2 loggers set [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davy Brion</title>
		<link>http://davybrion.com/blog/2008/07/the-request-response-service-layer/comment-page-1/#comment-22321</link>
		<dc:creator>Davy Brion</dc:creator>
		<pubDate>Tue, 25 Aug 2009 07:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=211#comment-22321</guid>
		<description>@Owen

we also use an asynchronous implementation of this for our silverlight clients... we basically have an asychronous version of the IWcfRequestProcessor interface/service contract and an asynchronous dispatcher which indeed accepts a delegate to callback once the responses have been received.</description>
		<content:encoded><![CDATA[<p>@Owen</p>
<p>we also use an asynchronous implementation of this for our silverlight clients&#8230; we basically have an asychronous version of the IWcfRequestProcessor interface/service contract and an asynchronous dispatcher which indeed accepts a delegate to callback once the responses have been received.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen</title>
		<link>http://davybrion.com/blog/2008/07/the-request-response-service-layer/comment-page-1/#comment-22318</link>
		<dc:creator>Owen</dc:creator>
		<pubDate>Tue, 25 Aug 2009 05:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=211#comment-22318</guid>
		<description>Hi Davy,

I&#039;m wanting to try this request/response concept in a current project which has a Winforms client calling the WCF service layer.

I have a lot of async calls (BeginXXX, EndXXX) to keep the UI responsive, and I&#039;m not sure how your library would work with the async pattern.

I&#039;m thinking that I might need to create another overload for IDispatcher.Add which takes an additional callback parameter, and then have the RequestProcesser call the callback when it gets the response.

What do you think? Do you have any other recommendations?

Thanks,
Owen</description>
		<content:encoded><![CDATA[<p>Hi Davy,</p>
<p>I&#8217;m wanting to try this request/response concept in a current project which has a Winforms client calling the WCF service layer.</p>
<p>I have a lot of async calls (BeginXXX, EndXXX) to keep the UI responsive, and I&#8217;m not sure how your library would work with the async pattern.</p>
<p>I&#8217;m thinking that I might need to create another overload for IDispatcher.Add which takes an additional callback parameter, and then have the RequestProcesser call the callback when it gets the response.</p>
<p>What do you think? Do you have any other recommendations?</p>
<p>Thanks,<br />
Owen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Inquisitive Coder - Davy Brion&#8217;s Blog &#187; Blog Archive &#187; I Love Easy Extensibility</title>
		<link>http://davybrion.com/blog/2008/07/the-request-response-service-layer/comment-page-1/#comment-9648</link>
		<dc:creator>The Inquisitive Coder - Davy Brion&#8217;s Blog &#187; Blog Archive &#187; I Love Easy Extensibility</dc:creator>
		<pubDate>Tue, 10 Mar 2009 17:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=211#comment-9648</guid>
		<description>[...] wanted to log the size of incoming and outgoing SOAP messages. If you&#8217;re using something like the Request/Response service layer you do want to keep an eye on the size of those SOAP messages to make sure nobody is going [...]</description>
		<content:encoded><![CDATA[<p>[...] wanted to log the size of incoming and outgoing SOAP messages. If you&#8217;re using something like the Request/Response service layer you do want to keep an eye on the size of those SOAP messages to make sure nobody is going [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: valerio.net &#187; Blog Archive &#187; Exception Handling, Queuing, and UI Synchronization for WCF Services Using the CCR</title>
		<link>http://davybrion.com/blog/2008/07/the-request-response-service-layer/comment-page-1/#comment-5136</link>
		<dc:creator>valerio.net &#187; Blog Archive &#187; Exception Handling, Queuing, and UI Synchronization for WCF Services Using the CCR</dc:creator>
		<pubDate>Mon, 17 Nov 2008 22:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=211#comment-5136</guid>
		<description>[...] input and output properties on the respective types, making for a cleaner interface. Apparently I&#8217;m not the only one to think this, though the motivation is grounds for another complete [...]</description>
		<content:encoded><![CDATA[<p>[...] input and output properties on the respective types, making for a cleaner interface. Apparently I&#8217;m not the only one to think this, though the motivation is grounds for another complete [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Inquisitive Coder - Davy Brion&#8217;s Blog &#187; Blog Archive &#187; Batching++</title>
		<link>http://davybrion.com/blog/2008/07/the-request-response-service-layer/comment-page-1/#comment-944</link>
		<dc:creator>The Inquisitive Coder - Davy Brion&#8217;s Blog &#187; Blog Archive &#187; Batching++</dc:creator>
		<pubDate>Wed, 30 Jul 2008 19:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=211#comment-944</guid>
		<description>[...] The Request/Response Service Layer [...]</description>
		<content:encoded><![CDATA[<p>[...] The Request/Response Service Layer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reflective Perspective - Chris Alcock &#187; The Morning Brew #145</title>
		<link>http://davybrion.com/blog/2008/07/the-request-response-service-layer/comment-page-1/#comment-910</link>
		<dc:creator>Reflective Perspective - Chris Alcock &#187; The Morning Brew #145</dc:creator>
		<pubDate>Mon, 28 Jul 2008 07:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=211#comment-910</guid>
		<description>[...] The Request/Response Service Layer - Davy Brion looks at building a request response service starting with the messages, and moving on to look at processing the requests, hosting the service and stubbing the service for testing. [...]</description>
		<content:encoded><![CDATA[<p>[...] The Request/Response Service Layer &#8211; Davy Brion looks at building a request response service starting with the messages, and moving on to look at processing the requests, hosting the service and stubbing the service for testing. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop - July 27, 2008 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://davybrion.com/blog/2008/07/the-request-response-service-layer/comment-page-1/#comment-901</link>
		<dc:creator>Dew Drop - July 27, 2008 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Sun, 27 Jul 2008 13:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://davybrion.com/blog/?p=211#comment-901</guid>
		<description>[...] The Request/Response Service Layer (Davy Brion) [...]</description>
		<content:encoded><![CDATA[<p>[...] The Request/Response Service Layer (Davy Brion) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
