<?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: Network Programming in Erlang</title>
	<atom:link href="http://20bits.com/articles/network-programming-in-erlang/feed/" rel="self" type="application/rss+xml" />
	<link>http://20bits.com/articles/network-programming-in-erlang/</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: Nick Gerakines</title>
		<link>http://20bits.com/articles/network-programming-in-erlang/comment-page-1/#comment-4033</link>
		<dc:creator>Nick Gerakines</dc:creator>
		<pubDate>Sat, 27 Dec 2008 22:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/?p=112#comment-4033</guid>
		<description>I think he meant to say &quot;so-called popular languages like Java, Ruby or Python&quot;</description>
		<content:encoded><![CDATA[<p>I think he meant to say &#8220;so-called popular languages like Java, Ruby or Python&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://20bits.com/articles/network-programming-in-erlang/comment-page-1/#comment-3776</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Sun, 12 Oct 2008 18:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/?p=112#comment-3776</guid>
		<description>Olivier,

It&#039;s somewhere in the docs, which are admittedly terrible.  Sorry I can&#039;t be of more help.</description>
		<content:encoded><![CDATA[<p>Olivier,</p>
<p>It&#8217;s somewhere in the docs, which are admittedly terrible.  Sorry I can&#8217;t be of more help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olivier</title>
		<link>http://20bits.com/articles/network-programming-in-erlang/comment-page-1/#comment-3728</link>
		<dc:creator>Olivier</dc:creator>
		<pubDate>Sat, 13 Sep 2008 23:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/?p=112#comment-3728</guid>
		<description>Hi,
Where did you find out about the &quot;binary&quot; option to inet:setopts/2 ? I can&#039;t find anything about it in the official documentation. I figured out by experimenting that the default type for recv seems to be string, and the binary option switches to binary, but I&#039;m curious about other possibilities too.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Where did you find out about the &#8220;binary&#8221; option to inet:setopts/2 ? I can&#8217;t find anything about it in the official documentation. I figured out by experimenting that the default type for recv seems to be string, and the binary option switches to binary, but I&#8217;m curious about other possibilities too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: art</title>
		<link>http://20bits.com/articles/network-programming-in-erlang/comment-page-1/#comment-3210</link>
		<dc:creator>art</dc:creator>
		<pubDate>Sun, 08 Jun 2008 00:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/?p=112#comment-3210</guid>
		<description>take a look at 
http://www.erlang.org/doc/man/crypto.html#info-0
and kreditor</description>
		<content:encoded><![CDATA[<p>take a look at<br />
<a href="http://www.erlang.org/doc/man/crypto.html#info-0" rel="nofollow">http://www.erlang.org/doc/man/crypto.html#info-0</a><br />
and kreditor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bud crandall</title>
		<link>http://20bits.com/articles/network-programming-in-erlang/comment-page-1/#comment-3130</link>
		<dc:creator>bud crandall</dc:creator>
		<pubDate>Mon, 02 Jun 2008 01:50:39 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/?p=112#comment-3130</guid>
		<description>What kind of security does erlang have, I need cyrpto type security, for credit cards.</description>
		<content:encoded><![CDATA[<p>What kind of security does erlang have, I need cyrpto type security, for credit cards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spruce Moose</title>
		<link>http://20bits.com/articles/network-programming-in-erlang/comment-page-1/#comment-2255</link>
		<dc:creator>Spruce Moose</dc:creator>
		<pubDate>Mon, 05 May 2008 01:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/?p=112#comment-2255</guid>
		<description>Heh - I remember Beej&#039;s guide.  I thought it was pretty cool way back in the mid-1990&#039;s.  (-:

I did a similar thing learning about the gen_server and gen_tcp modules except I thought I would re-implement the finger daemon.  I got all the way through the network and server code and finally discovered that Erlang doesn&#039;t have an interface to all the POSIX user and group functions so no getpwnam().</description>
		<content:encoded><![CDATA[<p>Heh &#8211; I remember Beej&#8217;s guide.  I thought it was pretty cool way back in the mid-1990&#8217;s.  (-:</p>
<p>I did a similar thing learning about the gen_server and gen_tcp modules except I thought I would re-implement the finger daemon.  I got all the way through the network and server code and finally discovered that Erlang doesn&#8217;t have an interface to all the POSIX user and group functions so no getpwnam().</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://20bits.com/articles/network-programming-in-erlang/comment-page-1/#comment-2230</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Sun, 04 May 2008 08:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/?p=112#comment-2230</guid>
		<description>Greg,

A truly devastating argument. ;)</description>
		<content:encoded><![CDATA[<p>Greg,</p>
<p>A truly devastating argument. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg M</title>
		<link>http://20bits.com/articles/network-programming-in-erlang/comment-page-1/#comment-2224</link>
		<dc:creator>Greg M</dc:creator>
		<pubDate>Sun, 04 May 2008 07:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/?p=112#comment-2224</guid>
		<description>&quot;so-called modern languages like Java, Ruby, or Python&quot;

What? Who so-called them that? None of those were even modern when they were designed, let alone now.</description>
		<content:encoded><![CDATA[<p>&#8220;so-called modern languages like Java, Ruby, or Python&#8221;</p>
<p>What? Who so-called them that? None of those were even modern when they were designed, let alone now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://20bits.com/articles/network-programming-in-erlang/comment-page-1/#comment-2113</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Fri, 02 May 2008 16:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/?p=112#comment-2113</guid>
		<description>Blaxter,

Glad to be of service.  There&#039;s a real lack of information about Erlang on the web outside of the official documentation.</description>
		<content:encoded><![CDATA[<p>Blaxter,</p>
<p>Glad to be of service.  There&#8217;s a real lack of information about Erlang on the web outside of the official documentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blaxter</title>
		<link>http://20bits.com/articles/network-programming-in-erlang/comment-page-1/#comment-2109</link>
		<dc:creator>Blaxter</dc:creator>
		<pubDate>Fri, 02 May 2008 16:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://20bits.com/?p=112#comment-2109</guid>
		<description>I&#039;m right now also learning Erlang (with programming erlang of Joe Amstrong :D). Cool examples, thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;m right now also learning Erlang (with programming erlang of Joe Amstrong :D). Cool examples, thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
