Re: [google-appengine] Re: Thread Support on GAE

2012-10-22 Thread Andrew Jessup
For reference, we announced background threads for Python and Java in the 1.6.4 release, which allows for a process that can outlive the request that triggered it. https://developers.google.com/appengine/docs/python/backends/overview#background_threads

[google-appengine] Re: Thread Support on GAE

2010-10-22 Thread MasterGaurav
Hi David, I assume you are referring to Background servers capable of running for longer than 30s item at http://code.google.com/appengine/docs/roadmap.html If that's the case, it's very different from the threading support. -- Happy Hacking, Gaurav Vaish http://www.mastergaurav.com On Oct

Re: [google-appengine] Re: Thread Support on GAE

2010-10-22 Thread Robert Kluin
I doubt they are going to support 'threads.' You can do basically everything you asked for using the task queue now though. Robert On Fri, Oct 22, 2010 at 08:16, MasterGaurav gaurav.va...@gmail.com wrote: Hi David, I assume you are referring to Background servers capable of running