<?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: How to deal with concurrent mode failures in the Hotspot JVM</title>
	<atom:link href="http://cybergav.in/2009/09/22/how-to-deal-with-concurrent-mode-failures-in-the-hotspot-jvm/feed/" rel="self" type="application/rss+xml" />
	<link>http://cybergav.in/2009/09/22/how-to-deal-with-concurrent-mode-failures-in-the-hotspot-jvm/</link>
	<description>Been there, Done that, Wanna Remember!</description>
	<lastBuildDate>Sat, 05 May 2012 20:33:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: mrkips</title>
		<link>http://cybergav.in/2009/09/22/how-to-deal-with-concurrent-mode-failures-in-the-hotspot-jvm/comment-page-1/#comment-403</link>
		<dc:creator>mrkips</dc:creator>
		<pubDate>Wed, 16 Jun 2010 19:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://cybergav.in/2009/09/22/how-to-deal-with-concurrent-mode-failures-in-the-hotspot-jvm/#comment-403</guid>
		<description>@Sandor: Yes, you must try to avoid even a single occurrence of concurrent mode failure. Using iCMS with JRE 5 does help, but you should ensure you have sufficient processor time available. G1 replaced CMS from JRE 7 onwards and that&#039;s supposed to be preferable.</description>
		<content:encoded><![CDATA[<p>@Sandor: Yes, you must try to avoid even a single occurrence of concurrent mode failure. Using iCMS with JRE 5 does help, but you should ensure you have sufficient processor time available. G1 replaced CMS from JRE 7 onwards and that&#8217;s supposed to be preferable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandor Vass</title>
		<link>http://cybergav.in/2009/09/22/how-to-deal-with-concurrent-mode-failures-in-the-hotspot-jvm/comment-page-1/#comment-402</link>
		<dc:creator>Sandor Vass</dc:creator>
		<pubDate>Tue, 15 Jun 2010 10:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://cybergav.in/2009/09/22/how-to-deal-with-concurrent-mode-failures-in-the-hotspot-jvm/#comment-402</guid>
		<description>Hi,
Even the 1-2 concurrent mode failure is unacceptable (stop-the-world collection for a minute).

I know this post is pretty old, but in these cases you might try out 
the incremental CMS, so the GC will be executing (almost) all the time in the background. This should work fine if you have 1-2 CPUs in your system (GC is not superseeded by app threads)




... and use more recent JRE version (1.6 G1 collector?)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Even the 1-2 concurrent mode failure is unacceptable (stop-the-world collection for a minute).</p>
<p>I know this post is pretty old, but in these cases you might try out<br />
the incremental CMS, so the GC will be executing (almost) all the time in the background. This should work fine if you have 1-2 CPUs in your system (GC is not superseeded by app threads)</p>
<p>&#8230; and use more recent JRE version (1.6 G1 collector?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak Devadathan</title>
		<link>http://cybergav.in/2009/09/22/how-to-deal-with-concurrent-mode-failures-in-the-hotspot-jvm/comment-page-1/#comment-393</link>
		<dc:creator>Deepak Devadathan</dc:creator>
		<pubDate>Wed, 10 Mar 2010 19:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://cybergav.in/2009/09/22/how-to-deal-with-concurrent-mode-failures-in-the-hotspot-jvm/#comment-393</guid>
		<description>excellent article!
one question, what kind of gc occurs in the young region, does it stop the world?

Did you perform the tuning a test env or production , because this results would probably have come after trial and error method.</description>
		<content:encoded><![CDATA[<p>excellent article!<br />
one question, what kind of gc occurs in the young region, does it stop the world?</p>
<p>Did you perform the tuning a test env or production , because this results would probably have come after trial and error method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WebLogic &#8211; IP Multicast : A primer :Mr.KIPS</title>
		<link>http://cybergav.in/2009/09/22/how-to-deal-with-concurrent-mode-failures-in-the-hotspot-jvm/comment-page-1/#comment-38</link>
		<dc:creator>WebLogic &#8211; IP Multicast : A primer :Mr.KIPS</dc:creator>
		<pubDate>Fri, 25 Sep 2009 09:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://cybergav.in/2009/09/22/how-to-deal-with-concurrent-mode-failures-in-the-hotspot-jvm/#comment-38</guid>
		<description>[...] SOLUTION: The JVMs hosting the WebLogic servers were tuned to minimize stop-the-world GC pauses to allow the servers to multicast properly. For the specific GC problem I encountered, you may refer to the tuning details here. [...]</description>
		<content:encoded><![CDATA[<p>[...] SOLUTION: The JVMs hosting the WebLogic servers were tuned to minimize stop-the-world GC pauses to allow the servers to multicast properly. For the specific GC problem I encountered, you may refer to the tuning details here. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

