<?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/%E5%BE%AE%E7%BA%BF%E7%A8%8B/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Fri, 21 Oct 2011 07:55:01 +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>初试Gevent – 高性能的Python并发框架</title>
		<link>https://www.coder4.com/archives/1522</link>
					<comments>https://www.coder4.com/archives/1522#comments</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Thu, 05 May 2011 14:53:28 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[大数据技术]]></category>
		<category><![CDATA[Gevent]]></category>
		<category><![CDATA[greenlet]]></category>
		<category><![CDATA[xml-rpc]]></category>
		<category><![CDATA[例子]]></category>
		<category><![CDATA[并发]]></category>
		<category><![CDATA[微线程]]></category>
		<category><![CDATA[性能测试]]></category>
		<category><![CDATA[框架]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=1522</guid>

					<description><![CDATA[Gevent是一个基于greenlet的Python的并发框架，以微线程greenlet为核心，使用了epoll事件监听机制以及诸多其他优化而变得高效。 于greenlet、eventlet相比，性能略低，但是它封装的API非常完善，最赞的是提供了一个monkey类，可以将现有基于Python线程直接转化为greenlet，相当于proxy了一下（打了patch）。 今天有空就迫不及待的试一下效果。 1、安装 Gevent依赖libevent和greenlet，需要分别安[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/1522/feed</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
	</channel>
</rss>
