<?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: Object Builder &#8211; the place to fix system-wide threading bugs</title>
	<atom:link href="http://www.udidahan.com/2007/12/06/object-builder-the-place-to-fix-system-wide-threading-bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.udidahan.com/2007/12/06/object-builder-the-place-to-fix-system-wide-threading-bugs/</link>
	<description>Enterprise Development Expert &#38; SOA Specialist</description>
	<lastBuildDate>Thu, 11 Mar 2010 11:59:32 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: WCF, Smart Clients, and Deadlocks</title>
		<link>http://www.udidahan.com/2007/12/06/object-builder-the-place-to-fix-system-wide-threading-bugs/comment-page-1/#comment-20143</link>
		<dc:creator>WCF, Smart Clients, and Deadlocks</dc:creator>
		<pubDate>Fri, 11 Apr 2008 09:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://udidahan.weblogs.us/2007/12/06/object-builder-the-place-to-fix-system-wide-threading-bugs/#comment-20143</guid>
		<description>[...] Object Builder - the place to fix system-wide threading bugs [...]</description>
		<content:encoded><![CDATA[<p>[...] Object Builder &#8211; the place to fix system-wide threading bugs [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thesoftwaresimplist</title>
		<link>http://www.udidahan.com/2007/12/06/object-builder-the-place-to-fix-system-wide-threading-bugs/comment-page-1/#comment-12140</link>
		<dc:creator>thesoftwaresimplist</dc:creator>
		<pubDate>Sat, 08 Dec 2007 16:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://udidahan.weblogs.us/2007/12/06/object-builder-the-place-to-fix-system-wide-threading-bugs/#comment-12140</guid>
		<description>Arnon,

There were definitely some things that were similar to &quot;BlueSea&quot;, but it&#039;s one of those things that I thought I had already covered by the framework.

You&#039;re definitely right about doing a post covering all the threading aspects of the solution, from design down to code and frameworks. I&#039;ve been testing out various forms of getting the info out and the best thing I&#039;ve come up with is a software factory - code, frameworks, and guidance all together.

And knowing you have a threading bug and finding out where the hell the bug is hiding are two very different things :)</description>
		<content:encoded><![CDATA[<p>Arnon,</p>
<p>There were definitely some things that were similar to &#8220;BlueSea&#8221;, but it&#8217;s one of those things that I thought I had already covered by the framework.</p>
<p>You&#8217;re definitely right about doing a post covering all the threading aspects of the solution, from design down to code and frameworks. I&#8217;ve been testing out various forms of getting the info out and the best thing I&#8217;ve come up with is a software factory &#8211; code, frameworks, and guidance all together.</p>
<p>And knowing you have a threading bug and finding out where the hell the bug is hiding are two very different things <img src='http://www.udidahan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eureka! AOP is the final piece of the multi-threaded smart client puzzle</title>
		<link>http://www.udidahan.com/2007/12/06/object-builder-the-place-to-fix-system-wide-threading-bugs/comment-page-1/#comment-12104</link>
		<dc:creator>Eureka! AOP is the final piece of the multi-threaded smart client puzzle</dc:creator>
		<pubDate>Fri, 07 Dec 2007 23:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://udidahan.weblogs.us/2007/12/06/object-builder-the-place-to-fix-system-wide-threading-bugs/#comment-12104</guid>
		<description>[...] you&#8217;ve read my recent post on the threading issues I&#8217;ve been dealing with in Smart Client Applications, then you&#8217;re probably beginning to get the picture that its fairly complex. To tell you the [...]</description>
		<content:encoded><![CDATA[<p>[...] you&#8217;ve read my recent post on the threading issues I&#8217;ve been dealing with in Smart Client Applications, then you&#8217;re probably beginning to get the picture that its fairly complex. To tell you the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnon Rotem-Gal-Oz</title>
		<link>http://www.udidahan.com/2007/12/06/object-builder-the-place-to-fix-system-wide-threading-bugs/comment-page-1/#comment-12045</link>
		<dc:creator>Arnon Rotem-Gal-Oz</dc:creator>
		<pubDate>Thu, 06 Dec 2007 22:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://udidahan.weblogs.us/2007/12/06/object-builder-the-place-to-fix-system-wide-threading-bugs/#comment-12045</guid>
		<description>Hi Udi,
That&#039;s sounds something we saw when you and me worked on &quot;bluesea&quot;  - so you should have found it faster  ;) By the way, you should probably explain what are those Synchronization domains and ContextBoundObjects are all about - I only understood what you were talking about because we used something similar

Also any bug that disappears when the application changes speed (more logs slowing it down in your case) should smell like a threading related bug - but that&#039;s always easier to see in hindsight :)</description>
		<content:encoded><![CDATA[<p>Hi Udi,<br />
That&#8217;s sounds something we saw when you and me worked on &#8220;bluesea&#8221;  &#8211; so you should have found it faster  <img src='http://www.udidahan.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  By the way, you should probably explain what are those Synchronization domains and ContextBoundObjects are all about &#8211; I only understood what you were talking about because we used something similar</p>
<p>Also any bug that disappears when the application changes speed (more logs slowing it down in your case) should smell like a threading related bug &#8211; but that&#8217;s always easier to see in hindsight <img src='http://www.udidahan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
