Great job and many thanks! These 3 update are very useful for me: Task Queue support available as google.appengine.api.labs.taskqueue. Django 1.0 support. You must install Django locally on your machine for the SDK but no longer need to upload it to App Engine. Urlfetch supports asynchronous requests.
2009/6/19 Jason (Google) <[email protected]> > > A new release of the Python SDK was made available earlier today. In > addition to oft-requested support for Django 1.0 and asynchronous URL > Fetch, this release introduces the experimental Task Queue API, which > allows you to perform offline processing on App Engine by scheduling > bundles of work (tasks) for automatic execution in the background > without having to worry about managing threads or polling. > > You can download the newest SDK directly from the Downloads page at > http://code.google.com/appengine/downloads.html. > > Check out the official blog post, release notes, and documentation for > more on the newest features of the SDK. And, as always, please feel > free to share your questions, suggestions, and comments on the group. > > > http://googleappengine.blogspot.com/2009/06/new-task-queue-api-on-google-app-engine.html > http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes > http://code.google.com/appengine/docs/python/taskqueue/ > > Cheers! > - Jason > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
