Loading...
image
In the second part of my series about cloud hosting I'm going to be taking a look at the relatively new Google App Engine to see what advantages it has to offer to developers and businesses!

Ongoing Projects

Microcyte Content Management System
Snatch (Mac OS X)
Snatch is a website scraping tool which can be used to retrieve links, images and email addresses from a given webpage and linked pages.
image
Distribution (Mac OS X)
Distributions is a mailing list management tool for Mac OS X. It features support for Multiple Classifications and some CRM functions.
image
??? (Mac OS X)
This is a new project I am working on for OS X (leopard). more soon!
image

Opinions & Views

image Previous | Next image

A quick thanks to everyone who helped with or attended my wedding as a guest at the weekend!
A look at Amazon's EC2 and S3 cloud hosting services
In this article I'll be taking a look at Google's entry to the Cloud Hosting arena
You may already have heard of Cloud Computing, Cloud Hosting is an exciting extension of this relatively new area.
I'm now back online after an outage in America caused my Hosting Provider some downtime.
Recently I had to convert a shed load on WMA's to work with iTunes on a Mac, heres how I did it at no cost.
As I work towards the 2.0 release of MicroCyte I wonder whether I should scrap XML/static files in favor of a database?
I've recently had the opportunity make extensive use of a 24" iMac 2.8Ghz, here's what I thought!
Recently I went to see Nizlopi perform at the Norwich arts centre, here's what I thought
MicroCyte has been released! head on over to microcyte.co.uk to checkout the demo and download your copy!
Very soon Firefox 3 will be released. This update will mean support for Microcyte CMS.
Regulars may have noticed that the site has been quiet for the last few days, click through to find out why!
In the last couple of days I've implemented a comments plugin for my Microcyte CMS
In Part 3 of building a DAL in Classic ASP I look at how I implemented my Dynamic SQL module to fulfull my DAL requirements
In part 2 of building a DAL in Classic ASP I look at how to create a functional Dynamic SQL module.
Classic ASP is not known for its rich data access tools, so I look at how you can build a strong Data Access Layer.
Are there compelling reasons for an old school scripting house to move to a new fangled framework?
After 9 months of work, the W3C has published the first working draft of HTML 5.
E-shots can help drive targeted traffic to your website, but how do you avoid making them look like SPAM?
A/B testing can be used to dramically increase conversions on your e-commerce site. Here is basic overview.
In the final part of 'how websites get hacked' I'm going to look at Social Engineering, the non technical hack.
In part 2 of 'how sites get hacked' we look at XSS and SQL Injection

Google App Engine

Google App Engine is primarily a cloud hosting environment from google, but it is also a lot of other things. When Google first announced Google App Engine (GAE) it was aiming the service primerily at developers. The screencasts for GAE focus on the technical advantages of using App Engine, Including:
  • Access to homegrown google API's including storage, authentication, templating and other google technologies
  • Lack of costs for low level traffic and processing requirements, essentially its free for low bandwidth applications!
  • Ease of deployment, develop your entire application locally and then deploy to the live domain with one click
  • Performance and bandwidth scalability, you application will never run out of storage, bog down in performance or run out of bandwidth because the infrastructure scales with the requirements of the application
So how well do these requirements work out in practice?
Its always very nice to have access to mature, well thought-out and highly featured API's such as the ones Google has built in to App Engine, and as such these are a real strength of the platform. The only problem is that the platform only runs code written in the Python language which is not exactly known as one the common choices for web development!
 
Free hosting is also good, that is, until you go over the non-free limit and Google start charging you! What happens if your application gets Dugg and you end up with a large unexpected bandwidth bill from Google. Thankfully Google does provide a way to turn off your applications and also provides some reporting data so you can keep tabs on your usage. I don't think there is any way at present to set your own limits and budgets though which would be a great feature to have.
 
Google do provide a full featured SDK and development tools which make developing locally very easy (if you can get your head around Python), and deploying to the live hosting is more or less one click. This is an area that Google appear to have got right.
 
Performance should be a no brainer here, its pretty much the main selling point of the service. A number of third party public load tests shows that it works as advertised scaling well with traffic levels and never seeming laggy or bogged down. In all, this is another win for Google.
 
Conclusion
At the moment Google App Engine is a developers toy. It seems to be mainly intended for developers to use as a playground and come up with interesting applications built around Google's APIs. Lack of supported runtimes for more common scripting languages is a big handicap for the service and will keep all but the most curious away. Apart from that, lack of account controls will also pose problems for businesses who are looking to tightly control their outgoings and hosting expenses.
 
In the main, if you are a technical developer looking for a feature packed and highly scalable service to try out your new killer idea then App Engine is worth considering. But if you are looking for flexibility and something which helps just 'get the job done' then you might be as well to look elsewhere at the moment.
 
Next week we'll take a look at Amazon's EC2 and S3 cloud computing services.
Title
Alias
Comment