<?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"
	>
<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>
	<pubDate>Sun, 05 Jul 2009 02:41:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<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't constantly being updated or used, but what about open file pointers?  Unless I'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't constantly being updated or used, but what about open file pointers?  Unless I'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="http://www.php.net/manual/en/ref.outcontrol.php" rel="nofollow"&gt;Output Control Functions&lt;/a&gt; to store the output buffer. Please review the examples on that page and &lt;a href="http://www.php.net/manual/en/function.ob-get-contents.php" rel="nofollow"&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.132 seconds -->
