<?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:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Scaling Up: Picking The Right Setup</title>
	<atom:link href="http://www.brandonsavage.net/scaling-up-picking-the-right-setup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brandonsavage.net/scaling-up-picking-the-right-setup/</link>
	<description>The personal blog of Brandon Savage. Contains entries of a personal and professional nature focusing on PHP, Apple, LAMP, MySQL and Washington, DC.</description>
	<lastBuildDate>Fri, 03 Feb 2012 19:36:33 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jeremy Glover</title>
		<link>http://www.brandonsavage.net/scaling-up-picking-the-right-setup/#comment-411</link>
		<dc:creator>Jeremy Glover</dc:creator>
		<pubDate>Wed, 01 Apr 2009 02:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=277#comment-411</guid>
		<description>Great summary!  About 2 years ago I did a ton of research about CDNs and it&#039;s shocking how many more options for scaling exist today than did then.</description>
		<content:encoded><![CDATA[<p>Great summary!  About 2 years ago I did a ton of research about CDNs and it&#8217;s shocking how many more options for scaling exist today than did then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Savage</title>
		<link>http://www.brandonsavage.net/scaling-up-picking-the-right-setup/#comment-409</link>
		<dc:creator>Brandon Savage</dc:creator>
		<pubDate>Tue, 31 Mar 2009 17:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=277#comment-409</guid>
		<description>You&#039;re absolutely right. I did forget that. I&#039;ll update the post to include that and credit you.</description>
		<content:encoded><![CDATA[<p>You&#8217;re absolutely right. I did forget that. I&#8217;ll update the post to include that and credit you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Scott</title>
		<link>http://www.brandonsavage.net/scaling-up-picking-the-right-setup/#comment-408</link>
		<dc:creator>Joseph Scott</dc:creator>
		<pubDate>Tue, 31 Mar 2009 16:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=277#comment-408</guid>
		<description>You skipped a section between owning your own hardware and EC2, renting dedicated servers.  There are lots of places that do this, like theplanet.com, layeredtech.com and cari.net (small sample of a long list).

Like buying your own servers, you have dedicated hardware, but without the capital expense that comes with outright purchasing.</description>
		<content:encoded><![CDATA[<p>You skipped a section between owning your own hardware and EC2, renting dedicated servers.  There are lots of places that do this, like theplanet.com, layeredtech.com and cari.net (small sample of a long list).</p>
<p>Like buying your own servers, you have dedicated hardware, but without the capital expense that comes with outright purchasing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Savage</title>
		<link>http://www.brandonsavage.net/scaling-up-picking-the-right-setup/#comment-400</link>
		<dc:creator>Brandon Savage</dc:creator>
		<pubDate>Mon, 30 Mar 2009 14:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=277#comment-400</guid>
		<description>Sebs you make a great point, and that would be a business decision that would need to be made. I&#039;m not focusing on the business case here, but on the various options that exist. Each situation is going to be different and for that, you have to figure out the expenses yourself.

In some cases, the addition of an Amazon web service (say, S3) might be a fantastic option for some people. If you host your images and large files on S3 you reduce the amount of processing the server has to do (and file read times), so that the web server can focus on things like processing PHP code and making database connections. I&#039;ve seen graphs that show when you move images off your server, the load can drop dramatically.

Each situation will be different. The above is a collection of the various options, but by no means advice or specific information that can be applied to each business case.</description>
		<content:encoded><![CDATA[<p>Sebs you make a great point, and that would be a business decision that would need to be made. I&#8217;m not focusing on the business case here, but on the various options that exist. Each situation is going to be different and for that, you have to figure out the expenses yourself.</p>
<p>In some cases, the addition of an Amazon web service (say, S3) might be a fantastic option for some people. If you host your images and large files on S3 you reduce the amount of processing the server has to do (and file read times), so that the web server can focus on things like processing PHP code and making database connections. I&#8217;ve seen graphs that show when you move images off your server, the load can drop dramatically.</p>
<p>Each situation will be different. The above is a collection of the various options, but by no means advice or specific information that can be applied to each business case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebs</title>
		<link>http://www.brandonsavage.net/scaling-up-picking-the-right-setup/#comment-399</link>
		<dc:creator>Sebs</dc:creator>
		<pubDate>Mon, 30 Mar 2009 14:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=277#comment-399</guid>
		<description>Hmm, did you ever calculate hosting stuff yourself vs. Amazon vs. CDN? 

It&#039;s better to know the break even (Amazon) or the max bandwidth you are using (CDN) to get to a point where you can decide whats the better solution.

From my point of vew the addition of amazon servers is a good thing if you are adding hardware for peaks (christmas business for example).

Sorry, it&#039;s not that simple. I need some numbers that proove your point ;)</description>
		<content:encoded><![CDATA[<p>Hmm, did you ever calculate hosting stuff yourself vs. Amazon vs. CDN? </p>
<p>It&#8217;s better to know the break even (Amazon) or the max bandwidth you are using (CDN) to get to a point where you can decide whats the better solution.</p>
<p>From my point of vew the addition of amazon servers is a good thing if you are adding hardware for peaks (christmas business for example).</p>
<p>Sorry, it&#8217;s not that simple. I need some numbers that proove your point ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 4/11 queries in 0.006 seconds using disk: basic
Content Delivery Network via Amazon Web Services: S3: files.brandonsavage.net.s3.amazonaws.com

Served from: www.brandonsavage.net @ 2012-02-07 04:38:33 -->
