<?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 for Erlang Examples</title>
	<atom:link href="http://erlangexamples.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://erlangexamples.com</link>
	<description>Diving into Erlang World</description>
	<lastBuildDate>Thu, 22 Mar 2012 01:36:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Contact me by Trung</title>
		<link>http://erlangexamples.com/contact-me/comment-page-1/#comment-8392</link>
		<dc:creator>Trung</dc:creator>
		<pubDate>Thu, 22 Mar 2012 01:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://erlangexamples.com/?page_id=56#comment-8392</guid>
		<description>Hi Onty,

If you have a book Programming Erlang from Joe Amstrong, in chapter 8, section 8.4 mentions about the performance of spawning a process. You can refer to it for more details.

In a nut shell, you can use erlang:system_info(process_limit) to find out the max number of process you can create. If I have time, I will create a post about this. 

Thanks,  

Trung</description>
		<content:encoded><![CDATA[<p>Hi Onty,</p>
<p>If you have a book Programming Erlang from Joe Amstrong, in chapter 8, section 8.4 mentions about the performance of spawning a process. You can refer to it for more details.</p>
<p>In a nut shell, you can use erlang:system_info(process_limit) to find out the max number of process you can create. If I have time, I will create a post about this. </p>
<p>Thanks,  </p>
<p>Trung</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact me by Onty</title>
		<link>http://erlangexamples.com/contact-me/comment-page-1/#comment-8388</link>
		<dc:creator>Onty</dc:creator>
		<pubDate>Wed, 21 Mar 2012 23:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://erlangexamples.com/?page_id=56#comment-8388</guid>
		<description>hi, can u add more examples about spawn? i want to measure performance of the erlang mnesia db, to do that i wanna measure time taken as number of processes increase... so any idea how? 

thanks</description>
		<content:encoded><![CDATA[<p>hi, can u add more examples about spawn? i want to measure performance of the erlang mnesia db, to do that i wanna measure time taken as number of processes increase&#8230; so any idea how? </p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make http post by Trung</title>
		<link>http://erlangexamples.com/2009/02/24/how-to-make-http-post/comment-page-1/#comment-5586</link>
		<dc:creator>Trung</dc:creator>
		<pubDate>Sun, 24 Jul 2011 03:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://erlangexamples.com/?p=26#comment-5586</guid>
		<description>@Cici: I&#039;m sure you can find some useful information &lt;a href=&quot;http://www.erlang.org/doc/man/httpc.html&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@Cici: I&#8217;m sure you can find some useful information <a href="http://www.erlang.org/doc/man/httpc.html" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make http post by Cici</title>
		<link>http://erlangexamples.com/2009/02/24/how-to-make-http-post/comment-page-1/#comment-5571</link>
		<dc:creator>Cici</dc:creator>
		<pubDate>Fri, 22 Jul 2011 05:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://erlangexamples.com/?p=26#comment-5571</guid>
		<description>so,i want to know how to make a https request?</description>
		<content:encoded><![CDATA[<p>so,i want to know how to make a https request?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello Erlang! by Trung</title>
		<link>http://erlangexamples.com/2009/02/21/hello-erlang/comment-page-1/#comment-3743</link>
		<dc:creator>Trung</dc:creator>
		<pubDate>Wed, 09 Feb 2011 01:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://erlangexamples.com/?p=1#comment-3743</guid>
		<description>As far as I know, it is not possible. However you can run erlang script directly without compiling it, aka escript. Like shell script or window bash.</description>
		<content:encoded><![CDATA[<p>As far as I know, it is not possible. However you can run erlang script directly without compiling it, aka escript. Like shell script or window bash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make http post by dix</title>
		<link>http://erlangexamples.com/2009/02/24/how-to-make-http-post/comment-page-1/#comment-3686</link>
		<dc:creator>dix</dc:creator>
		<pubDate>Wed, 02 Feb 2011 10:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://erlangexamples.com/?p=26#comment-3686</guid>
		<description>good</description>
		<content:encoded><![CDATA[<p>good</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello Erlang! by dix</title>
		<link>http://erlangexamples.com/2009/02/21/hello-erlang/comment-page-1/#comment-3685</link>
		<dc:creator>dix</dc:creator>
		<pubDate>Wed, 02 Feb 2011 10:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://erlangexamples.com/?p=1#comment-3685</guid>
		<description>Is it possible to compile programs in the erlang executable</description>
		<content:encoded><![CDATA[<p>Is it possible to compile programs in the erlang executable</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Record introspection at compile time by flexsns</title>
		<link>http://erlangexamples.com/2009/10/08/record-introspection-at-compile-time/comment-page-1/#comment-2714</link>
		<dc:creator>flexsns</dc:creator>
		<pubDate>Mon, 29 Nov 2010 01:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://erlangexamples.com/?p=86#comment-2714</guid>
		<description>this method to manage record is very nice</description>
		<content:encoded><![CDATA[<p>this method to manage record is very nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building Erlang B13R04 in CentOS 5.4 by Setting Up Hibari from Scratch in a CentOS 5 Virtual Machine &#171; Humans and Hippos in Harmony</title>
		<link>http://erlangexamples.com/2010/04/30/building-erlang-b13r04-in-centos-5-4/comment-page-1/#comment-2088</link>
		<dc:creator>Setting Up Hibari from Scratch in a CentOS 5 Virtual Machine &#171; Humans and Hippos in Harmony</dc:creator>
		<pubDate>Sun, 10 Oct 2010 05:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://erlangexamples.com/?p=105#comment-2088</guid>
		<description>[...] blog article at ErlangExamples.com has the longer explanation.  A really short summary of how to install the prerequisite software [...]</description>
		<content:encoded><![CDATA[<p>[...] blog article at ErlangExamples.com has the longer explanation.  A really short summary of how to install the prerequisite software [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building Erlang B13R04 in CentOS 5.4 by mike pechner</title>
		<link>http://erlangexamples.com/2010/04/30/building-erlang-b13r04-in-centos-5-4/comment-page-1/#comment-1667</link>
		<dc:creator>mike pechner</dc:creator>
		<pubDate>Wed, 16 Jun 2010 02:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://erlangexamples.com/?p=105#comment-1667</guid>
		<description>FOP is on the apache site.

It tried to build wxWidgets so that configure would find it. No luck. I did manke usre LD_LIBARY_PATH was updated and ldconfig was run. Actually under centos 5.5 LD_LIBRARYPATH is not updating a file, it is creating a file in /etc/ld.so.conf.d</description>
		<content:encoded><![CDATA[<p>FOP is on the apache site.</p>
<p>It tried to build wxWidgets so that configure would find it. No luck. I did manke usre LD_LIBARY_PATH was updated and ldconfig was run. Actually under centos 5.5 LD_LIBRARYPATH is not updating a file, it is creating a file in /etc/ld.so.conf.d</p>
]]></content:encoded>
	</item>
</channel>
</rss>
