<?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: Trading eAccelerator for APC</title>
	<atom:link href="http://blog.futtta.be/2008/10/11/trading-eaccelerator-for-apc/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.futtta.be/2008/10/11/trading-eaccelerator-for-apc/</link>
	<description>Frank Goossens&#039; Twitterless twaddle</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:48:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: frank</title>
		<link>http://blog.futtta.be/2008/10/11/trading-eaccelerator-for-apc/#comment-1592</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Tue, 14 Oct 2008 09:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.futtta.be/?p=870#comment-1592</guid>
		<description>you can check the usage of APC&#039;s shared memory with the &lt;a href=&quot;http://be.php.net/manual/en/function.apc-sma-info.php&quot; rel=&quot;nofollow&quot;&gt;apc_sma_info-function&lt;/a&gt;, which will (a.o.) return the amount of available memory. monitoring that value should help you to finetune the size of shared memory.

maar door al uw pets zit ik &lt;a href=&quot;http://www.youtube.com/watch?v=F_DFIkzOV-Y&quot; rel=&quot;nofollow&quot;&gt;weeral op youtube eh man&lt;/a&gt;! must not click on related video&#039;s, must not click on related video&#039;s, ... *click*</description>
		<content:encoded><![CDATA[<p>you can check the usage of APC&#8217;s shared memory with the <a href="http://be.php.net/manual/en/function.apc-sma-info.php" rel="nofollow">apc_sma_info-function</a>, which will (a.o.) return the amount of available memory. monitoring that value should help you to finetune the size of shared memory.</p>
<p>maar door al uw pets zit ik <a href="http://www.youtube.com/watch?v=F_DFIkzOV-Y" rel="nofollow">weeral op youtube eh man</a>! must not click on related video&#8217;s, must not click on related video&#8217;s, &#8230; *click*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pieter</title>
		<link>http://blog.futtta.be/2008/10/11/trading-eaccelerator-for-apc/#comment-1591</link>
		<dc:creator>Pieter</dc:creator>
		<pubDate>Tue, 14 Oct 2008 08:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.futtta.be/?p=870#comment-1591</guid>
		<description>I added this parameter to apc.ini:
apc.shm_size = 64
(see http://2bits.com/articles/high-php-execution-times-drupal-and-tuning-apc-includeonce-performance.html)
which makes it much faster now (apparently the default value assigns not enough memory for my site which results in a lot of swapping).</description>
		<content:encoded><![CDATA[<p>I added this parameter to apc.ini:<br />
apc.shm_size = 64<br />
(see <a href="http://2bits.com/articles/high-php-execution-times-drupal-and-tuning-apc-includeonce-performance.html" rel="nofollow">http://2bits.com/articles/high-php-execution-times-drupal-and-tuning-apc-includeonce-performance.html</a>)<br />
which makes it much faster now (apparently the default value assigns not enough memory for my site which results in a lot of swapping).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: futtta's blog</title>
		<link>http://blog.futtta.be/2008/10/11/trading-eaccelerator-for-apc/#comment-1595</link>
		<dc:creator>futtta's blog</dc:creator>
		<pubDate>Tue, 14 Oct 2008 04:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.futtta.be/?p=870#comment-1595</guid>
		<description>&lt;strong&gt;Fun with caching in PHP with APC (and others)...&lt;/strong&gt;

After installing APC, I looked through the documentation on php.net and noticed 3 interesting functions with regards to session-independent data caching in PHP;

apc_store; store a variable in cache
apc_fetch; retrieve the variable from cache
apc_delet...</description>
		<content:encoded><![CDATA[<p><strong>Fun with caching in PHP with APC (and others)&#8230;</strong></p>
<p>After installing APC, I looked through the documentation on php.net and noticed 3 interesting functions with regards to session-independent data caching in PHP;</p>
<p>apc_store; store a variable in cache<br />
apc_fetch; retrieve the variable from cache<br />
apc_delet&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pieter</title>
		<link>http://blog.futtta.be/2008/10/11/trading-eaccelerator-for-apc/#comment-1589</link>
		<dc:creator>Pieter</dc:creator>
		<pubDate>Mon, 13 Oct 2008 08:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.futtta.be/?p=870#comment-1589</guid>
		<description>Thanks for the tip, same problem here.  I wasn&#039;t able to install eaccelerator decently on Ubuntu either.  So I replaced it with APC.  Doesn&#039;t look like the site is faster now, but maybe the throughput is just higher (since I have the impression the CPU load is now higher - maybe it is because the disk isn&#039;t the bottleneck anymore).</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, same problem here.  I wasn&#8217;t able to install eaccelerator decently on Ubuntu either.  So I replaced it with APC.  Doesn&#8217;t look like the site is faster now, but maybe the throughput is just higher (since I have the impression the CPU load is now higher &#8211; maybe it is because the disk isn&#8217;t the bottleneck anymore).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

