<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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>Gunicorn &#8211; 天地一沙鸥</title>
	<atom:link href="https://haoluobo.com/tag/gunicorn/feed/" rel="self" type="application/rss+xml" />
	<link>https://haoluobo.com</link>
	<description>to be continue....</description>
	<lastBuildDate>Wed, 22 Aug 2012 12:38:06 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>将LBForum、“似水流年”的部署环境切换到Gunicorn+Supervisor</title>
		<link>https://haoluobo.com/2012/08/lbforum-jstwin-gunicorn-supervisor/</link>
		
		<dc:creator><![CDATA[vicalloy]]></dc:creator>
		<pubDate>Wed, 22 Aug 2012 12:38:06 +0000</pubDate>
				<category><![CDATA[vicalloy的庄家]]></category>
		<category><![CDATA[编程]]></category>
		<category><![CDATA[Gunicorn]]></category>
		<guid isPermaLink="false">/?p=10709</guid>

					<description><![CDATA[Gunicorn 是一个Python WSGI UNIX的HTTP服务器。Gunicorn有着不错的性能以及稳 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="http://gunicorn.org/">Gunicorn</a> 是一个Python WSGI UNIX的HTTP服务器。Gunicorn有着不错的性能以及稳定性。Gunicorn对WSGI、Django、Paster提供了很好的支持，使用起来非常的简单。<br />
此前 <a href="http://vik.haoluobo.com/lbforum2/">LBForum</a> 和 <a href="http://jstwind.com">似水流年</a> 使用apache+wsgi的方式部署在webfaction上。为了给服务器节约些内存将部署方式切换到Gunicorn。不过似乎效果并不明显。除工作进程外，Gunicorn还会另外启动一个master进程用于管理子进程。master进程加一个子进程的内存耗用量加在一起大概在40M左右。<br />
注：在一些评测里Gunicorn的性能并不是太好。Gunicorn支持多种 <a href="http://gunicorn.org/configure.html#worker-class">worker-class</a> ，默认的worker-class使用的是同步模式。在将worker-class切换到gevent或tornado性能会好出不少。</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
