Hidden limitations of Google App Engine?
Posted
by Kyle Cronin
on Stack Overflow
See other posts from Stack Overflow
or by Kyle Cronin
Published on 2009-02-19T15:56:21Z
Indexed on
2010/06/18
11:03 UTC
Read the original article
Hit count: 252
I've been looking into writing a web app that will run on Google App Engine, but before I commit myself to the platform I'd like to know what, if any, limitations there are. I'm aware of the basic CPU/bandwidth restrictions that Google places on the free service, but I'm wondering more about development restrictions like how BigTable compares to a standard relational database and what Python libraries aren't available on the GAE platform (and what alternatives Google provides).
Basically I'm looking for any hidden roadblocks before I commit to the platform. Thanks for your help!
© Stack Overflow or respective owner