<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Vince Bonfanti&apos;s Weblog - Cloud Computing</title>
			<link>http://blog.newatlanta.com/index.cfm</link>
			<description></description>
			<language>en-us</language>
			<pubDate>Wed, 08 Sep 2010 23:49:23 -0400</pubDate>
			<lastBuildDate>Thu, 04 Jun 2009 11:20:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>vince@newatlanta.com</managingEditor>
			<webMaster>vince@newatlanta.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>vince@newatlanta.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			<itunes:image href="" />
			<image>
				<url></url>
				<title>Vince Bonfanti&apos;s Weblog</title>
				<link>http://blog.newatlanta.com/index.cfm</link>
			</image>
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>Google App Engine is the coolest thing since Java Servlets</title>
				<link>http://blog.newatlanta.com/index.cfm/2009/6/4/Google-App-Engine-is-the-coolest-thing-since-Java-Servlets</link>
				<description>
				
				Imagine an &quot;infinite computer&quot; with the following characteristics:
&lt;ul&gt;
&lt;li&gt;unlimited processing capacity, memory, and bandwidth to be able to handle any traffic load&lt;/li&gt;
&lt;li&gt;unlimited database storage capacity&lt;/li&gt;
&lt;li&gt;100% reliability -- it never fails&lt;/li&gt;
&lt;/ul&gt;
What would the benefits of such a computer be? Consider that:
&lt;ul&gt;
&lt;li&gt;you&apos;d never have to purchase, maintain, or upgrade any hardware ever again&lt;/li&gt;
&lt;li&gt;you&apos;d never have to purchase, patch, or upgrade any operating system or database software ever again&lt;/li&gt;
&lt;li&gt;you&apos;d never have to worry about capacity planning and scalability, about having enough servers to handle peak traffic loads (servers that sit idle at other times, wasting your money)&lt;/li&gt;
&lt;li&gt;you&apos;d never have to worry about clustering and fail-over protection&lt;/li&gt;
&lt;li&gt;you&apos;d never have to worry about backups or recovery of your server or database&lt;/li&gt;
&lt;/ul&gt;
Now, imagine that this computer is free to use to get started, and that after you exceed the free quotas you only pay for the resources--CPU time, bandwidth, stored data--that you actually use? Think of all the money you could save on capital (hardware) costs, and on personnel to manage and maintain your infrastructure.

Such a computer actually exists--today, right now--it&apos;s called &lt;a href=&apos;http://code.google.com/appengine/&apos; target=&apos;_blank&apos;&gt;Google App Engine&lt;/a&gt;.

&lt;b&gt;Google App Engine (GAE) is the most exciting new web application server technology since the Java Servlet API was introduced in 1997.&lt;/b&gt; To emphasize the significance of that statement, consider that New Atlanta has been built around the Java Servlet API, which has been the core technology of our company&apos;s products for the past twelve years.

Other cloud computing offerings, such as &lt;a href=&apos;http://aws.amazon.com/ec2/&apos; target=&apos;_blank&apos;&gt;Amazon EC2&lt;/a&gt;, implement only an intermediate level of virtualization. With Amazon EC2 you&apos;re still worried about &quot;machines&quot;, only now they&apos;re virtual machines instead of physical machines. You want scalability? figure out how many virtual machines you need. You want reliability? configure a virtual machine cluster, and make sure they&apos;re in different physical data centers (Amazon calls them Availability Zones). And don&apos;t forget to apply the latest patches to your operating system and database software--and plan for upgrades when the next versions are released.

Yes, there are benefits to Amazon EC2 and other virtual machine (VM)-based offerings over existing physical environments. Also, because they are conceptually similar to the current physical model, and because they allow you to run existing software unmodified (assuming your software vendors have figured out appropriate licensing models), they make possible an easy migration to a cloud computing environment. However, I can&apos;t help but view VM-based solutions as being merely transitional steps on the way to GAE-like models--including Microsoft&apos;s &lt;a href=&apos;http://www.microsoft.com/azure/windowsazure.mspx&apos; target=&apos;_blank&apos;&gt;Windows Azure&lt;/a&gt;--where the proper unit of virtualization is your web application.

Now, imagine that you could deploy ColdFusion (CFML) applications on top of the Google App Engine &quot;infinite computer&quot;...
				
				</description>
						
				
				<category>Cloud Computing</category>				
				
				<pubDate>Thu, 04 Jun 2009 11:20:00 -0400</pubDate>
				<guid>http://blog.newatlanta.com/index.cfm/2009/6/4/Google-App-Engine-is-the-coolest-thing-since-Java-Servlets</guid>
				
			</item>
			
		 	
			</channel></rss>