<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Optimizing SOA Applications &#8211; C# Async Fork</title>
	<atom:link href="http://rogeralsing.com/2008/05/09/async-calls-fork/feed/" rel="self" type="application/rss+xml" />
	<link>http://rogeralsing.com/2008/05/09/async-calls-fork/</link>
	<description></description>
	<lastBuildDate>Sat, 28 Jan 2012 14:35:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Fluent Argument Validation - Colin&#39;s Blog</title>
		<link>http://rogeralsing.com/2008/05/09/async-calls-fork/#comment-186</link>
		<dc:creator><![CDATA[Fluent Argument Validation - Colin&#39;s Blog]]></dc:creator>
		<pubDate>Thu, 29 May 2008 09:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://rogeralsing.wordpress.com/?p=98#comment-186</guid>
		<description><![CDATA[[...] also put together some of his other code into a mini-framework for download. The async fork is another another class worth taking a look at for a nice clean way to run asyncronous tasks. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] also put together some of his other code into a mini-framework for download. The async fork is another another class worth taking a look at for a nice clean way to run asyncronous tasks. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Vangrieken</title>
		<link>http://rogeralsing.com/2008/05/09/async-calls-fork/#comment-156</link>
		<dc:creator><![CDATA[Marc Vangrieken]]></dc:creator>
		<pubDate>Sat, 10 May 2008 07:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://rogeralsing.wordpress.com/?p=98#comment-156</guid>
		<description><![CDATA[I&#039;m in a project right now where we have exactly the same situation. We increased the speed immensely last week by doing multiple parallellisations regarding to data-access.  

We have (something we call) DAOs to fetch the data from all different sources.  I have designed these DAOs using the Template Method Pattern. The deferred steps are chosen in such a way that every concrete DAO could be made stateless. In the DAO base class, the “driver” is able to execute much of these steps in parallel. 

This inversion-of-control has given us a nice way to encapsulate forking code. The code itself however is still ugly so for that, I’m definately going to try your Fork utility. Thanks!]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m in a project right now where we have exactly the same situation. We increased the speed immensely last week by doing multiple parallellisations regarding to data-access.  </p>
<p>We have (something we call) DAOs to fetch the data from all different sources.  I have designed these DAOs using the Template Method Pattern. The deferred steps are chosen in such a way that every concrete DAO could be made stateless. In the DAO base class, the “driver” is able to execute much of these steps in parallel. </p>
<p>This inversion-of-control has given us a nice way to encapsulate forking code. The code itself however is still ugly so for that, I’m definately going to try your Fork utility. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Alsing</title>
		<link>http://rogeralsing.com/2008/05/09/async-calls-fork/#comment-155</link>
		<dc:creator><![CDATA[Roger Alsing]]></dc:creator>
		<pubDate>Fri, 09 May 2008 20:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://rogeralsing.wordpress.com/?p=98#comment-155</guid>
		<description><![CDATA[Meh, whats up with these new WordPRess &quot;Possibly related posts&quot;... they are totally unrelated..]]></description>
		<content:encoded><![CDATA[<p>Meh, whats up with these new WordPRess &#8220;Possibly related posts&#8221;&#8230; they are totally unrelated..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

