<?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: Multithreading made easy</title>
	<atom:link href="http://www.dinosaurtech.com/2009/multithreading-made-easy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dinosaurtech.com/2009/multithreading-made-easy/</link>
	<description>The online ramblings of a young dinosaur</description>
	<lastBuildDate>Wed, 25 Jan 2012 19:30:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Fil Mackay</title>
		<link>http://www.dinosaurtech.com/2009/multithreading-made-easy/comment-page-1/#comment-587</link>
		<dc:creator>Fil Mackay</dc:creator>
		<pubDate>Tue, 14 Sep 2010 00:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinosaurtech.com/2009/multithreading-made-easy/#comment-587</guid>
		<description>Now that the CCR has been released free, would you consider putting up your CCR code?

Interested to see how you used it in a trading context..</description>
		<content:encoded><![CDATA[<p>Now that the CCR has been released free, would you consider putting up your CCR code?</p>
<p>Interested to see how you used it in a trading context..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://www.dinosaurtech.com/2009/multithreading-made-easy/comment-page-1/#comment-575</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Thu, 17 Jun 2010 23:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinosaurtech.com/2009/multithreading-made-easy/#comment-575</guid>
		<description>Does .NET 4 and VS 2010 supply the tools you need to implement your system with threading as you suggest above?</description>
		<content:encoded><![CDATA[<p>Does .NET 4 and VS 2010 supply the tools you need to implement your system with threading as you suggest above?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.dinosaurtech.com/2009/multithreading-made-easy/comment-page-1/#comment-549</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Mon, 01 Feb 2010 17:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinosaurtech.com/2009/multithreading-made-easy/#comment-549</guid>
		<description>Yeah - I&#039;m sure there are open source/free alternatives but I don&#039;t mind paying for good software, it really is well thought out.</description>
		<content:encoded><![CDATA[<p>Yeah &#8211; I&#8217;m sure there are open source/free alternatives but I don&#8217;t mind paying for good software, it really is well thought out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Alexander</title>
		<link>http://www.dinosaurtech.com/2009/multithreading-made-easy/comment-page-1/#comment-548</link>
		<dc:creator>Peter Alexander</dc:creator>
		<pubDate>Sun, 31 Jan 2010 14:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinosaurtech.com/2009/multithreading-made-easy/#comment-548</guid>
		<description>$400 for a threading library. Ha.. you make a Linux/FOSS (free open source software) programmer laugh heartily.

But, &quot;to each their own&quot; and I respect that.. I just can&#039;t understand it.

Regards,
Pete</description>
		<content:encoded><![CDATA[<p>$400 for a threading library. Ha.. you make a Linux/FOSS (free open source software) programmer laugh heartily.</p>
<p>But, &#8220;to each their own&#8221; and I respect that.. I just can&#8217;t understand it.</p>
<p>Regards,<br />
Pete</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.dinosaurtech.com/2009/multithreading-made-easy/comment-page-1/#comment-496</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Mon, 07 Sep 2009 14:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinosaurtech.com/2009/multithreading-made-easy/#comment-496</guid>
		<description>Yeah, you can use the CCR framework easily with my library in its current form. I&#039;d suggest making a wrapper which binds to the various events and posts them to ports. The important thing is to handle the order flow and market data flow with an exclusive arbiter so that they get handled sequentially for a particular contract.

Good luck, let me know if you run into any problems,

-Karl</description>
		<content:encoded><![CDATA[<p>Yeah, you can use the CCR framework easily with my library in its current form. I&#8217;d suggest making a wrapper which binds to the various events and posts them to ports. The important thing is to handle the order flow and market data flow with an exclusive arbiter so that they get handled sequentially for a particular contract.</p>
<p>Good luck, let me know if you run into any problems,</p>
<p>-Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taniwha</title>
		<link>http://www.dinosaurtech.com/2009/multithreading-made-easy/comment-page-1/#comment-495</link>
		<dc:creator>Taniwha</dc:creator>
		<pubDate>Mon, 07 Sep 2009 01:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dinosaurtech.com/2009/multithreading-made-easy/#comment-495</guid>
		<description>You say &quot;I just wanted to convey how cool the CCR framework is. If it were free, I’d post my Ib wrapper for it!&quot; I&#039;m considering the CCR framework and wondered if it could be used directly with the wrapper in its current form, or would the wrapper itself need to be changed to use CCR as well?</description>
		<content:encoded><![CDATA[<p>You say &#8220;I just wanted to convey how cool the CCR framework is. If it were free, I’d post my Ib wrapper for it!&#8221; I&#8217;m considering the CCR framework and wondered if it could be used directly with the wrapper in its current form, or would the wrapper itself need to be changed to use CCR as well?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

