<?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: Playing with sockets in Haskell</title>
	<atom:link href="http://therning.org/magnus/archives/778/feed" rel="self" type="application/rss+xml" />
	<link>http://therning.org/magnus/archives/778</link>
	<description>Incoherent mumblings</description>
	<lastBuildDate>Wed, 08 Aug 2012 00:21:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Magnus</title>
		<link>http://therning.org/magnus/archives/778/comment-page-1#comment-192120</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Sun, 01 Nov 2009 11:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/?p=778#comment-192120</guid>
		<description><![CDATA[&lt;p&gt;&lt;strong&gt;@TomMD,&lt;/strong&gt; it&#039;s simple, I need a new process not a new thread.&lt;/p&gt;

&lt;p&gt;Since I&#039;m only playing around with this at the moment I didn&#039;t bother putting &lt;code&gt;childFunc&lt;/code&gt; in a separate executable, and hence also left out the call to &lt;code&gt;executeFile&lt;/code&gt;.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p><strong>@TomMD,</strong> it&#8217;s simple, I need a new process not a new thread.</p>

<p>Since I&#8217;m only playing around with this at the moment I didn&#8217;t bother putting <code>childFunc</code> in a separate executable, and hence also left out the call to <code>executeFile</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomMD</title>
		<link>http://therning.org/magnus/archives/778/comment-page-1#comment-192086</link>
		<dc:creator>TomMD</dc:creator>
		<pubDate>Sat, 31 Oct 2009 23:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/?p=778#comment-192086</guid>
		<description><![CDATA[&lt;p&gt;I&#039;m curious what situation is requiring you to use forkProcess instead of the more flexible forkIO and letting the RTS figure things out.  Are there some TLS issues or is this just hypothetical?&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m curious what situation is requiring you to use forkProcess instead of the more flexible forkIO and letting the RTS figure things out.  Are there some TLS issues or is this just hypothetical?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
