<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Using PEAR Cache_Lite</title>
	<link>http://www.sweeting.org/mark/blog/2005/06/17/using-pear-cache_lite</link>
	<description>The world according to marky moo</description>
	<pubDate>Fri, 21 Nov 2008 05:41:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: marky moo</title>
		<link>http://www.sweeting.org/mark/blog/2005/06/17/using-pear-cache_lite#comment-2555</link>
		<author>marky moo</author>
		<pubDate>Mon, 20 Jun 2005 21:07:46 +0000</pubDate>
		<guid>http://www.sweeting.org/mark/blog/2005/06/17/using-pear-cache_lite#comment-2555</guid>
		<description>That's a good point about moving the line &lt;code&gt;require_once('XML/RSS.php');&lt;/code&gt; - especially if you are after performance.

Once again, congratulations on an excellent package!</description>
		<content:encoded><![CDATA[<p>That&#8217;s a good point about moving the line <code>require_once('XML/RSS.php');</code> - especially if you are after performance.</p>
<p>Once again, congratulations on an excellent package!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabien</title>
		<link>http://www.sweeting.org/mark/blog/2005/06/17/using-pear-cache_lite#comment-2552</link>
		<author>Fabien</author>
		<pubDate>Mon, 20 Jun 2005 20:19:52 +0000</pubDate>
		<guid>http://www.sweeting.org/mark/blog/2005/06/17/using-pear-cache_lite#comment-2552</guid>
		<description>Hi,

I'm the main author of Cache_Lite. 

Juste a few remarks :

- move the line "require_once('XML/RSS.php');" inside the "cache miss" section and not on the top of the code

=&#62; IMHO, perfs will be twice better

- to simplify, you can use the "automaticSerialization" option to avoid the serialize()/unserialize() process in your code (because in this case, Cache/Lite will deal with it)

Regards

PS : Your article is quite good :-)

</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m the main author of Cache_Lite. </p>
<p>Juste a few remarks :</p>
<p>- move the line &#8220;require_once(&#8217;XML/RSS.php&#8217;);&#8221; inside the &#8220;cache miss&#8221; section and not on the top of the code</p>
<p>=&gt; IMHO, perfs will be twice better</p>
<p>- to simplify, you can use the &#8220;automaticSerialization&#8221; option to avoid the serialize()/unserialize() process in your code (because in this case, Cache/Lite will deal with it)</p>
<p>Regards</p>
<p>PS : Your article is quite good <img src='http://www.sweeting.org/mark/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
