<?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: Running rings around Scala</title>
	<atom:link href="http://tech.puredanger.com/index.php/2009/01/05/scala-ring/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.puredanger.com/2009/01/05/scala-ring/</link>
	<description>Alex Miller&#039;s technical blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:39:50 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Igor Minar</title>
		<link>http://tech.puredanger.com/2009/01/05/scala-ring/comment-page-1/#comment-176485</link>
		<dc:creator>Igor Minar</dc:creator>
		<pubDate>Mon, 21 Sep 2009 20:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2009/01/05/scala-ring/#comment-176485</guid>
		<description>My guess is that the perf difference between jdk5 vs jdk6 is due to jdk 5&#039;s default -d32 -client mode vs -d64 -server in apple&#039;s jdk6.</description>
		<content:encoded><![CDATA[<p>My guess is that the perf difference between jdk5 vs jdk6 is due to jdk 5&#8242;s default -d32 -client mode vs -d64 -server in apple&#8217;s jdk6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://tech.puredanger.com/2009/01/05/scala-ring/comment-page-1/#comment-173411</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Mon, 24 Aug 2009 13:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2009/01/05/scala-ring/#comment-173411</guid>
		<description>Hi,

I am a language nerd, and a learn new languages as a hobby - strange isn&#039;t it. I experimented with Erlang, and I like it a lot, but I think it would be tough sell in my conservative company, I think it could be a lot easier with Scala, as it can be sold as a better Java.

I was looking whether I could get the same multicore boost in Scala as in Erlang. Your numbers are quite promissing - in your example message passing is about 2  times slower, but is it fair to say, that in a real world application, you would probably do more actual work in your actors, and the message passing overhead on Erlang would show up less ?

But on the otherside, isn&#039;t the idea in Erlang, to use actors for really any smallest task ?

See I am still learning

Thomas</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am a language nerd, and a learn new languages as a hobby &#8211; strange isn&#8217;t it. I experimented with Erlang, and I like it a lot, but I think it would be tough sell in my conservative company, I think it could be a lot easier with Scala, as it can be sold as a better Java.</p>
<p>I was looking whether I could get the same multicore boost in Scala as in Erlang. Your numbers are quite promissing &#8211; in your example message passing is about 2  times slower, but is it fair to say, that in a real world application, you would probably do more actual work in your actors, and the message passing overhead on Erlang would show up less ?</p>
<p>But on the otherside, isn&#8217;t the idea in Erlang, to use actors for really any smallest task ?</p>
<p>See I am still learning</p>
<p>Thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel Barkhau</title>
		<link>http://tech.puredanger.com/2009/01/05/scala-ring/comment-page-1/#comment-169461</link>
		<dc:creator>Manuel Barkhau</dc:creator>
		<pubDate>Wed, 08 Jul 2009 15:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2009/01/05/scala-ring/#comment-169461</guid>
		<description>Scala version 2.7.3final (OpenJDK 64-Bit Server VM, Java 1.6.0_0)
100M messages : 200308
1000M messages : 2119845

No noticeable improvement through jit.
I should say it probably wouldn&#039;t show, since cpu&#039;s weren&#039;t maxed out, indicating that memory bandwidth may be the bottleneck, with which jit wouldn&#039;t help anyway.</description>
		<content:encoded><![CDATA[<p>Scala version 2.7.3final (OpenJDK 64-Bit Server VM, Java 1.6.0_0)<br />
100M messages : 200308<br />
1000M messages : 2119845</p>
<p>No noticeable improvement through jit.<br />
I should say it probably wouldn&#8217;t show, since cpu&#8217;s weren&#8217;t maxed out, indicating that memory bandwidth may be the bottleneck, with which jit wouldn&#8217;t help anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich Dougherty</title>
		<link>http://tech.puredanger.com/2009/01/05/scala-ring/comment-page-1/#comment-137768</link>
		<dc:creator>Rich Dougherty</dc:creator>
		<pubDate>Sat, 24 Jan 2009 21:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2009/01/05/scala-ring/#comment-137768</guid>
		<description>I didn&#039;t see it documented anywhere, but you can look inside the &#039;scala&#039; script to see how it works. The following command seems to do the trick: &lt;code&gt;JAVA_OPTS=&quot;-Xmx256M -Xms32M -server&quot; scala&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t see it documented anywhere, but you can look inside the &#8216;scala&#8217; script to see how it works. The following command seems to do the trick: <code>JAVA_OPTS="-Xmx256M -Xms32M -server" scala</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://tech.puredanger.com/2009/01/05/scala-ring/comment-page-1/#comment-132555</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 09 Jan 2009 17:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2009/01/05/scala-ring/#comment-132555</guid>
		<description>Actually, I did not as I could figure out how to do that.  scala -server gives me a usage error message.  I actually searched for quite a while to figure out how to switch the hotspot version and never did find it on Google or searching the Scala site or the book.  What am I missing?</description>
		<content:encoded><![CDATA[<p>Actually, I did not as I could figure out how to do that.  scala -server gives me a usage error message.  I actually searched for quite a while to figure out how to switch the hotspot version and never did find it on Google or searching the Scala site or the book.  What am I missing?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

