The Problem with and Solution to Google's App Engine
Posted on April 08, 2008 by oubiwann

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 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!" :-)
Author | oubiwann |
---|---|
Date | April 08, 2008 |
Time | 14:56:08 |
Category | |
Tags | business cloud community concurrency distributed systems divmod google grid mantissa networking nevow pycon python services software |
Line Count | 1 |
Word Count | 407 |
Character Count | 3044 |
Comments?
This blog doesn't use standard (embedded) comments; however, since
the site is hosted on Github, if there is
something you'd like to share, please do so by
opening a
"comment" ticket!