<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Gracefully Shutting Down Java Apps</title>
	<atom:link href="http://blog.kischuk.com/2005/01/03/gracefully-shutting-down-java-apps/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kischuk.com/2005/01/03/gracefully-shutting-down-java-apps/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 29 Nov 2011 10:51:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Daniel Marchant</title>
		<link>http://blog.kischuk.com/2005/01/03/gracefully-shutting-down-java-apps/#comment-67</link>
		<dc:creator><![CDATA[Daniel Marchant]]></dc:creator>
		<pubDate>Tue, 04 Jan 2005 14:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://rkischuk.wordpress.com/2005/01/03/gracefully-shutting-down-java-apps/#comment-67</guid>
		<description><![CDATA[It actually is something a lot of the app servers use to automatically restart on a problem. Sometimes it works, sometimes it doesn&#039;t. I know the Sun App servers especially use this. 

Also this is what silveregg java wrapper (now just called wrapper) uses as well. The java wrapper is located at: http://wrapper.tanukisoftware.org/doc/english/introduction.html.

This is handy because you can do small customer servers/services without the overhead of an app server.]]></description>
		<content:encoded><![CDATA[<p>It actually is something a lot of the app servers use to automatically restart on a problem. Sometimes it works, sometimes it doesn&#8217;t. I know the Sun App servers especially use this. </p>
<p>Also this is what silveregg java wrapper (now just called wrapper) uses as well. The java wrapper is located at: <a href="http://wrapper.tanukisoftware.org/doc/english/introduction.html" rel="nofollow">http://wrapper.tanukisoftware.org/doc/english/introduction.html</a>.</p>
<p>This is handy because you can do small customer servers/services without the overhead of an app server.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

