<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>阻塞 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E9%98%BB%E5%A1%9E/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Mon, 17 Oct 2011 09:31:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>java.lang.Process 阻塞问题</title>
		<link>https://www.coder4.com/archives/527</link>
					<comments>https://www.coder4.com/archives/527#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Fri, 26 Feb 2010 10:56:28 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java && J2EE]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[流]]></category>
		<category><![CDATA[阻塞]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=527</guid>

					<description><![CDATA[Process 类型对象的 waitFor() 方法的时候当前线程会被阻塞掉，因为InputStream in = Process.getInputStream();或 InputStream err = Process.getErrorStream(); 这2个流中的一个会被阻塞住，所以解决的办法可以是用多线程来解决，可以参看http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps_p.html 。 但还有另一种方法可以尝试，[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/527/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
