<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cleverfoo &#187; Mono</title>
	<atom:link href="http://ophion.org/index.php/category/mono/feed/" rel="self" type="application/rss+xml" />
	<link>http://ophion.org</link>
	<description>Rafael Ferreira&#039;s blog</description>
	<lastBuildDate>Sat, 25 Dec 2010 05:02:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Why Python should adopt the mono runtime</title>
		<link>http://ophion.org/index.php/2009/01/why-python-should-adopt-the-mono-runtime/</link>
		<comments>http://ophion.org/index.php/2009/01/why-python-should-adopt-the-mono-runtime/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 15:27:11 +0000</pubDate>
		<dc:creator>Rafael Ferreira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mono]]></category>

		<guid isPermaLink="false">http://ophion.org/?p=72</guid>
		<description><![CDATA[So I thought about this on my drive back from the gym today. What I believe Python needs for world domination is to drop its C runtime and adopt the mono runtime as the new &#8220;blessed by Guido&#8221; implementation. Why you may ask? It would bring together one of the best languages ever developed with [...]]]></description>
		<wfw:commentRss>http://ophion.org/index.php/2009/01/why-python-should-adopt-the-mono-runtime/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Mono OSCON BOF?</title>
		<link>http://ophion.org/index.php/2008/07/mono-oscon-bof/</link>
		<comments>http://ophion.org/index.php/2008/07/mono-oscon-bof/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 16:12:29 +0000</pubDate>
		<dc:creator>Rafael Ferreira</dc:creator>
				<category><![CDATA[Mono]]></category>

		<guid isPermaLink="false">http://ophion.org:81/blog/?p=24</guid>
		<description><![CDATA[Does anyone know of such strange, yet delightful, gathering? I would like to see how things are going in mono land&#8230;]]></description>
		<wfw:commentRss>http://ophion.org/index.php/2008/07/mono-oscon-bof/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Single thread timer scheduler patch sent to mono-dev</title>
		<link>http://ophion.org/index.php/2006/06/single-thread-timer-scheduler-patch-sent-to-mono-dev/</link>
		<comments>http://ophion.org/index.php/2006/06/single-thread-timer-scheduler-patch-sent-to-mono-dev/#comments</comments>
		<pubDate>Wed, 14 Jun 2006 06:02:08 +0000</pubDate>
		<dc:creator>Rafael Ferreira</dc:creator>
				<category><![CDATA[Mono]]></category>

		<guid isPermaLink="false">http://ophion.org:81/blog/?p=12</guid>
		<description><![CDATA[For instance in the code below: using System.Threading; public class foo { public static void Main() { new Timer(new TimerCallback(cb),null,200,5000); Thread.Sleep(Timeout.Infinite); } public static void cb(object state) {} } the current implementation of Threading.Timer will create a new thread for every new Timer object created. Why is this bad you might ask&#8230; well, primarily this [...]]]></description>
		<wfw:commentRss>http://ophion.org/index.php/2006/06/single-thread-timer-scheduler-patch-sent-to-mono-dev/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Die monodoc bugs die!</title>
		<link>http://ophion.org/index.php/2006/01/die-monodoc-bugs-die/</link>
		<comments>http://ophion.org/index.php/2006/01/die-monodoc-bugs-die/#comments</comments>
		<pubDate>Tue, 17 Jan 2006 07:25:13 +0000</pubDate>
		<dc:creator>Rafael Ferreira</dc:creator>
				<category><![CDATA[Mono]]></category>

		<guid isPermaLink="false">http://ophion.org:81/blog/?p=10</guid>
		<description><![CDATA[I just submitted a patch to upgrade monodoc to gtk-sharp-2.0 and thus finally put an end to all of the Pango related crashes in our beloved documentation browser&#8230; hopefully that will mean no more angry emails complaining that monodoc crashes too much. We will see. Update.. here&#8217;s the proof:]]></description>
		<wfw:commentRss>http://ophion.org/index.php/2006/01/die-monodoc-bugs-die/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>why I hate log4net (but still use it)</title>
		<link>http://ophion.org/index.php/2005/11/why-i-hate-log4net-but-still-use-it/</link>
		<comments>http://ophion.org/index.php/2005/11/why-i-hate-log4net-but-still-use-it/#comments</comments>
		<pubDate>Mon, 28 Nov 2005 05:45:54 +0000</pubDate>
		<dc:creator>Rafael Ferreira</dc:creator>
				<category><![CDATA[Mono]]></category>

		<guid isPermaLink="false">http://ophion.org:81/blog/?p=9</guid>
		<description><![CDATA[So, I&#8217;m writing a little toy app (a single thread web server in c#) and I&#8217;m using the awesome &#8220;heap-buddy&#8221; tool to track heap usage&#8230; and this is what I see: [terminal] [rafael@salamandra Ophion.ZServer]$ heap-buddy /tmp/zserver.pf types fullname Type # Total AvSz AvAge BT# string 6462 563k 89.2 0.7 663 int 14731 172k 12.0 0.0 [...]]]></description>
		<wfw:commentRss>http://ophion.org/index.php/2005/11/why-i-hate-log4net-but-still-use-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

