Where Google AppEngine beats AWS
adamfisk.wordpress.com
Where Google AppEngine beats AWS
1–5 of 5 posts
Re: Where Google AppEngine beats AWS
#2The problem with GAE as many have pointed out is being locked-in to the GAE architecture. I'm betting on open source systems built on top of AWS, specifically scalr. Can anyone comment on their experiences with scalr?
Re: Where Google AppEngine beats AWS
#3Re: Where Google AppEngine beats AWS
#4One killer for me is that GAE doesn't support running scripts outside of web requests. Webapps need cronjobs to do things like sync or cleanup data, populate news feeds, perform analytics etc.
Re: Where Google AppEngine beats AWS
#5One killer for me is that GAE doesn't support running scripts outside of web requests. Webapps need cronjobs to do things like sync or cleanup data, populate news feeds, perform analytics etc.
Look at it this way, most batch jobs are prompted by a need to either import or export data; which is perfectly doable with GAE by having URLs for loading and reporting.
If you need to load gigabytes of data and run hours long procedures on it, GAE is the wrong tool.