<?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: Caching Thumbnails in Mugshot</title>
	<atom:link href="http://blakeseely.com/blog/archives/2006/01/12/caching-thumbnails-in-mugshot/feed/" rel="self" type="application/rss+xml" />
	<link>http://blakeseely.com/blog/archives/2006/01/12/caching-thumbnails-in-mugshot/</link>
	<description>If I could put reflection under this header, I would.</description>
	<pubDate>Wed, 07 Jan 2009 22:20:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: blake</title>
		<link>http://blakeseely.com/blog/archives/2006/01/12/caching-thumbnails-in-mugshot/comment-page-1/#comment-367</link>
		<dc:creator>blake</dc:creator>
		<pubDate>Fri, 13 Jan 2006 06:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://blakeseely.com/blog/archives/2006/01/12/caching-thumbnails-in-mugshot/#comment-367</guid>
		<description>Good question. The answer is "sort of". I've got some general ideas. Since I'm still getting my feet wet with Cocoa, I still have a hard time gauging how long some things will take. Because of that, it's probably not wise to commit to anything yet. Let me get to a point that I feel comfortable with - I'lll stamp it 1.0 and then I'll probably start talking about future features.</description>
		<content:encoded><![CDATA[<p>Good question. The answer is &#8220;sort of&#8221;. I&#8217;ve got some general ideas. Since I&#8217;m still getting my feet wet with Cocoa, I still have a hard time gauging how long some things will take. Because of that, it&#8217;s probably not wise to commit to anything yet. Let me get to a point that I feel comfortable with - I&#8217;lll stamp it 1.0 and then I&#8217;ll probably start talking about future features.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxim Blinder</title>
		<link>http://blakeseely.com/blog/archives/2006/01/12/caching-thumbnails-in-mugshot/comment-page-1/#comment-366</link>
		<dc:creator>Maxim Blinder</dc:creator>
		<pubDate>Fri, 13 Jan 2006 04:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://blakeseely.com/blog/archives/2006/01/12/caching-thumbnails-in-mugshot/#comment-366</guid>
		<description>your approach sounds good to me.

while this is a bit off topic, have you get a roadmap or a proposed feature set/milestones for the app?

thanks for developing it, it's got enormous potential!</description>
		<content:encoded><![CDATA[<p>your approach sounds good to me.</p>
<p>while this is a bit off topic, have you get a roadmap or a proposed feature set/milestones for the app?</p>
<p>thanks for developing it, it&#8217;s got enormous potential!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blake</title>
		<link>http://blakeseely.com/blog/archives/2006/01/12/caching-thumbnails-in-mugshot/comment-page-1/#comment-365</link>
		<dc:creator>blake</dc:creator>
		<pubDate>Fri, 13 Jan 2006 01:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://blakeseely.com/blog/archives/2006/01/12/caching-thumbnails-in-mugshot/#comment-365</guid>
		<description>heipei,
This will not be a commercial app. And, I will release the source at some point. Right now I just have no bandwidth to document how my internal flickr kit works - and I'm hesitant to just put it out there without any documentation whatsoever.</description>
		<content:encoded><![CDATA[<p>heipei,<br />
This will not be a commercial app. And, I will release the source at some point. Right now I just have no bandwidth to document how my internal flickr kit works - and I&#8217;m hesitant to just put it out there without any documentation whatsoever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blake</title>
		<link>http://blakeseely.com/blog/archives/2006/01/12/caching-thumbnails-in-mugshot/comment-page-1/#comment-364</link>
		<dc:creator>blake</dc:creator>
		<pubDate>Fri, 13 Jan 2006 01:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://blakeseely.com/blog/archives/2006/01/12/caching-thumbnails-in-mugshot/#comment-364</guid>
		<description>:) That's pretty much exactly wat I've got, Pete. I already had a CacheManager class where I encapsulated the knowledge of how to take some photo data and figure out what the cache filename was and where it was on disk. It works both ways - it will fetch data from the cache for you, and save data to the cache for you. I'm just adding to that functionality - adding priorities, etc.</description>
		<content:encoded><![CDATA[<p> <img src='http://blakeseely.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> That&#8217;s pretty much exactly wat I&#8217;ve got, Pete. I already had a CacheManager class where I encapsulated the knowledge of how to take some photo data and figure out what the cache filename was and where it was on disk. It works both ways - it will fetch data from the cache for you, and save data to the cache for you. I&#8217;m just adding to that functionality - adding priorities, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://blakeseely.com/blog/archives/2006/01/12/caching-thumbnails-in-mugshot/comment-page-1/#comment-363</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Fri, 13 Jan 2006 01:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://blakeseely.com/blog/archives/2006/01/12/caching-thumbnails-in-mugshot/#comment-363</guid>
		<description>Those rules sound reasonable to me... Seems like it would be straighforward to create what would essentially be a cache manager class which would manage the downloads for you as well as providing priority scemantics.. That way you could submit jobs to your cache manager with a priority, it would track all of the jobs in the queue and ensure that the highest priority downloads happen first... Fire and forget threading works up to a point but without some way of throttling the threads you spawn you'll quickly bring your system to its knees and impact responsivenes... 

Have fun! :)

p</description>
		<content:encoded><![CDATA[<p>Those rules sound reasonable to me&#8230; Seems like it would be straighforward to create what would essentially be a cache manager class which would manage the downloads for you as well as providing priority scemantics.. That way you could submit jobs to your cache manager with a priority, it would track all of the jobs in the queue and ensure that the highest priority downloads happen first&#8230; Fire and forget threading works up to a point but without some way of throttling the threads you spawn you&#8217;ll quickly bring your system to its knees and impact responsivenes&#8230; </p>
<p>Have fun! <img src='http://blakeseely.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: heipei</title>
		<link>http://blakeseely.com/blog/archives/2006/01/12/caching-thumbnails-in-mugshot/comment-page-1/#comment-362</link>
		<dc:creator>heipei</dc:creator>
		<pubDate>Thu, 12 Jan 2006 23:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://blakeseely.com/blog/archives/2006/01/12/caching-thumbnails-in-mugshot/#comment-362</guid>
		<description>sounds great to me. i also think that responsiveness is your number one priority. and app can be really good, if its slow, i for myself quickly kick it. i dont mind that it takes a while to load pictures, but if the whole app comes to a slow down during the process, i get impatient and try to close it ;)

anywho, id still like to see the source some time, or are you planning on making this commercial? (hope not!)</description>
		<content:encoded><![CDATA[<p>sounds great to me. i also think that responsiveness is your number one priority. and app can be really good, if its slow, i for myself quickly kick it. i dont mind that it takes a while to load pictures, but if the whole app comes to a slow down during the process, i get impatient and try to close it <img src='http://blakeseely.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>anywho, id still like to see the source some time, or are you planning on making this commercial? (hope not!)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
