<?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>《linux中使用命名管道实现客户端／服务器模型的进程间通信》的评论</title>
	<atom:link href="http://www.boluor.com/linux-cs-ipc-using-named-pipe.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.boluor.com/linux-cs-ipc-using-named-pipe.html</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 01:08:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>作者：boluor</title>
		<link>http://www.boluor.com/linux-cs-ipc-using-named-pipe.html/comment-page-1#comment-422</link>
		<dc:creator>boluor</dc:creator>
		<pubDate>Tue, 18 Aug 2009 10:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.boluor.com/?p=272#comment-422</guid>
		<description>在open调用后就会被阻塞。在检测到有对应的read或者write端后才会被唤醒。当然前提是以阻塞方式打开的，也就是不open调用时不添加O_NONBLOCK参数。</description>
		<content:encoded><![CDATA[<p>在open调用后就会被阻塞。在检测到有对应的read或者write端后才会被唤醒。当然前提是以阻塞方式打开的，也就是不open调用时不添加O_NONBLOCK参数。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：ivan</title>
		<link>http://www.boluor.com/linux-cs-ipc-using-named-pipe.html/comment-page-1#comment-421</link>
		<dc:creator>ivan</dc:creator>
		<pubDate>Tue, 18 Aug 2009 10:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.boluor.com/?p=272#comment-421</guid>
		<description>管道内没有数据时，open就会阻塞？还是read时才阻塞？</description>
		<content:encoded><![CDATA[<p>管道内没有数据时，open就会阻塞？还是read时才阻塞？</p>
]]></content:encoded>
	</item>
</channel>
</rss>

