<?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 tail -f log/development.log</title>
	<atom:link href="http://maciej.inszy.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://maciej.inszy.org</link>
	<description>Maciej&#039;s weblog</description>
	<lastBuildDate>Wed, 04 Nov 2009 20:08:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Java Internet connection checker by Andrzej</title>
		<link>http://maciej.inszy.org/2009/08/24/java-internet-connection-checker/comment-page-1/#comment-4</link>
		<dc:creator>Andrzej</dc:creator>
		<pubDate>Wed, 04 Nov 2009 20:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://maciej.inszy.org/?p=33#comment-4</guid>
		<description>The method getDefaultInstance is not thread-safe. It should synchronized.

public synchronized  static InternetChecker getDefaultInstance() {
	if (ref == null) {
		ref = new InternetChecker();
	}
	return ref;
}

Now it&#039;s true Singleton :)</description>
		<content:encoded><![CDATA[<p>The method getDefaultInstance is not thread-safe. It should synchronized.</p>
<p>public synchronized  static InternetChecker getDefaultInstance() {<br />
	if (ref == null) {<br />
		ref = new InternetChecker();<br />
	}<br />
	return ref;<br />
}</p>
<p>Now it&#8217;s true Singleton :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Internet connection checker by jnewb</title>
		<link>http://maciej.inszy.org/2009/08/24/java-internet-connection-checker/comment-page-1/#comment-3</link>
		<dc:creator>jnewb</dc:creator>
		<pubDate>Fri, 02 Oct 2009 21:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://maciej.inszy.org/?p=33#comment-3</guid>
		<description>I need help, how to keep this running..  Mine only runs once when I start my program.

I decreased time to 1 * 60 * 1000

That should run every minute.

I&#039;m just learning JAVA ..

thanks</description>
		<content:encoded><![CDATA[<p>I need help, how to keep this running..  Mine only runs once when I start my program.</p>
<p>I decreased time to 1 * 60 * 1000</p>
<p>That should run every minute.</p>
<p>I&#8217;m just learning JAVA ..</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Internet connection checker by Bhavik</title>
		<link>http://maciej.inszy.org/2009/08/24/java-internet-connection-checker/comment-page-1/#comment-2</link>
		<dc:creator>Bhavik</dc:creator>
		<pubDate>Tue, 29 Sep 2009 04:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://maciej.inszy.org/?p=33#comment-2</guid>
		<description>Nice post man. 
We can use listener pattern with this code to 
fire connection status change to its listeners.</description>
		<content:encoded><![CDATA[<p>Nice post man.<br />
We can use listener pattern with this code to<br />
fire connection status change to its listeners.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
