<?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"
	>
<channel>
	<title>Comments on: JavaPolis Disconnected</title>
	<atom:link href="http://www.blog.dannynet.net/archives/29/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blog.dannynet.net/archives/29</link>
	<description>Pondering Programming and Poetry</description>
	<pubDate>Fri, 21 Nov 2008 19:54:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Stephan Janssen</title>
		<link>http://www.blog.dannynet.net/archives/29#comment-422</link>
		<dc:creator>Stephan Janssen</dc:creator>
		<pubDate>Tue, 14 Mar 2006 14:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.dannynet.net/?p=29#comment-422</guid>
		<description>FYI - The interview with Brian Goetz is now available as a podcast on the JavaPolis wiki site (http://www.javapolis.com)</description>
		<content:encoded><![CDATA[<p>FYI - The interview with Brian Goetz is now available as a podcast on the JavaPolis wiki site (http://www.javapolis.com)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny&#8217;s Blog &#187; Blog Archive &#187; Final Thoughts on JavaPolis 2005, Part 1</title>
		<link>http://www.blog.dannynet.net/archives/29#comment-202</link>
		<dc:creator>Danny&#8217;s Blog &#187; Blog Archive &#187; Final Thoughts on JavaPolis 2005, Part 1</dc:creator>
		<pubDate>Sat, 28 Jan 2006 08:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.dannynet.net/?p=29#comment-202</guid>
		<description>[...] Not being able to blog live during JavaPolis 2005 leaves me with several pages filled with scribbled notes on the various presentations. I&#8217;m glad that JavaPolis 2006 is said to feature free on-site WiFi access (you read it here first!). But even so, I&#8217;m not sure how easy it is to blog live on the spot. My laptop is rather big and heavy to carry around, it always finds a way to play the Windows welcome jingle when it boots up, no matter what settings I tweak, and it&#8217;s actually difficult to focus on the presentation and write a cohesive, intelligible blog entry. So, about these notes. Thursday I saw&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Not being able to blog live during JavaPolis 2005 leaves me with several pages filled with scribbled notes on the various presentations. I&#8217;m glad that JavaPolis 2006 is said to feature free on-site WiFi access (you read it here first!). But even so, I&#8217;m not sure how easy it is to blog live on the spot. My laptop is rather big and heavy to carry around, it always finds a way to play the Windows welcome jingle when it boots up, no matter what settings I tweak, and it&#8217;s actually difficult to focus on the presentation and write a cohesive, intelligible blog entry. So, about these notes. Thursday I saw&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://www.blog.dannynet.net/archives/29#comment-27</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Wed, 21 Dec 2005 22:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.dannynet.net/?p=29#comment-27</guid>
		<description>Brian,
I don't doubt that the optimization was not trivial. However, from your presentation I got the impression that the core JDK team did not start looking at optimization until after (and because) the concurrency library prooved to perform better.
I'm intrigued, by the way, by the notion of testing synchronization. I always learned that almost nothing to do with synchronization is 100% predictable; so how do you test this reliably? How do you reproduce test cases?</description>
		<content:encoded><![CDATA[<p>Brian,<br />
I don&#8217;t doubt that the optimization was not trivial. However, from your presentation I got the impression that the core JDK team did not start looking at optimization until after (and because) the concurrency library prooved to perform better.<br />
I&#8217;m intrigued, by the way, by the notion of testing synchronization. I always learned that almost nothing to do with synchronization is 100% predictable; so how do you test this reliably? How do you reproduce test cases?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Goetz</title>
		<link>http://www.blog.dannynet.net/archives/29#comment-25</link>
		<dc:creator>Brian Goetz</dc:creator>
		<pubDate>Wed, 21 Dec 2005 00:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.dannynet.net/?p=29#comment-25</guid>
		<description>&#62; I wonder why they waited so long with doing that optimization…

It was not a trivial optimization; it involved rewriting a substantial amount of core code in the JVM, and, more time-consuming, TESTING it.  Synchronization interacts with everything -- garbage collection, scheduling, JIT compilation.  Its not just a matter of flipping a switch.  

Developer and testing manpower is a limited resource.  Its not that the core JDK team didn't know that performance could be improved; its simply a matter of when it comes to the top of the priority list.</description>
		<content:encoded><![CDATA[<p>&gt; I wonder why they waited so long with doing that optimization…</p>
<p>It was not a trivial optimization; it involved rewriting a substantial amount of core code in the JVM, and, more time-consuming, TESTING it.  Synchronization interacts with everything &#8212; garbage collection, scheduling, JIT compilation.  Its not just a matter of flipping a switch.  </p>
<p>Developer and testing manpower is a limited resource.  Its not that the core JDK team didn&#8217;t know that performance could be improved; its simply a matter of when it comes to the top of the priority list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan Janssen</title>
		<link>http://www.blog.dannynet.net/archives/29#comment-22</link>
		<dc:creator>Stephan Janssen</dc:creator>
		<pubDate>Sun, 18 Dec 2005 08:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.dannynet.net/?p=29#comment-22</guid>
		<description>Next year JavaPolis will provide its own FREE WIFI access instead of counting on the venue provider !!</description>
		<content:encoded><![CDATA[<p>Next year JavaPolis will provide its own FREE WIFI access instead of counting on the venue provider !!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
