<?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: Warning: mkdir [function.mkdir]: Too many links in &#8230; on line &#8230;</title>
	<atom:link href="http://www.intelliot.com/tech/2007/10/17/warning-mkdir-functionmkdir-too-many-links-in-on-line.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.intelliot.com/tech/2007/10/17/warning-mkdir-functionmkdir-too-many-links-in-on-line.html</link>
	<description>Making technology work</description>
	<pubDate>Fri, 29 Aug 2008 21:58:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Ryan</title>
		<link>http://www.intelliot.com/tech/2007/10/17/warning-mkdir-functionmkdir-too-many-links-in-on-line.html#comment-90</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 22 Oct 2007 04:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.intelliot.com/tech/2007/10/17/warning-mkdir-functionmkdir-too-many-links-in-on-line.html#comment-90</guid>
		<description>I use the folder hash method with sha1. Speed was not really a concern since this hash is only found once, and I never needed it again. Right now, I only take the first letter of the hash. I've been using only the first letter, but I think I'm going to switch to the first and second.</description>
		<content:encoded><![CDATA[<p>I use the folder hash method with sha1. Speed was not really a concern since this hash is only found once, and I never needed it again. Right now, I only take the first letter of the hash. I&#8217;ve been using only the first letter, but I think I&#8217;m going to switch to the first and second.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny</title>
		<link>http://www.intelliot.com/tech/2007/10/17/warning-mkdir-functionmkdir-too-many-links-in-on-line.html#comment-88</link>
		<dc:creator>Kenny</dc:creator>
		<pubDate>Sun, 21 Oct 2007 17:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.intelliot.com/tech/2007/10/17/warning-mkdir-functionmkdir-too-many-links-in-on-line.html#comment-88</guid>
		<description>Check out this post from 37 signals on how they implement something similar: http://www.37signals.com/svn/archives2/id_partitioning.php</description>
		<content:encoded><![CDATA[<p>Check out this post from 37 signals on how they implement something similar: <a href="http://www.37signals.com/svn/archives2/id_partitioning.php" rel="nofollow">http://www.37signals.com/svn/archives2/id_partitioning.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Topbit</title>
		<link>http://www.intelliot.com/tech/2007/10/17/warning-mkdir-functionmkdir-too-many-links-in-on-line.html#comment-73</link>
		<dc:creator>Topbit</dc:creator>
		<pubDate>Wed, 17 Oct 2007 23:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.intelliot.com/tech/2007/10/17/warning-mkdir-functionmkdir-too-many-links-in-on-line.html#comment-73</guid>
		<description>Clarification: The 10-15% referred to the Linux IO Wait time (visible in `top`) caused by having to traverse a list of thousands of names.

For this particular application, our files were already relatively random, a long string of digits. We took off the extension (.jpg) and then used the last four characters (being the most 'random'), in two groups -  so 123456(78)(90) mapped to a file ./90/78/1234567890.jpg.</description>
		<content:encoded><![CDATA[<p>Clarification: The 10-15% referred to the Linux IO Wait time (visible in `top`) caused by having to traverse a list of thousands of names.</p>
<p>For this particular application, our files were already relatively random, a long string of digits. We took off the extension (.jpg) and then used the last four characters (being the most &#8216;random&#8217;), in two groups -  so 123456(78)(90) mapped to a file ./90/78/1234567890.jpg.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
