<?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: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 on: Linux下用select()实现异步的Echo服务器	</title>
	<atom:link href="https://www.coder4.com/archives/130/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com/archives/130</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Sun, 08 Mar 2015 06:38:50 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>
		By: d		</title>
		<link>https://www.coder4.com/archives/130#comment-1288</link>

		<dc:creator><![CDATA[d]]></dc:creator>
		<pubDate>Sun, 08 Mar 2015 06:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.coder4.com/?p=130#comment-1288</guid>

					<description><![CDATA[select是同步非阻塞,不是异步]]></description>
			<content:encoded><![CDATA[<p>select是同步非阻塞,不是异步</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: abc		</title>
		<link>https://www.coder4.com/archives/130#comment-595</link>

		<dc:creator><![CDATA[abc]]></dc:creator>
		<pubDate>Sun, 11 Mar 2012 11:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.coder4.com/?p=130#comment-595</guid>

					<description><![CDATA[你没有close客户端的fd，如果你把这句代码直接加上去的话，还有误把服务器监听accept的那个fd关了]]></description>
			<content:encoded><![CDATA[<p>你没有close客户端的fd，如果你把这句代码直接加上去的话，还有误把服务器监听accept的那个fd关了</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
