<?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: Rails asset hosts and SSL</title>
	<atom:link href="http://www.commonmediainc.com/2008/07/15/rails-asset-hosts-and-ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.commonmediainc.com/2008/07/15/rails-asset-hosts-and-ssl/</link>
	<description>Online Communities and Web Development</description>
	<lastBuildDate>Fri, 02 Dec 2011 07:47:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Parker Morse</title>
		<link>http://www.commonmediainc.com/2008/07/15/rails-asset-hosts-and-ssl/comment-page-1/#comment-414</link>
		<dc:creator>Parker Morse</dc:creator>
		<pubDate>Fri, 12 Dec 2008 00:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.commonmediainc.com/?p=37#comment-414</guid>
		<description>Andy - that&#039;s a nice idea, keeping each asset (script, stylesheet, image) on one virtual asset server. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Andy &#8211; that&#8217;s a nice idea, keeping each asset (script, stylesheet, image) on one virtual asset server. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Triggs</title>
		<link>http://www.commonmediainc.com/2008/07/15/rails-asset-hosts-and-ssl/comment-page-1/#comment-412</link>
		<dc:creator>Andy Triggs</dc:creator>
		<pubDate>Thu, 11 Dec 2008 23:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.commonmediainc.com/?p=37#comment-412</guid>
		<description>It&#039;s best to use an id generated from the hash of the source URL rather than a random digit, e.g.

  &quot;media%d.homeflow.co.uk&quot; % (source.hash % 4)

So that the same source always ends up on the same asset server and doesn&#039;t defeat downstream caching.</description>
		<content:encoded><![CDATA[<p>It&#8217;s best to use an id generated from the hash of the source URL rather than a random digit, e.g.</p>
<p>  &#8220;media%d.homeflow.co.uk&#8221; % (source.hash % 4)</p>
<p>So that the same source always ends up on the same asset server and doesn&#8217;t defeat downstream caching.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

