royleban | Shared With: Everyone - Oct 28 2008 | django, middleware, python, app engine
royleban | Shared With: Everyone - Oct 13 2008 | app engine, google, blogs, puzzazz
royleban | Shared With: Everyone - Sep 22 2008 | python, google, app engine, Amazon, S3, hosted services
Quoted: Baltic-avenue is an open source clone of the Amazon S3 REST API that runs on Google App Engine
This project allows you to host a "private instance of S3" on top of Google's infrastructure (big table, etc), leveraging existing client S3 libraries and applications - no need to reinvent the wheel.
royleban | Shared With: Everyone - Sep 21 2008 | google, cron, services, app engineQuoted: Emulating a long-running process (and a scheduler) in Google App Engine
As previously described, Google App Engine (GAE) doesn’t support long running processes. Each process lives in the context of an HTTP request handler and needs to complete within a few seconds. If you’re trying to get extra CPU cycles for some task then Amazon EC2, not GAE, is the right tool (including the option to get high-CPU instances for the CPU-intensive tasks).
royleban | Shared With: Everyone - Sep 20 2008 | google, app engine
How to identify the current app engine host -- useful if you need to do something on a per-server basis
Quoted: How to identify current host?
There's a very interesting file that should be unique for every server:>>> open('/base/python_dist/search.config').read()
'datapath .\nsorttempdir .\ndisk /export/hdc3/borgletdata/dirs/prod-appengine.\
mpm_python_dist_v12.apphosting.77627982/bigfiledata/466024'
royleban | Shared With: Everyone - Sep 15 2008 | app engine, python, django
royleban | Shared With: Everyone - Sep 08 2008 | development, javascript, python, django, app engine
royleban | Shared With: Everyone - Sep 01 2008 | Google, App Engine
Related Content from Around Faves
app engine
-
Super simple deferred function calls in App Engine
2 FaversViewed: 2 Times - mike - Sep 11 20091 FaverViewed: 7 Times
- tomfakes - Jun 17 20091 FaverViewed: 3 Times

