<?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: Erlang: A Generalized TCP Server</title>
	<atom:link href="http://20bits.com/articles/erlang-a-generalized-tcp-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://20bits.com/articles/erlang-a-generalized-tcp-server/</link>
	<description>Driven by Data</description>
	<lastBuildDate>Wed, 28 Jul 2010 21:50:46 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: SandraMillhouse</title>
		<link>http://20bits.com/articles/erlang-a-generalized-tcp-server/comment-page-1/#comment-5056</link>
		<dc:creator>SandraMillhouse</dc:creator>
		<pubDate>Fri, 25 Jun 2010 06:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/?p=160#comment-5056</guid>
		<description>So that&#039;s what the Cast command is used for. Thank you for the code and yes, the comments are very useful as they helped me understand the code.&lt;br&gt;Sandra @ &lt;a href=&quot;http://www.webfusion.co.uk/virtual-private-servers/&quot; rel=follow rel=&quot;nofollow&quot;&gt;VPS Servers&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>So that&#39;s what the Cast command is used for. Thank you for the code and yes, the comments are very useful as they helped me understand the code.<br />Sandra @ <a href="http://www.webfusion.co.uk/virtual-private-servers/" rel=follow rel="nofollow">VPS Servers</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jackjds1</title>
		<link>http://20bits.com/articles/erlang-a-generalized-tcp-server/comment-page-1/#comment-5015</link>
		<dc:creator>jackjds1</dc:creator>
		<pubDate>Wed, 26 May 2010 11:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/?p=160#comment-5015</guid>
		<description>I&#039;m an electronics engineering student and I was never able to grasp this topic until now! Thanks a lot</description>
		<content:encoded><![CDATA[<p>I&#39;m an electronics engineering student and I was never able to grasp this topic until now! Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Murray</title>
		<link>http://20bits.com/articles/erlang-a-generalized-tcp-server/comment-page-1/#comment-4719</link>
		<dc:creator>Nate Murray</dc:creator>
		<pubDate>Fri, 13 Nov 2009 01:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/?p=160#comment-4719</guid>
		<description>Jesse, I love the geshi coloring. Any chance I could get you to send it to me?</description>
		<content:encoded><![CDATA[<p>Jesse, I love the geshi coloring. Any chance I could get you to send it to me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://20bits.com/articles/erlang-a-generalized-tcp-server/comment-page-1/#comment-4670</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 08 Oct 2009 19:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/?p=160#comment-4670</guid>
		<description>Very useful !</description>
		<content:encoded><![CDATA[<p>Very useful !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valentin</title>
		<link>http://20bits.com/articles/erlang-a-generalized-tcp-server/comment-page-1/#comment-4602</link>
		<dc:creator>Valentin</dc:creator>
		<pubDate>Thu, 27 Aug 2009 21:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/?p=160#comment-4602</guid>
		<description>thanks for your erlang articles&lt;br&gt;helped me a lot</description>
		<content:encoded><![CDATA[<p>thanks for your erlang articles<br />helped me a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry</title>
		<link>http://20bits.com/articles/erlang-a-generalized-tcp-server/comment-page-1/#comment-4537</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Wed, 22 Jul 2009 08:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/?p=160#comment-4537</guid>
		<description>Nice article.&lt;br&gt;&lt;br&gt;It helps me a lot.</description>
		<content:encoded><![CDATA[<p>Nice article.</p>
<p>It helps me a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ludovic Kuty</title>
		<link>http://20bits.com/articles/erlang-a-generalized-tcp-server/comment-page-1/#comment-4512</link>
		<dc:creator>Ludovic Kuty</dc:creator>
		<pubDate>Tue, 14 Jul 2009 07:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/?p=160#comment-4512</guid>
		<description>Check this: &lt;a href=&quot;http://www.trapexit.org/Building_a_Non-blocking_TCP_server_using_OTP_principles&quot; rel=&quot;nofollow&quot;&gt;http://www.trapexit.org/Building_a_Non-blocking...&lt;/a&gt;&lt;br&gt;It uses a non-blocking accept although undocumented.</description>
		<content:encoded><![CDATA[<p>Check this: <a href="http://www.trapexit.org/Building_a_Non-blocking_TCP_server_using_OTP_principles" rel="nofollow"></a><a href="http://www.trapexit.org/Building_a_Non-blocking.." rel="nofollow">http://www.trapexit.org/Building_a_Non-blocking..</a>.<br />It uses a non-blocking accept although undocumented.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://20bits.com/articles/erlang-a-generalized-tcp-server/comment-page-1/#comment-4495</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 09 Jul 2009 21:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/?p=160#comment-4495</guid>
		<description>The Erlang documentation covers its approach to in-place code upgrades here: &lt;a href=&quot;http://erlang.org/doc/design_principles/part_frame.html&quot; rel=&quot;nofollow&quot;&gt;http://erlang.org/doc/design_principles/part_fr...&lt;/a&gt; . In particular, see the sections &quot;Releases&quot; and &quot;Release Handling.&quot;</description>
		<content:encoded><![CDATA[<p>The Erlang documentation covers its approach to in-place code upgrades here: <a href="http://erlang.org/doc/design_principles/part_frame.html" rel="nofollow"></a><a href="http://erlang.org/doc/design_principles/part_fr.." rel="nofollow">http://erlang.org/doc/design_principles/part_fr..</a>. . In particular, see the sections &#8220;Releases&#8221; and &#8220;Release Handling.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Farmer</title>
		<link>http://20bits.com/articles/erlang-a-generalized-tcp-server/comment-page-1/#comment-4322</link>
		<dc:creator>Jesse Farmer</dc:creator>
		<pubDate>Sun, 17 May 2009 16:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/?p=160#comment-4322</guid>
		<description>The stubs at the bottom are there because  I didn&#039;t have time to implement them and I didn&#039;t think they&#039;d improve the example.&lt;br&gt;&lt;br&gt;But the gen_server behavior has a lot to offer, especially if you want to make your server more robust.</description>
		<content:encoded><![CDATA[<p>The stubs at the bottom are there because  I didn&#39;t have time to implement them and I didn&#39;t think they&#39;d improve the example.</p>
<p>But the gen_server behavior has a lot to offer, especially if you want to make your server more robust.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Farmer</title>
		<link>http://20bits.com/articles/erlang-a-generalized-tcp-server/comment-page-1/#comment-4321</link>
		<dc:creator>Jesse Farmer</dc:creator>
		<pubDate>Sun, 17 May 2009 16:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/?p=160#comment-4321</guid>
		<description>The loop is stored in the State#server_state record, which gen_server passes to each of its callbacks.</description>
		<content:encoded><![CDATA[<p>The loop is stored in the State#server_state record, which gen_server passes to each of its callbacks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
