I am struggling while handling sessions in GAE. I am trying to store a two classes and a string in session. Although on DEV environment it runs fine, on production a class and a string are not being p
(Please note that this question and some of the answers are old) I want to use an existing python framework to develop an application on google appengine.
I would like to roll my own login system for my python Google App Engine application (rather than using Google\'s users api).
I have a quite simple database query: Query q = new Query(\"person\"); q.addFilter(\"name\", Query.FilterOperator.EQUAL, req.getParameter(\"n\"));
I can debug my application in Eclipse without running a开发者_JS百科ny backends just fine. Now I want to debug my application with the backends enabled.
I\'m using python GAE with webapp. I have a form for a user to create a object in the database, something like:
Has anyone used Google App Engine with a HPC application? is it possible to do p开发者_如何学运维arallelism? You can do parallelism (at least in theory) using java + threads, but how many threads can
we use the appengine-web.xml file to store global config dataas system properties (like the location of various development servers we need to communicate with). These properties are not available whe
Ho to use memcache get_multi_async. Doc says it returns \"dictionary\" of values. http://code.google.com/appengine/docs/python/memcache/clientclass.html#Client_get_multi_async
I\'ve been playing with Go and GAE using GoClipse for a bit now on my Mac (since they won\'t run on Windows). Recently I noticed that when I goinstall a package from github it had some problems workin