<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Crying Glowing Sun</title>
	<atom:link href="http://mahtonu.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mahtonu.wordpress.com</link>
	<description>Tonu's another Web blog</description>
	<lastBuildDate>Tue, 06 Oct 2009 15:14:10 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Cache PHP output for high traffic websites. PEAR: Cache_Lite by M A Hossain Tonu</title>
		<link>http://mahtonu.wordpress.com/2009/09/25/cache-php-output-for-high-traffic-websites-pear-cache_lite/#comment-84</link>
		<dc:creator>M A Hossain Tonu</dc:creator>
		<pubDate>Tue, 06 Oct 2009 15:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://mahtonu.wordpress.com/?p=51#comment-84</guid>
		<description>thnx Guru. for your reply. Yeah we can create turbo charged storage and allocate the cache storage to ram easily to provide more faster page serve. :D</description>
		<content:encoded><![CDATA[<p>thnx Guru. for your reply. Yeah we can create turbo charged storage and allocate the cache storage to ram easily to provide more faster page serve. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cache PHP output for high traffic websites. PEAR: Cache_Lite by hasin</title>
		<link>http://mahtonu.wordpress.com/2009/09/25/cache-php-output-for-high-traffic-websites-pear-cache_lite/#comment-83</link>
		<dc:creator>hasin</dc:creator>
		<pubDate>Tue, 06 Oct 2009 15:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://mahtonu.wordpress.com/?p=51#comment-83</guid>
		<description>Excellent writing. You can speed up the IO process more by storing the cache in ramdisk. it will be blazing fast :)</description>
		<content:encoded><![CDATA[<p>Excellent writing. You can speed up the IO process more by storing the cache in ramdisk. it will be blazing fast <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cache PHP output for high traffic websites. PEAR: Cache_Lite by M A Hossain Tonu</title>
		<link>http://mahtonu.wordpress.com/2009/09/25/cache-php-output-for-high-traffic-websites-pear-cache_lite/#comment-81</link>
		<dc:creator>M A Hossain Tonu</dc:creator>
		<pubDate>Mon, 28 Sep 2009 17:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://mahtonu.wordpress.com/?p=51#comment-81</guid>
		<description>Thnx for ur comments bro :D

Lets check out the Cache_Lite::save function&#039;s parameters:
boolean Cache_Lite::save ( string $data , string $id = NULL , string $group = &#039;default&#039; )

I hope you got your answer :) happy coding</description>
		<content:encoded><![CDATA[<p>Thnx for ur comments bro <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Lets check out the Cache_Lite::save function&#8217;s parameters:<br />
boolean Cache_Lite::save ( string $data , string $id = NULL , string $group = &#8216;default&#8217; )</p>
<p>I hope you got your answer <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  happy coding</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cache PHP output for high traffic websites. PEAR: Cache_Lite by Anis uddin Ahmad</title>
		<link>http://mahtonu.wordpress.com/2009/09/25/cache-php-output-for-high-traffic-websites-pear-cache_lite/#comment-80</link>
		<dc:creator>Anis uddin Ahmad</dc:creator>
		<pubDate>Mon, 28 Sep 2009 05:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://mahtonu.wordpress.com/?p=51#comment-80</guid>
		<description>Didn&#039;t know PEAR itself has such an excellent Caching library. Awesome.

A little question.

In ur 1st, 2nd and 3rd example code block, you r saving the cache as :
$Cache_Lite-&gt;save($data);
Here you are not using id param (which u&#039;ve used in 4th example). So, how will I retrieve this specific content? Is it somehow being set automatically from previous $Cache_Lite-&gt;get($id) ?

Thanks Tonu vai for ur great post. :)</description>
		<content:encoded><![CDATA[<p>Didn&#8217;t know PEAR itself has such an excellent Caching library. Awesome.</p>
<p>A little question.</p>
<p>In ur 1st, 2nd and 3rd example code block, you r saving the cache as :<br />
$Cache_Lite-&gt;save($data);<br />
Here you are not using id param (which u&#8217;ve used in 4th example). So, how will I retrieve this specific content? Is it somehow being set automatically from previous $Cache_Lite-&gt;get($id) ?</p>
<p>Thanks Tonu vai for ur great post. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cache PHP output for high traffic websites. PEAR: Cache_Lite by TRIVUz</title>
		<link>http://mahtonu.wordpress.com/2009/09/25/cache-php-output-for-high-traffic-websites-pear-cache_lite/#comment-79</link>
		<dc:creator>TRIVUz</dc:creator>
		<pubDate>Sun, 27 Sep 2009 11:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://mahtonu.wordpress.com/?p=51#comment-79</guid>
		<description>Nice writing... 
Keep it up bro... (thumbs up)</description>
		<content:encoded><![CDATA[<p>Nice writing&#8230;<br />
Keep it up bro&#8230; (thumbs up)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cache PHP output for high traffic websites. PEAR: Cache_Lite by Khairul</title>
		<link>http://mahtonu.wordpress.com/2009/09/25/cache-php-output-for-high-traffic-websites-pear-cache_lite/#comment-78</link>
		<dc:creator>Khairul</dc:creator>
		<pubDate>Sun, 27 Sep 2009 11:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://mahtonu.wordpress.com/?p=51#comment-78</guid>
		<description>Nice blog. Keep it up.</description>
		<content:encoded><![CDATA[<p>Nice blog. Keep it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cache PHP output for high traffic websites. PEAR: Cache_Lite by M A Hossain Tonu</title>
		<link>http://mahtonu.wordpress.com/2009/09/25/cache-php-output-for-high-traffic-websites-pear-cache_lite/#comment-77</link>
		<dc:creator>M A Hossain Tonu</dc:creator>
		<pubDate>Sun, 27 Sep 2009 10:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://mahtonu.wordpress.com/?p=51#comment-77</guid>
		<description>:D</description>
		<content:encoded><![CDATA[<p> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cache PHP output for high traffic websites. PEAR: Cache_Lite by Muhammad Ilias Amin</title>
		<link>http://mahtonu.wordpress.com/2009/09/25/cache-php-output-for-high-traffic-websites-pear-cache_lite/#comment-76</link>
		<dc:creator>Muhammad Ilias Amin</dc:creator>
		<pubDate>Sun, 27 Sep 2009 10:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://mahtonu.wordpress.com/?p=51#comment-76</guid>
		<description>Though I m not a good PHP programmer, But I learnt how easy to optimize the server&#039;s load. 

I realize, PHP is a smart web scripting language. Now, I have the conviction to work on PHP, work for PHP, work by PHP.</description>
		<content:encoded><![CDATA[<p>Though I m not a good PHP programmer, But I learnt how easy to optimize the server&#8217;s load. </p>
<p>I realize, PHP is a smart web scripting language. Now, I have the conviction to work on PHP, work for PHP, work by PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cache PHP output for high traffic websites. PEAR: Cache_Lite by M A Hossain Tonu</title>
		<link>http://mahtonu.wordpress.com/2009/09/25/cache-php-output-for-high-traffic-websites-pear-cache_lite/#comment-75</link>
		<dc:creator>M A Hossain Tonu</dc:creator>
		<pubDate>Sun, 27 Sep 2009 09:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://mahtonu.wordpress.com/?p=51#comment-75</guid>
		<description>thnx for the reading. 
&lt;strong&gt;In sense of cache&lt;/strong&gt;, eaccelerator cache PHP scripts in their compiled state where Cache_lite cache in their deploy state, this is the base diff. Again eaccelerator almost eliminates compiling overhead where Cache_lite eliminates processing and compiling overheads :D Isn&#039;t it gr8.

Moreover eaccelerator found hilarious due to it&#039;s optimizing capability.</description>
		<content:encoded><![CDATA[<p>thnx for the reading.<br />
<strong>In sense of cache</strong>, eaccelerator cache PHP scripts in their compiled state where Cache_lite cache in their deploy state, this is the base diff. Again eaccelerator almost eliminates compiling overhead where Cache_lite eliminates processing and compiling overheads <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Isn&#8217;t it gr8.</p>
<p>Moreover eaccelerator found hilarious due to it&#8217;s optimizing capability.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cache PHP output for high traffic websites. PEAR: Cache_Lite by tahsin</title>
		<link>http://mahtonu.wordpress.com/2009/09/25/cache-php-output-for-high-traffic-websites-pear-cache_lite/#comment-74</link>
		<dc:creator>tahsin</dc:creator>
		<pubDate>Sun, 27 Sep 2009 07:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://mahtonu.wordpress.com/?p=51#comment-74</guid>
		<description>thanks nice post, what is the difference between Cache_lite and eaccelerator?

u can find many helpful php info on newdailyblog.blogspot.com</description>
		<content:encoded><![CDATA[<p>thanks nice post, what is the difference between Cache_lite and eaccelerator?</p>
<p>u can find many helpful php info on newdailyblog.blogspot.com</p>
]]></content:encoded>
	</item>
</channel>
</rss>
