<?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: Dynamic Content Caching using Lighty + mod_magnet + lua</title>
	<atom:link href="http://gadelkareem.com/2007/09/17/dynamic-content-caching-using-lighty-mod_magnet-lua/feed/" rel="self" type="application/rss+xml" />
	<link>http://gadelkareem.com/2007/09/17/dynamic-content-caching-using-lighty-mod_magnet-lua/</link>
	<description>Ideas For Sharing</description>
	<lastBuildDate>Mon, 14 May 2012 20:56:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: wesnur</title>
		<link>http://gadelkareem.com/2007/09/17/dynamic-content-caching-using-lighty-mod_magnet-lua/#comment-37113</link>
		<dc:creator>wesnur</dc:creator>
		<pubDate>Tue, 15 Dec 2009 09:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://walid.kurtubba.com/2007/09/17/dynamic-content-caching-using-lighty-mod_magnet-lua/#comment-37113</guid>
		<description>It’s really very interesting. There is no doubt that dynamic caching is the ultimate solution for the issues like Scalability, Reliability and Performance. State of the growth unfolds many opportunities but is also holds challenges as a result of change. Not only does performance affect your operational cost, it also reflects directly on end-users experience. I would like to share another very informative read with you people. Benefits of using NCache Dynamic Clustering Capabilities not only describes the benefits of cache but it also highlights the some other important aspects like different topologies InProc Mode, OutProc Mode etc.</description>
		<content:encoded><![CDATA[<p>It’s really very interesting. There is no doubt that dynamic caching is the ultimate solution for the issues like Scalability, Reliability and Performance. State of the growth unfolds many opportunities but is also holds challenges as a result of change. Not only does performance affect your operational cost, it also reflects directly on end-users experience. I would like to share another very informative read with you people. Benefits of using NCache Dynamic Clustering Capabilities not only describes the benefits of cache but it also highlights the some other important aspects like different topologies InProc Mode, OutProc Mode etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lighttpd + mod_magnet on CentOS (64 bit) &#124; BlueScripts</title>
		<link>http://gadelkareem.com/2007/09/17/dynamic-content-caching-using-lighty-mod_magnet-lua/#comment-26346</link>
		<dc:creator>Lighttpd + mod_magnet on CentOS (64 bit) &#124; BlueScripts</dc:creator>
		<pubDate>Tue, 18 Aug 2009 15:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://walid.kurtubba.com/2007/09/17/dynamic-content-caching-using-lighty-mod_magnet-lua/#comment-26346</guid>
		<description>[...] to: http://gadelkareem.com/2007/09/17/dynamic-content-caching-using-lighty-mod_magnet-lua/ &amp;&amp; [...]</description>
		<content:encoded><![CDATA[<p>[...] to: <a href="http://gadelkareem.com/2007/09/17/dynamic-content-caching-using-lighty-mod_magnet-lua/" rel="nofollow">http://gadelkareem.com/2007/09/17/dynamic-content-caching-using-lighty-mod_magnet-lua/</a> &#38;&#38; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vic</title>
		<link>http://gadelkareem.com/2007/09/17/dynamic-content-caching-using-lighty-mod_magnet-lua/#comment-21608</link>
		<dc:creator>Vic</dc:creator>
		<pubDate>Mon, 08 Jun 2009 07:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://walid.kurtubba.com/2007/09/17/dynamic-content-caching-using-lighty-mod_magnet-lua/#comment-21608</guid>
		<description>Your solution might work if cache files aren&#039;t constantly being updated or used, but what about open file pointers?  Unless I&#039;m missing something, with large files and open file pointer conflicts, you could be generating a lot of lost+found files only retrievable by a disk repair when clearing the cache that way, because lighttpd or the fastcgi processes may have them open for reading/writing.  So best case you avoid any conflicts, worst case you interrupt files being served and lose files in the filesystem.</description>
		<content:encoded><![CDATA[<p>Your solution might work if cache files aren&#8217;t constantly being updated or used, but what about open file pointers?  Unless I&#8217;m missing something, with large files and open file pointer conflicts, you could be generating a lot of lost+found files only retrievable by a disk repair when clearing the cache that way, because lighttpd or the fastcgi processes may have them open for reading/writing.  So best case you avoid any conflicts, worst case you interrupt files being served and lose files in the filesystem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wkarim</title>
		<link>http://gadelkareem.com/2007/09/17/dynamic-content-caching-using-lighty-mod_magnet-lua/#comment-266</link>
		<dc:creator>wkarim</dc:creator>
		<pubDate>Mon, 04 Feb 2008 01:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://walid.kurtubba.com/2007/09/17/dynamic-content-caching-using-lighty-mod_magnet-lua/#comment-266</guid>
		<description>@Tiago Fischer
Yes, you can use &lt;a href=&quot;http://www.php.net/manual/en/ref.outcontrol.php&quot; rel=&quot;nofollow&quot;&gt;Output Control Functions&lt;/a&gt; to store the output buffer. Please review the examples on that page and &lt;a href=&quot;http://www.php.net/manual/en/function.ob-get-contents.php&quot; rel=&quot;nofollow&quot;&gt;ob_get_contents function&lt;/a&gt; page.</description>
		<content:encoded><![CDATA[<p>@Tiago Fischer<br />
Yes, you can use <a href="http://www.php.net/manual/en/ref.outcontrol.php" rel="nofollow">Output Control Functions</a> to store the output buffer. Please review the examples on that page and <a href="http://www.php.net/manual/en/function.ob-get-contents.php" rel="nofollow">ob_get_contents function</a> page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiago Fischer</title>
		<link>http://gadelkareem.com/2007/09/17/dynamic-content-caching-using-lighty-mod_magnet-lua/#comment-265</link>
		<dc:creator>Tiago Fischer</dc:creator>
		<pubDate>Sun, 03 Feb 2008 19:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://walid.kurtubba.com/2007/09/17/dynamic-content-caching-using-lighty-mod_magnet-lua/#comment-265</guid>
		<description>Hi!
This is a very nice idea!

But, considering $html as the web page content, i need to rewrite all my scripts...
How can I cache the page without putting the content to $html var?

Any idea?
Thanks!</description>
		<content:encoded><![CDATA[<p>Hi!<br />
This is a very nice idea!</p>
<p>But, considering $html as the web page content, i need to rewrite all my scripts&#8230;<br />
How can I cache the page without putting the content to $html var?</p>
<p>Any idea?<br />
Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.200 seconds -->

