<?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: Making mixico thread safe</title>
	<atom:link href="http://coderrr.wordpress.com/2008/11/14/making-mixico-thread-safe/feed/" rel="self" type="application/rss+xml" />
	<link>http://coderrr.wordpress.com/2008/11/14/making-mixico-thread-safe/</link>
	<description>pronounced &#34;coder&#34; not &#34;code err&#34; (extended r optional)</description>
	<lastBuildDate>Sun, 20 Dec 2009 10:03:37 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: anateencody</title>
		<link>http://coderrr.wordpress.com/2008/11/14/making-mixico-thread-safe/#comment-1326</link>
		<dc:creator>anateencody</dc:creator>
		<pubDate>Thu, 23 Apr 2009 21:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://coderrr.wordpress.com/?p=259#comment-1326</guid>
		<description>I&#039;m the only one in this world. Can please someone join me in this life? Or maybe death...</description>
		<content:encoded><![CDATA[<p>I&#8217;m the only one in this world. Can please someone join me in this life? Or maybe death&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: intiltwernSpecrem</title>
		<link>http://coderrr.wordpress.com/2008/11/14/making-mixico-thread-safe/#comment-1139</link>
		<dc:creator>intiltwernSpecrem</dc:creator>
		<pubDate>Sat, 03 Jan 2009 17:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://coderrr.wordpress.com/?p=259#comment-1139</guid>
		<description>bssydosirndcltpuwell, hi admin adn people nice forum indeed. how&#039;s life? hope it&#039;s introduce branch ;)</description>
		<content:encoded><![CDATA[<p>bssydosirndcltpuwell, hi admin adn people nice forum indeed. how&#8217;s life? hope it&#8217;s introduce branch ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dupping Our Way Out of Instance Eval? &#171; Like Dream of Banister Fiend</title>
		<link>http://coderrr.wordpress.com/2008/11/14/making-mixico-thread-safe/#comment-1134</link>
		<dc:creator>Dupping Our Way Out of Instance Eval? &#171; Like Dream of Banister Fiend</dc:creator>
		<pubDate>Thu, 18 Dec 2008 15:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://coderrr.wordpress.com/?p=259#comment-1134</guid>
		<description>[...] solution to the thread-safety issue was discovered by coderrr (http://coderrr.wordpress.com/2008/11/14/making-mixico-thread-safe/). His solution was to duplicate the binding of the block and perform the mix_eval on the [...]</description>
		<content:encoded><![CDATA[<p>[...] solution to the thread-safety issue was discovered by coderrr (<a href="http://coderrr.wordpress.com/2008/11/14/making-mixico-thread-safe/" rel="nofollow">http://coderrr.wordpress.com/2008/11/14/making-mixico-thread-safe/</a>). His solution was to duplicate the binding of the block and perform the mix_eval on the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coderrr</title>
		<link>http://coderrr.wordpress.com/2008/11/14/making-mixico-thread-safe/#comment-813</link>
		<dc:creator>coderrr</dc:creator>
		<pubDate>Mon, 17 Nov 2008 13:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://coderrr.wordpress.com/?p=259#comment-813</guid>
		<description>yea, good point!  if you store self and use it later... things will get relaly weird!</description>
		<content:encoded><![CDATA[<p>yea, good point!  if you store self and use it later&#8230; things will get relaly weird!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor Costan</title>
		<link>http://coderrr.wordpress.com/2008/11/14/making-mixico-thread-safe/#comment-812</link>
		<dc:creator>Victor Costan</dc:creator>
		<pubDate>Mon, 17 Nov 2008 12:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://coderrr.wordpress.com/?p=259#comment-812</guid>
		<description>Nice work!

Quick question -- if the block stores the object somewhere and tries to use it later, it&#039;ll have a very nasty surprise, right?</description>
		<content:encoded><![CDATA[<p>Nice work!</p>
<p>Quick question &#8212; if the block stores the object somewhere and tries to use it later, it&#8217;ll have a very nasty surprise, right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: banisterfiend</title>
		<link>http://coderrr.wordpress.com/2008/11/14/making-mixico-thread-safe/#comment-810</link>
		<dc:creator>banisterfiend</dc:creator>
		<pubDate>Sat, 15 Nov 2008 04:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://coderrr.wordpress.com/?p=259#comment-810</guid>
		<description>very nice write-up! though im pretty sure you can even correct the pathological case (modifying methods on the singleton of the object) by redirecting the tables for the dup&#039;d singleton too; just hope the singleton doesn&#039;t itself have a singleton :) (but even if it does you can repeat the process :)</description>
		<content:encoded><![CDATA[<p>very nice write-up! though im pretty sure you can even correct the pathological case (modifying methods on the singleton of the object) by redirecting the tables for the dup&#8217;d singleton too; just hope the singleton doesn&#8217;t itself have a singleton :) (but even if it does you can repeat the process :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
