I did some performance testing on the new high performance image serving that uses getServingUrl.
If anyones interested I wrote about it here: http://www.answercow.com/q/304002/app-engines-high-performance-image-serving-system On Aug 18, 11:45 am, Spines <[email protected]> wrote: > Thank you App Engine Team! I had been struggling with how I would get > a decent solution for displaying lots of thumbnail images on one page, > and with this release and the getServingUrl function, it seems like my > problems are solved! > > On Aug 17, 2:19 pm, "Ikai L (Google)" <[email protected]> wrote: > > > > > Hey guys, > > > This is just a heads up that App Engine SDK version 1.3.6 is officially > > released! Read more about it here: > > >http://googleappengine.blogspot.com/2010/08/multi-tenancy-support-hig... > > > Release notes are below: > > > Java 1.3.6 > > > - Multitenancy is now supported in the datastore, allowing better > > compartmentalization of user data. > > - Automatic image thumbnailing is now available in the Images API using > > getServingUrl. > > - Users can now serve custom static error pages for over_quota, > > dos_api_denial and default cases. > > - Results of datastore count() queries and offsets for all datastore > > queries are no longer capped at 1000. > > - Added a pause queue button to the task queue details page in the Admin > > Console. > > - Historical graphs have been added to all of the dashboard graphs in the > > Admin Console. > > - Content-range headers are supported on Blobstore downloads. > > - New method to allocate datastore ids in a given range: > > allocateIdRange() > > - The app.yaml format is supported with Java applications. > > - Increased several rate limited quotas for free applications. > > - Fixed an issue that did not allow forms of over 200,000 bytes to be > > submitted. > > -http://code.google.com/p/googleappengine/issues/detail?id=1608 > > > Python 1.3.6 > > > - Multitenancy is now supported in the datastore, allowing better > > compartmentalization of user data. > > - Automatic image thumbnailing is now available in the Images API using > > get_serving_url(). > > - Users can now serve custom static error pages for over_quota, > > dos_api_denial and default cases. > > - Results of datastore count() queries and offsets for all datastore > > queries are no longer capped at 1000. > > - Added a pause queue button to the task queue details page in the Admin > > Console. > > - Historical graphs have been added to all of the dashboard graphs in the > > Admin Console. > > - Content-range headers are supported on Blobstore downloads. > > - Remote API now supports the Blobstore API. > > - New method to allocate datastore ids in a given range: > > db.allocate_id_range(). > > - New db method is_in_transaction() determines if a transaction is still > > open. > > - Increased several rate limited quotas for free applications. > > - Fixed an issue in db.py where unindexed property lists for > > user-specified property names were ignored. > > - Fixed an issue where the task queue uses local time instead of UTC time > > to compute job ETA. > > -http://code.google.com/p/googleappengine/issues/detail?id=2508 > > - Fixed an issue in the SDK with datastore cursors being too large. > > -http://code.google.com/p/googleappengine/issues/detail?id=3152 > > > -- > > Ikai Lan > > Developer Programs Engineer, Google App Engine > > Blog:http://googleappengine.blogspot.com > > Twitter:http://twitter.com/app_engine > > Reddit:http://www.reddit.com/r/appengine -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
