<?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>Crazy&#039;s Blog &#187; apc</title>
	<atom:link href="http://blog.crazytje.be/tag/apc/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.crazytje.be</link>
	<description></description>
	<lastBuildDate>Sun, 28 Aug 2011 13:37:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Using APC to store your data</title>
		<link>http://blog.crazytje.be/using-apc-to-store-your-data/</link>
		<comments>http://blog.crazytje.be/using-apc-to-store-your-data/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 15:14:56 +0000</pubDate>
		<dc:creator>Crazy</dc:creator>
				<category><![CDATA[APC]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[opcode caching]]></category>
		<category><![CDATA[optimalization]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://blog.crazytje.be/?p=387</guid>
		<description><![CDATA[Sometimes you have large amount of generated data that you don’t want to create on every web request. An examples would be a home page with several news posts on it. The text would be in a database, but all the ‘extra’ things you did like bbtags present in the text, information about the user <a href='http://blog.crazytje.be/using-apc-to-store-your-data/'>[...]</a>]]></description>
		<wfw:commentRss>http://blog.crazytje.be/using-apc-to-store-your-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add variables to APC?</title>
		<link>http://blog.crazytje.be/how-to-add-variables-to-apc/</link>
		<comments>http://blog.crazytje.be/how-to-add-variables-to-apc/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 19:52:06 +0000</pubDate>
		<dc:creator>Crazy</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[APC]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[opcode caching]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.crazytje.be/?p=63</guid>
		<description><![CDATA[This is as follow up on my previous blog post on &#8220;Why use an opcode cacher&#8221; In that post I mention you can store data in memory. The reason why one should want to do this, is again &#8220;performance&#8221; Just think about it, for each request, what amount of data is gotten over and over <a href='http://blog.crazytje.be/how-to-add-variables-to-apc/'>[...]</a>]]></description>
		<wfw:commentRss>http://blog.crazytje.be/how-to-add-variables-to-apc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Opcode caching: Why use an opcode cacher?</title>
		<link>http://blog.crazytje.be/php-opcode-caching-why-use-an-opcode-cacher/</link>
		<comments>http://blog.crazytje.be/php-opcode-caching-why-use-an-opcode-cacher/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 17:12:09 +0000</pubDate>
		<dc:creator>Crazy</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[APC]]></category>
		<category><![CDATA[Operations]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[eaccelerator]]></category>
		<category><![CDATA[opcode caching]]></category>
		<category><![CDATA[xcache]]></category>

		<guid isPermaLink="false">http://blog.crazytje.be/?p=45</guid>
		<description><![CDATA[Why use an opcode cacher? When users surf to the website(s) hosted on your machine, the php files are compiled each time. Compiling the php code you worked so hard to develop takes time, and the more files you have, the longer it takes. This is especially the case when using PHP frameworks(personally I use <a href='http://blog.crazytje.be/php-opcode-caching-why-use-an-opcode-cacher/'>[...]</a>]]></description>
		<wfw:commentRss>http://blog.crazytje.be/php-opcode-caching-why-use-an-opcode-cacher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

