<?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>Comments on: 使用php apc模块需要注意的几点</title>
	<atom:link href="http://www.ooso.net/archives/301/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ooso.net/archives/301</link>
	<description>Linux + Apache + Mysql + Php + Flash</description>
	<lastBuildDate>Wed, 11 Jan 2012 15:01:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Volcano</title>
		<link>http://www.ooso.net/archives/301/comment-page-1#comment-29862</link>
		<dc:creator>Volcano</dc:creator>
		<pubDate>Mon, 26 Apr 2010 20:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/301#comment-29862</guid>
		<description>在单机上apc写入比memcache快一倍，不是慢很多。
另外两者使用场景不一样，apc就是针对单机，而memcache适合通过网络连接，所以apc不会加入多服务器之间同步机制。</description>
		<content:encoded><![CDATA[<p>在单机上apc写入比memcache快一倍，不是慢很多。<br />
另外两者使用场景不一样，apc就是针对单机，而memcache适合通过网络连接，所以apc不会加入多服务器之间同步机制。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ykzj</title>
		<link>http://www.ooso.net/archives/301/comment-page-1#comment-29860</link>
		<dc:creator>ykzj</dc:creator>
		<pubDate>Mon, 26 Apr 2010 11:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/301#comment-29860</guid>
		<description>APC的写入效率比memcache要慢很多，我也用来进行opcode的缓存，希望apc作者能在以后将这个功能完善，并且加入多台服务器之间内存的同步机制，这样可以方便scale-out的扩展</description>
		<content:encoded><![CDATA[<p>APC的写入效率比memcache要慢很多，我也用来进行opcode的缓存，希望apc作者能在以后将这个功能完善，并且加入多台服务器之间内存的同步机制，这样可以方便scale-out的扩展</p>
]]></content:encoded>
	</item>
</channel>
</rss>

