<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jayway Team Blog &#187; hardware</title>
	<atom:link href="http://blog.jayway.com/tag/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jayway.com</link>
	<description>Sharing Experience</description>
	<lastBuildDate>Sat, 28 Jan 2012 15:53:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Azul</title>
		<link>http://blog.jayway.com/2008/10/20/azul/</link>
		<comments>http://blog.jayway.com/2008/10/20/azul/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 19:58:46 +0000</pubDate>
		<dc:creator>Jan Kronquist</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[concurrency]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[scala]]></category>

		<guid isPermaLink="false">http://blog.jayway.com/?p=363</guid>
		<description><![CDATA[We have got the privilege to borrow an Azul Vega 1 which is the smallest of <a href="http://www.azulsystems.com/">Azul</a>'s monster machines. This evening a bunch of us Jaywayers gathered to try it out. Installing the Azul JVM was painless and all of us were up and running very quickly. Read more...]]></description>
			<content:encoded><![CDATA[<p>We have got the privilege to borrow an Azul Vega 1 which is the smallest of <a href="http://www.azulsystems.com/">Azul</a>'s monster machines. This evening a bunch of us Jaywayers gathered to try it out. Installing the Azul JVM was painless and all of us were up and running very quickly.</p>
<p>Here is screenshot from the management console showing 81 active CPUs and 23 GB free memory:</p>
<p><a href="http://blog.jayway.com/wordpress/wp-content/uploads/2008/10/azul.png" rel="lightbox"><img src="http://blog.jayway.com/wordpress/wp-content/uploads/2008/10/azul.png" alt="" title="azul" width="600" height="250" class="alignnone size-medium wp-image-364" /></a></p>
<p>I tried some <a href="http://www.scala-lang.org/node/242">Scala actors</a> which worked very well. By running some CPU intensive calculations I concluded that it scaled linearly up to the number of CPUs. No surprise, but very cool when you are running 80 threads at full speed! Also cool to see that Scala runs smoothly which means that neither Scala nor Azul does anything strange. Just pure bytecode.</p>
<p>Somebody tried to configure the Azul JVM in Eclipse and was able to run JUnit tests on Azul. We were also able to run maven without any problems.</p>
<p>We tried to allocate lots of memory. No problem there either, although we had to specify -Xmx10G or something. By default you only get 1.6 GB....</p>
<p>A colleague started tomcat, produced lots of garbage and tried garbage collection at 8 GB of heap. No pause! However, there was some synchronization problem with Log4j since all 16 CPUs had to coordinate their work.</p>
<p>We encountered two problems:</p>
<ul>
<li>xstream apparently had a dependency to Unsafe which is not supported on Azul</li>
<li>the program must be headless, so no Swing</li>
</ul>
<p>A quick rewrite later and we had generated a 64 megapixel mandelbrot calculated in parallel on 40 CPUs. The only problem was saving the PNG file which was a single threaded operation...</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jayway.com/2008/10/20/azul/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

