Tagged Questions

Google App Engine is a cloud computing technology for hosting web applications in Google-managed data centers. Google App Engine lets you run your web applications on Google's infrastructure; applications are easy to build, easy to maintain, and easy to scale as your traffic and data storage needs ...

learn more… | top users | synonyms

0
votes
1answer
132 views

Installing Google App Engine on Ubuntu 2011.04 Natty Narwhal

I get this error when running dev_appserver.py just after installing GAE on Ubuntu 2011.04: Traceback (most recent call last): File "dev_appserver.py", line 77, in <module> ...
1
vote
0answers
31 views

Connections problems while some activities - xChat, GAE - on Ubuntu

I have very annoying problem with a connection. When I browse Internet using for example - firefox - there are no problems, but if I try to connect to any server - it just can't be done - I have ...
6
votes
5answers
1k views

How to simulate slow internet connection

I currently deploy with GAE (google app engine) and I try to implement some AJAX validation. So I got a couple text-fields and "spinners" (ajax loaders) which should be displayed when an AJAX request ...
1
vote
1answer
781 views

How to connect to Google App Engine server in internal network iMac?

I have 3 iMacs and a Windows machine on my home network, all connected via an Airport Extreme router. I'm developing Google App Engine applications locally on one of the iMacs, and can view ...
2
votes
0answers
542 views

Do you know of any alternative to “Google App Engine”? [closed]

On their presentation of "Google App Engine" Google team members boldly said: "You write a code and we will run it for you". Then the "Google App Engine" was launched and it still does its job quite ...
4
votes
3answers
601 views

How can computer clouds charge me for CPU usage?

I’m considering moving my blog to either MS Azure or Google App Engine, using either an ASP.NET or Python blogging engine, but I can’t understand how they will charge me for CPU usage. The bandwidth ...
1
vote
2answers
78 views

Unable to understand a line in Google CodePreview's README

The README is in Google's codepreview which uses Google-appengine. To run the app locally (e.g. for testing), download the Google App Engine SDK from ...