<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Using S3 as a cache store</title>
	<atom:link href="http://niblets.wordpress.com/2006/11/25/techniques-for-using-s3-as-a-host/feed/" rel="self" type="application/rss+xml" />
	<link>http://niblets.wordpress.com/2006/11/25/techniques-for-using-s3-as-a-host/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 13 Oct 2009 11:42:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marie AJ</title>
		<link>http://niblets.wordpress.com/2006/11/25/techniques-for-using-s3-as-a-host/#comment-1298</link>
		<dc:creator>Marie AJ</dc:creator>
		<pubDate>Thu, 23 Aug 2007 14:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://niblets.wordpress.com/2006/11/25/techniques-for-using-s3-as-a-host/#comment-1298</guid>
		<description>I tried doing the same idea, connecting S3 instance with Process Scheduler. Initially it wasn&#039;t working so I decided to clear cachey.  To make it optimal, i installed APP SERVER.  As a backup, I have Flash copy running.</description>
		<content:encoded><![CDATA[<p>I tried doing the same idea, connecting S3 instance with Process Scheduler. Initially it wasn&#8217;t working so I decided to clear cachey.  To make it optimal, i installed APP SERVER.  As a backup, I have Flash copy running.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Bobsin</title>
		<link>http://niblets.wordpress.com/2006/11/25/techniques-for-using-s3-as-a-host/#comment-889</link>
		<dc:creator>Mark Bobsin</dc:creator>
		<pubDate>Fri, 20 Jul 2007 06:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://niblets.wordpress.com/2006/11/25/techniques-for-using-s3-as-a-host/#comment-889</guid>
		<description>Hi everyone,
I am looking in creating a video content website using AWS.  I read that with S3 you can incur overhead for serving many smaller files (i.e. static website images, text, etc). and that would also have more GET requests which you have to pay for...mind you only $.01 for 10,000 requests.

What if you grabbed a whole set of files...zipped or otherwise packaged together to be stored, saved/retained and fetched from S3 as one file.  Then on EC2 instance uncompress/unpackage and save on local server storage on in cache.

Does this make sense?  I am still in the planning phases of the &quot;cloud&quot; architecture...sure adds a twist on things.  This maybe only be applicable if ever ramping you to very large thoroughput with having many users and associated file requests served up.
 
Mark Bobsin
Markham Ontario Canada</description>
		<content:encoded><![CDATA[<p>Hi everyone,<br />
I am looking in creating a video content website using AWS.  I read that with S3 you can incur overhead for serving many smaller files (i.e. static website images, text, etc). and that would also have more GET requests which you have to pay for&#8230;mind you only $.01 for 10,000 requests.</p>
<p>What if you grabbed a whole set of files&#8230;zipped or otherwise packaged together to be stored, saved/retained and fetched from S3 as one file.  Then on EC2 instance uncompress/unpackage and save on local server storage on in cache.</p>
<p>Does this make sense?  I am still in the planning phases of the &#8220;cloud&#8221; architecture&#8230;sure adds a twist on things.  This maybe only be applicable if ever ramping you to very large thoroughput with having many users and associated file requests served up.</p>
<p>Mark Bobsin<br />
Markham Ontario Canada</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links, ideas and geek stuff &#187; Blog Archive &#187; links for 2007-06-13</title>
		<link>http://niblets.wordpress.com/2006/11/25/techniques-for-using-s3-as-a-host/#comment-617</link>
		<dc:creator>links, ideas and geek stuff &#187; Blog Archive &#187; links for 2007-06-13</dc:creator>
		<pubDate>Wed, 13 Jun 2007 16:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://niblets.wordpress.com/2006/11/25/techniques-for-using-s3-as-a-host/#comment-617</guid>
		<description>[...] Using S3 as a cache store « Niblets….Simple. Less. [...]</description>
		<content:encoded><![CDATA[<p>[...] Using S3 as a cache store « Niblets….Simple. Less. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PBB</title>
		<link>http://niblets.wordpress.com/2006/11/25/techniques-for-using-s3-as-a-host/#comment-33</link>
		<dc:creator>PBB</dc:creator>
		<pubDate>Sat, 17 Feb 2007 13:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://niblets.wordpress.com/2006/11/25/techniques-for-using-s3-as-a-host/#comment-33</guid>
		<description>great input men</description>
		<content:encoded><![CDATA[<p>great input men</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taco</title>
		<link>http://niblets.wordpress.com/2006/11/25/techniques-for-using-s3-as-a-host/#comment-30</link>
		<dc:creator>taco</dc:creator>
		<pubDate>Sat, 17 Feb 2007 01:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://niblets.wordpress.com/2006/11/25/techniques-for-using-s3-as-a-host/#comment-30</guid>
		<description>I&#039;ve been playing with serving all of my assets on S3, but run into the issue of SSL. 
I&#039;ve gone the virtual-hosting route with a DNS CNAME pointing to my bucket, but this totally doesn&#039;t work with SSL. 

Any feedback on / if you&#039;ve run into any SSL solutions / issues would be appreciated.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been playing with serving all of my assets on S3, but run into the issue of SSL.<br />
I&#8217;ve gone the virtual-hosting route with a DNS CNAME pointing to my bucket, but this totally doesn&#8217;t work with SSL. </p>
<p>Any feedback on / if you&#8217;ve run into any SSL solutions / issues would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Cridland</title>
		<link>http://niblets.wordpress.com/2006/11/25/techniques-for-using-s3-as-a-host/#comment-17</link>
		<dc:creator>James Cridland</dc:creator>
		<pubDate>Thu, 15 Feb 2007 00:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://niblets.wordpress.com/2006/11/25/techniques-for-using-s3-as-a-host/#comment-17</guid>
		<description>I&#039;ve done exactly the same thing on www.mediauk.com - all the static files (graphics, CSS, audio, etc) are on S3 now. Much less hassle for my server, which can now concentrate on serving the dynamic pages and running a database. And I&#039;ve saved a bundle on bandwidth costs, too.

(I use Feedburner for things like RSS feeds; which is just as sensible a route to take, I guess)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve done exactly the same thing on <a href="http://www.mediauk.com" rel="nofollow">http://www.mediauk.com</a> &#8211; all the static files (graphics, CSS, audio, etc) are on S3 now. Much less hassle for my server, which can now concentrate on serving the dynamic pages and running a database. And I&#8217;ve saved a bundle on bandwidth costs, too.</p>
<p>(I use Feedburner for things like RSS feeds; which is just as sensible a route to take, I guess)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Newland</title>
		<link>http://niblets.wordpress.com/2006/11/25/techniques-for-using-s3-as-a-host/#comment-13</link>
		<dc:creator>Jesse Newland</dc:creator>
		<pubDate>Tue, 13 Feb 2007 22:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://niblets.wordpress.com/2006/11/25/techniques-for-using-s3-as-a-host/#comment-13</guid>
		<description>This is extremely interesting! Mind sending me a copy?</description>
		<content:encoded><![CDATA[<p>This is extremely interesting! Mind sending me a copy?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Groves</title>
		<link>http://niblets.wordpress.com/2006/11/25/techniques-for-using-s3-as-a-host/#comment-5</link>
		<dc:creator>Adam Groves</dc:creator>
		<pubDate>Fri, 29 Dec 2006 23:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://niblets.wordpress.com/2006/11/25/techniques-for-using-s3-as-a-host/#comment-5</guid>
		<description>Ha! I was thinking the exact same thing about using S3 as an alternative to memcache. I&#039;m interested!</description>
		<content:encoded><![CDATA[<p>Ha! I was thinking the exact same thing about using S3 as an alternative to memcache. I&#8217;m interested!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
