The Problem with and Solution to Google's App Engine
I know everyone is all aglow with the
new web development offering from Google, but let me do the unpopular thing and put
some things into perspective: there are limitations.
In fact, the limitations that exist will prevent me from using App Engine with all of my projects, save one (that one being a very simple web site). First, the limitations that prevent me from using App Engine (from
one of their FAQs):
- Sockets are disabled with Google App Engine
- The system does not allow you to invoke subprocesses, as a result some os module methods are disabled
- Threading is not available
This means that I can't write a deferred wrapper for their data layer, I can't use Twisted for such things as XML-RPC or
AMP-based
communications, and I can't use an async templating system (like
Nevow). I'm stuck with CGI and blocking code. And for all but the simplest projects, that's a big "No Thank You" from me.
This doesn't mean that I won't use it -- I will. I have one project that this will be perfect for... but it's for someone else, not me.
However, these limitations are actually good news :-) Here's the silver lining:
As Glyph as alluded to in his
recent blog post (and in
our tweets), we've recently completed a massive week-long BizDev Divmod sprint in Boston. One of the results of this is based on community feedback we've had over the last year, and which culminated at PyCon 2008 in Chicago with multiple requests for particular services from
The Twisted Company. That result is a set of tools, features, and management options folks will be able to use with
our software (app server, smart object db, network services, etc.). People really want to start using our stuff in cloud/grid computing environments. They need support for multiple and diverse network services, inter-store communications, massive deployments, etc. Two months before PyCon, we started working on tickets to support this, and we're making excellent progress toward providing the requested features.
We're still unclear as to which parts of this will be open source, as that will be driven by a combination of business and community demand. Regardless, Google's lack of support for this stuff has (for now) left the field wide open for us. And that, folks, is a big "Thank You Google!" :-)
<!-- technorati tags start -->
Technorati Tags: business, community, divmod, google, grid, mantissa, networking, nevow, cloud, pycon, python, services, software<!-- technorati tags end -->
Syndicated 2008-04-08 19:56:00 (Updated 2008-04-10 04:36:41) from Duncan McGreggor