Not sure that response times from app engine are that nippy compared to a 'proper' CDN.
What would be cool would automatically distributing images via google's image serving CDN. You can use the get_serving_url method in app engine to return a CDN enabled url for any image in the blobstore. Its super fast and allows dynamic image resizing.
7 comments
[ 3.2 ms ] story [ 19.9 ms ] threadNot sure that response times from app engine are that nippy compared to a 'proper' CDN.
What would be cool would automatically distributing images via google's image serving CDN. You can use the get_serving_url method in app engine to return a CDN enabled url for any image in the blobstore. Its super fast and allows dynamic image resizing.
http://code.google.com/appengine/docs/python/datastore/model...
discussion on efficiency difference of get vs fetch:
http://groups.google.com/group/google-appengine/browse_threa...
http://github.com/silas/gaem
http://github.com/viatropos/queuable
This one sends a request to Heroku as often as once a minute, to avoid paying for Heroku workers.
http://heroku.com/pricing