<?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>《正确地kill java进程》的评论</title>
	<atom:link href="http://kenwublog.com/kill-java-correctly/feed" rel="self" type="application/rss+xml" />
	<link>http://kenwublog.com/kill-java-correctly</link>
	<description>just another software engineer blog</description>
	<lastBuildDate>Tue, 08 May 2012 03:14:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>作者：fjjiaboming</title>
		<link>http://kenwublog.com/kill-java-correctly/comment-page-1#comment-33372</link>
		<dc:creator>fjjiaboming</dc:creator>
		<pubDate>Fri, 20 Apr 2012 05:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://kenwublog.com/?p=944#comment-33372</guid>
		<description>有种场景. 用户提交大表单.....
jdbc connection  commit...
kill -9 $PID  
这个时候就挂了.</description>
		<content:encoded><![CDATA[<p>有种场景. 用户提交大表单&#8230;..<br />
jdbc connection  commit&#8230;<br />
kill -9 $PID<br />
这个时候就挂了.</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Yu Li</title>
		<link>http://kenwublog.com/kill-java-correctly/comment-page-1#comment-30602</link>
		<dc:creator>Yu Li</dc:creator>
		<pubDate>Sat, 18 Jun 2011 07:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://kenwublog.com/?p=944#comment-30602</guid>
		<description>受教了！以前用kill -9 pid结束进程，偶尔会导致defunct僵死进程，也没有深究，原来是这么回事</description>
		<content:encoded><![CDATA[<p>受教了！以前用kill -9 pid结束进程，偶尔会导致defunct僵死进程，也没有深究，原来是这么回事</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Ken Wu</title>
		<link>http://kenwublog.com/kill-java-correctly/comment-page-1#comment-30509</link>
		<dc:creator>Ken Wu</dc:creator>
		<pubDate>Mon, 28 Mar 2011 08:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://kenwublog.com/?p=944#comment-30509</guid>
		<description>这已经不是信号本身的问题了！也请了解使用场景。
如果仅仅是依靠信号来保障程序正确性，只能说应用的可用性没考虑全面。
任何一个可用性保障都不应该吊死在一棵树上。</description>
		<content:encoded><![CDATA[<p>这已经不是信号本身的问题了！也请了解使用场景。<br />
如果仅仅是依靠信号来保障程序正确性，只能说应用的可用性没考虑全面。<br />
任何一个可用性保障都不应该吊死在一棵树上。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Anonymous</title>
		<link>http://kenwublog.com/kill-java-correctly/comment-page-1#comment-30484</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 18 Mar 2011 06:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://kenwublog.com/?p=944#comment-30484</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-30108&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-30108&quot; rel=&quot;nofollow&quot;&gt;Ken Wu&lt;/a&gt; :&lt;/strong&gt;
是的。强制中断进程是毁灭性的。
&lt;/blockquote&gt;
依赖于捕获信号来保证程序的正确性才是毁灭性的</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-30108"><p>
<strong><a href="#comment-30108" rel="nofollow">Ken Wu</a> :</strong><br />
是的。强制中断进程是毁灭性的。
</p></blockquote>
<p>依赖于捕获信号来保证程序的正确性才是毁灭性的</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：sking</title>
		<link>http://kenwublog.com/kill-java-correctly/comment-page-1#comment-30376</link>
		<dc:creator>sking</dc:creator>
		<pubDate>Tue, 21 Sep 2010 08:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://kenwublog.com/?p=944#comment-30376</guid>
		<description>先学习了！以后用到时再拿出来用！哈</description>
		<content:encoded><![CDATA[<p>先学习了！以后用到时再拿出来用！哈</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Hello Java! &#187; Blog Archive &#187; Linux正确地kill java进程</title>
		<link>http://kenwublog.com/kill-java-correctly/comment-page-1#comment-30205</link>
		<dc:creator>Hello Java! &#187; Blog Archive &#187; Linux正确地kill java进程</dc:creator>
		<pubDate>Tue, 30 Mar 2010 16:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://kenwublog.com/?p=944#comment-30205</guid>
		<description>[...] 原文链接：http://kenwublog.com/kill-java-correctly [...]</description>
		<content:encoded><![CDATA[<p>[...] 原文链接：http://kenwublog.com/kill-java-correctly [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Ken Wu</title>
		<link>http://kenwublog.com/kill-java-correctly/comment-page-1#comment-30108</link>
		<dc:creator>Ken Wu</dc:creator>
		<pubDate>Sat, 20 Feb 2010 09:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://kenwublog.com/?p=944#comment-30108</guid>
		<description>是的。强制中断进程是毁灭性的。</description>
		<content:encoded><![CDATA[<p>是的。强制中断进程是毁灭性的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：littleJava</title>
		<link>http://kenwublog.com/kill-java-correctly/comment-page-1#comment-30088</link>
		<dc:creator>littleJava</dc:creator>
		<pubDate>Fri, 05 Feb 2010 03:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://kenwublog.com/?p=944#comment-30088</guid>
		<description>在一个多线程程序中，如果直接使用 kill -9 pid，会导致线程操作结果的丢失吧？！</description>
		<content:encoded><![CDATA[<p>在一个多线程程序中，如果直接使用 kill -9 pid，会导致线程操作结果的丢失吧？！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Ken Wu</title>
		<link>http://kenwublog.com/kill-java-correctly/comment-page-1#comment-29808</link>
		<dc:creator>Ken Wu</dc:creator>
		<pubDate>Sun, 08 Nov 2009 15:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://kenwublog.com/?p=944#comment-29808</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-29807&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-29807&quot; rel=&quot;nofollow&quot;&gt;happy blue&lt;/a&gt; :&lt;/strong&gt;
&lt;p&gt;其实使用9都是为了节省时间，能即时响应&lt;/p&gt;
&lt;/blockquote&gt;
对，只不过在使用前，需要考虑自己程序中是否使用了类似ShutdownHook的信号处理器。</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-29807"><p>
<strong><a href="#comment-29807" rel="nofollow">happy blue</a> :</strong></p>
<p>其实使用9都是为了节省时间，能即时响应</p>
</blockquote>
<p>对，只不过在使用前，需要考虑自己程序中是否使用了类似ShutdownHook的信号处理器。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：happy blue</title>
		<link>http://kenwublog.com/kill-java-correctly/comment-page-1#comment-29807</link>
		<dc:creator>happy blue</dc:creator>
		<pubDate>Sun, 08 Nov 2009 13:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://kenwublog.com/?p=944#comment-29807</guid>
		<description>其实使用9都是为了节省时间，能即时响应</description>
		<content:encoded><![CDATA[<p>其实使用9都是为了节省时间，能即时响应</p>
]]></content:encoded>
	</item>
</channel>
</rss>

