I am adding some background work to my web2py GAE app with the deferred library: http://code.google.com/appengine/articles/deferred.html
As the article suggests I have added this to app.yaml: - url: /_ah/queue/deferred script: $PYTHON_LIB/google/appengine/ext/deferred/deferred.py login: admin The article also says "You can't call a method in the request handler module" - what does that correspond to in web2py? Any other advice about using Deferred / Task Queues through web2py would be welcome. Richard -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.