<?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: Using Amazon CloudFront with Paperclip</title>
	<atom:link href="http://www.webficient.com/2009/10/21/using-amazon-cloudfront-with-paperclip/feed" rel="self" type="application/rss+xml" />
	<link>http://www.webficient.com/2009/10/21/using-amazon-cloudfront-with-paperclip</link>
	<description>Your Web Development Partner</description>
	<pubDate>Wed, 10 Mar 2010 17:07:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Phil Misiowiec</title>
		<link>http://www.webficient.com/2009/10/21/using-amazon-cloudfront-with-paperclip#comment-374</link>
		<dc:creator>Phil Misiowiec</dc:creator>
		<pubDate>Tue, 27 Oct 2009 03:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.webficient.com/?p=938#comment-374</guid>
		<description>Definitely. First you go through ImageMagick to generate the thumbnail and then S3. There are a few posts out there describing how to setup a queueing mechanism to handle the S3 side of things.

Check out http://codewordstudios.com/posts/3-delayed-upload-delivery-to-s3-with-paperclip-delayed-job

Even before you hit the processing side of things, you still have to contend with getting the binary stream uploaded to your server. So to optimize that side, take a look at ModPorter (http://modporter.com) if you're using Apache.</description>
		<content:encoded><![CDATA[<p>Definitely. First you go through ImageMagick to generate the thumbnail and then S3. There are a few posts out there describing how to setup a queueing mechanism to handle the S3 side of things.</p>
<p>Check out <a href="http://codewordstudios.com/posts/3-delayed-upload-delivery-to-s3-with-paperclip-delayed-job" rel="nofollow">http://codewordstudios.com/posts/3-delayed-upload-delivery-to-s3-with-paperclip-delayed-job</a></p>
<p>Even before you hit the processing side of things, you still have to contend with getting the binary stream uploaded to your server. So to optimize that side, take a look at ModPorter (http://modporter.com) if you&#8217;re using Apache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tyler</title>
		<link>http://www.webficient.com/2009/10/21/using-amazon-cloudfront-with-paperclip#comment-373</link>
		<dc:creator>tyler</dc:creator>
		<pubDate>Tue, 27 Oct 2009 01:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.webficient.com/?p=938#comment-373</guid>
		<description>doesn't that mean that your upload is blocking on three different writes (one for each thumbnail size) to s3? how much time have you found that adds to your upload requests?</description>
		<content:encoded><![CDATA[<p>doesn&#8217;t that mean that your upload is blocking on three different writes (one for each thumbnail size) to s3? how much time have you found that adds to your upload requests?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
