Re: [google-appengine] Are there any limitations for asynchronous urlfetch for app engine for python?

2010-01-22 Thread Nick Johnson (Google)
Hi, On Fri, Jan 22, 2010 at 12:31 AM, tiburondude < david.jonathan.nel...@gmail.com> wrote: > Let's say I want to build an app that for each http request a task is > placed in the task queue. This task does 16 parrallel http calls per > run, and is run constantly, writing results to memcache and

[google-appengine] Are there any limitations for asynchronous urlfetch for app engine for python?

2010-01-21 Thread tiburondude
Let's say I want to build an app that for each http request a task is placed in the task queue. This task does 16 parrallel http calls per run, and is run constantly, writing results to memcache and the datastore. Will this work? Another use case. Let's say an http request comes in and I do a u