<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: By the numbers: How Google Compute Engine stacks up to Amazon EC2</title>
	<atom:link href="http://gigaom.com/2013/03/15/by-the-numbers-how-google-compute-engine-stacks-up-to-amazon-ec2/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com/2013/03/15/by-the-numbers-how-google-compute-engine-stacks-up-to-amazon-ec2/</link>
	<description></description>
	<lastBuildDate>Tue, 18 Jun 2013 05:06:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: alex</title>
		<link>http://gigaom.com/2013/03/15/by-the-numbers-how-google-compute-engine-stacks-up-to-amazon-ec2/#comment-1337363</link>
		<dc:creator><![CDATA[alex]]></dc:creator>
		<pubDate>Wed, 15 May 2013 21:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=620328#comment-1337363</guid>
		<description><![CDATA[Depends on who you are leaning on for multi cloud management capabilities. RightScale was born in 2006 pre EC2 and they have deployed somewhere in the ballpark of 6 million instances. Their Professional Services has a concentration on HA/DR and multi cloud management. Successful deployed multi cloud including DB countless time. 
Its feasible and doable just need the right resources to deploy a resilient architecture.]]></description>
		<content:encoded><![CDATA[<p>Depends on who you are leaning on for multi cloud management capabilities. RightScale was born in 2006 pre EC2 and they have deployed somewhere in the ballpark of 6 million instances. Their Professional Services has a concentration on HA/DR and multi cloud management. Successful deployed multi cloud including DB countless time.<br />
Its feasible and doable just need the right resources to deploy a resilient architecture.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebastianstadil</title>
		<link>http://gigaom.com/2013/03/15/by-the-numbers-how-google-compute-engine-stacks-up-to-amazon-ec2/#comment-1336285</link>
		<dc:creator><![CDATA[sebastianstadil]]></dc:creator>
		<pubDate>Tue, 14 May 2013 02:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=620328#comment-1336285</guid>
		<description><![CDATA[Quick update–

Following this post, we’ve been working with many parties in coming up with benchmarks that are more representative of real world use cases, and more accurate measurements.

In preliminary results we’ve obtained, it seems like the performance difference is less than we initially measured: AWS turns out faster in many cases.

Stay tuned for some updated results!]]></description>
		<content:encoded><![CDATA[<p>Quick update–</p>
<p>Following this post, we’ve been working with many parties in coming up with benchmarks that are more representative of real world use cases, and more accurate measurements.</p>
<p>In preliminary results we’ve obtained, it seems like the performance difference is less than we initially measured: AWS turns out faster in many cases.</p>
<p>Stay tuned for some updated results!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://gigaom.com/2013/03/15/by-the-numbers-how-google-compute-engine-stacks-up-to-amazon-ec2/#comment-1332661</link>
		<dc:creator><![CDATA[Pete]]></dc:creator>
		<pubDate>Mon, 29 Apr 2013 20:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=620328#comment-1332661</guid>
		<description><![CDATA[I was under the impression that dark fiber is fiber that was laid and then never used. There was a large build out of fiber at one time and a lot of that went dark.]]></description>
		<content:encoded><![CDATA[<p>I was under the impression that dark fiber is fiber that was laid and then never used. There was a large build out of fiber at one time and a lot of that went dark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shadowempire</title>
		<link>http://gigaom.com/2013/03/15/by-the-numbers-how-google-compute-engine-stacks-up-to-amazon-ec2/#comment-1331456</link>
		<dc:creator><![CDATA[shadowempire]]></dc:creator>
		<pubDate>Wed, 24 Apr 2013 16:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=620328#comment-1331456</guid>
		<description><![CDATA[Is it really fair to compare performance numbers with GCE which is in Beta and had limited customers to AWS which servers hundreds of thousands of customers?]]></description>
		<content:encoded><![CDATA[<p>Is it really fair to compare performance numbers with GCE which is in Beta and had limited customers to AWS which servers hundreds of thousands of customers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terrance</title>
		<link>http://gigaom.com/2013/03/15/by-the-numbers-how-google-compute-engine-stacks-up-to-amazon-ec2/#comment-1323921</link>
		<dc:creator><![CDATA[Terrance]]></dc:creator>
		<pubDate>Thu, 28 Mar 2013 16:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=620328#comment-1323921</guid>
		<description><![CDATA[Since Cassandra is a masterless data store ( nodes know which nodes are responsible for what data ) the node that receives the initial request can proxy the request to the other datacenter. Since any node can accept writes for other nodes and they are based off of time stamps the merging of data based on time stamps and the ability for many nodes to receive a write request allows for better through put. Unlike in mysql which is basically a single thread per a database and a single receiver to process the requests in order, Cassandra allows replication to be processed by many nodes and in parallel. 

http://www.youtube.com/watch?v=u7nHyzFHqMA is a good video about the cassandra partioning and replication.]]></description>
		<content:encoded><![CDATA[<p>Since Cassandra is a masterless data store ( nodes know which nodes are responsible for what data ) the node that receives the initial request can proxy the request to the other datacenter. Since any node can accept writes for other nodes and they are based off of time stamps the merging of data based on time stamps and the ability for many nodes to receive a write request allows for better through put. Unlike in mysql which is basically a single thread per a database and a single receiver to process the requests in order, Cassandra allows replication to be processed by many nodes and in parallel. </p>
<p><a href="http://www.youtube.com/watch?v=u7nHyzFHqMA" rel="nofollow">http://www.youtube.com/watch?v=u7nHyzFHqMA</a> is a good video about the cassandra partioning and replication.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Marshall</title>
		<link>http://gigaom.com/2013/03/15/by-the-numbers-how-google-compute-engine-stacks-up-to-amazon-ec2/#comment-1323617</link>
		<dc:creator><![CDATA[Andrew Marshall]]></dc:creator>
		<pubDate>Wed, 27 Mar 2013 14:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=620328#comment-1323617</guid>
		<description><![CDATA[Interesting stuff. It appears that Google Compute rivals Amazon pretty well. I&#039;ve heard, though, that Interoute&#039;s VDC&#039;s equivalent is three times faster.

See http://www.interoute.com/vdc]]></description>
		<content:encoded><![CDATA[<p>Interesting stuff. It appears that Google Compute rivals Amazon pretty well. I&#8217;ve heard, though, that Interoute&#8217;s VDC&#8217;s equivalent is three times faster.</p>
<p>See <a href="http://www.interoute.com/vdc" rel="nofollow">http://www.interoute.com/vdc</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian Stadil</title>
		<link>http://gigaom.com/2013/03/15/by-the-numbers-how-google-compute-engine-stacks-up-to-amazon-ec2/#comment-1322338</link>
		<dc:creator><![CDATA[Sebastian Stadil]]></dc:creator>
		<pubDate>Fri, 22 Mar 2013 03:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=620328#comment-1322338</guid>
		<description><![CDATA[We&#039;ll be providing an update shortly, and the AWS team is being very helpful.]]></description>
		<content:encoded><![CDATA[<p>We&#8217;ll be providing an update shortly, and the AWS team is being very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dermot</title>
		<link>http://gigaom.com/2013/03/15/by-the-numbers-how-google-compute-engine-stacks-up-to-amazon-ec2/#comment-1322034</link>
		<dc:creator><![CDATA[dermot]]></dc:creator>
		<pubDate>Thu, 21 Mar 2013 13:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=620328#comment-1322034</guid>
		<description><![CDATA[Re. &quot;Fast Boot&quot;

We don’t know what sort of sorcery Google does here, but they clearly demonstrate engineering prowess. That’s 4-10x faster.

The speed of light is still the same the Googleverse so no sorcery - just some (currently) secret sauce. I can think of two possibilities:
GCE is taking an already booted VM, reconfiguring network and allocating to you. 
Alternatively they could be configuring VM with incredible CPU speed / cores initially which gets throttled back invisibly as boot nears completion.
Either way - nice!

Any Googlers want to comment?]]></description>
		<content:encoded><![CDATA[<p>Re. &#8220;Fast Boot&#8221;</p>
<p>We don’t know what sort of sorcery Google does here, but they clearly demonstrate engineering prowess. That’s 4-10x faster.</p>
<p>The speed of light is still the same the Googleverse so no sorcery &#8211; just some (currently) secret sauce. I can think of two possibilities:<br />
GCE is taking an already booted VM, reconfiguring network and allocating to you.<br />
Alternatively they could be configuring VM with incredible CPU speed / cores initially which gets throttled back invisibly as boot nears completion.<br />
Either way &#8211; nice!</p>
<p>Any Googlers want to comment?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doc Dawning</title>
		<link>http://gigaom.com/2013/03/15/by-the-numbers-how-google-compute-engine-stacks-up-to-amazon-ec2/#comment-1321318</link>
		<dc:creator><![CDATA[Doc Dawning]]></dc:creator>
		<pubDate>Tue, 19 Mar 2013 18:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=620328#comment-1321318</guid>
		<description><![CDATA[Gee, I didn&#039;t even realize Google had something like this up and running.. AND I even care about these sorts of things. I&#039;m a long time lover of Google, but it feels like they&#039;re losing something lately? Maybe just a valley, with a fresh peak on the way.. I use EC2 a fair bit. I think it&#039;s overly complicated for my use cases and kind of expensive, though once I decided to commit to a Reserved Instance, I stopped caring about price.]]></description>
		<content:encoded><![CDATA[<p>Gee, I didn&#8217;t even realize Google had something like this up and running.. AND I even care about these sorts of things. I&#8217;m a long time lover of Google, but it feels like they&#8217;re losing something lately? Maybe just a valley, with a fresh peak on the way.. I use EC2 a fair bit. I think it&#8217;s overly complicated for my use cases and kind of expensive, though once I decided to commit to a Reserved Instance, I stopped caring about price.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: itoctopus</title>
		<link>http://gigaom.com/2013/03/15/by-the-numbers-how-google-compute-engine-stacks-up-to-amazon-ec2/#comment-1321256</link>
		<dc:creator><![CDATA[itoctopus]]></dc:creator>
		<pubDate>Tue, 19 Mar 2013 15:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://gigaom.com/?p=620328#comment-1321256</guid>
		<description><![CDATA[Apparently, Google&#039;s services are not aimed for very advanced system engineers/administrator (whatever you want to call them). Many of our customers use AWS, none so far uses Google Compute. Let&#039;s see if that changes in the next few months...]]></description>
		<content:encoded><![CDATA[<p>Apparently, Google&#8217;s services are not aimed for very advanced system engineers/administrator (whatever you want to call them). Many of our customers use AWS, none so far uses Google Compute. Let&#8217;s see if that changes in the next few months&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
