<?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: Optimize Your Caching Scheme to Eliminate &#8220;Too many links&#8221; Errors on Linux</title>
	<atom:link href="http://scottiestech.info/2009/02/22/optimize-your-caching-scheme-to-eliminate-too-many-links-errors-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://scottiestech.info/2009/02/22/optimize-your-caching-scheme-to-eliminate-too-many-links-errors-on-linux/</link>
	<description>A chimpanzee and two trainees could run her!</description>
	<lastBuildDate>Thu, 17 May 2012 01:42:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Scottie</title>
		<link>http://scottiestech.info/2009/02/22/optimize-your-caching-scheme-to-eliminate-too-many-links-errors-on-linux/comment-page-1/#comment-1202</link>
		<dc:creator>Scottie</dc:creator>
		<pubDate>Wed, 18 Apr 2012 12:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://scottiestech.info/?p=59#comment-1202</guid>
		<description>&lt;a href=&quot;#comment-1201&quot; rel=&quot;nofollow&quot;&gt;@Daniel&lt;/a&gt; 

That&#039;s more or less the solution I chose after writing this article, and why I added the note about MD5 at the end. All those MD5 hashes are pretty useless, and I was surprised to discover that this is a very common method in caching schemes. Oh well!</description>
		<content:encoded><![CDATA[<p><a href="#comment-1201" rel="nofollow">@Daniel</a> </p>
<p>That&#8217;s more or less the solution I chose after writing this article, and why I added the note about MD5 at the end. All those MD5 hashes are pretty useless, and I was surprised to discover that this is a very common method in caching schemes. Oh well!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://scottiestech.info/2009/02/22/optimize-your-caching-scheme-to-eliminate-too-many-links-errors-on-linux/comment-page-1/#comment-1201</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 18 Apr 2012 09:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://scottiestech.info/?p=59#comment-1201</guid>
		<description>there&#039;s a less cpu-intensive method:

avoid md5 hashing and instead break the ID into 2-digit splits; ex:

/posts/show/5698549 would be cached into a
posts/show/56/98/54/9.html file 

this way no directory would get more than 100 entries</description>
		<content:encoded><![CDATA[<p>there&#8217;s a less cpu-intensive method:</p>
<p>avoid md5 hashing and instead break the ID into 2-digit splits; ex:</p>
<p>/posts/show/5698549 would be cached into a<br />
posts/show/56/98/54/9.html file </p>
<p>this way no directory would get more than 100 entries</p>
]]></content:encoded>
	</item>
</channel>
</rss>

