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 ...
-1
votes
1answer
63 views
How can I extend my google appengine application to run a windows executable? [closed]
I've got a simple webapp running on Google App Engine (python). I want to extend the functionality of my my webapp and this requires running a Windows executable on a user uploaded JPG file.
This ...
2
votes
3answers
109 views
Can't sign into Google account from Eclipse
I can't sign into my Google account when I am trying to deploy my app to Google App Engine via Eclipse.
Missing required parameter: client_id
How can I solve that?
1
vote
1answer
144 views
Accessing HTTP server via Hamachi
I have two computers running Windows 7 Professional. Each is on a different network using NAT. Both are joined to the same Hamachi mesh network. Both machines can ping the other and browse the ...
0
votes
1answer
258 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
32 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 ...
9
votes
5answers
2k 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 ...
2
votes
1answer
1k 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
596 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
686 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 ...