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
urlfetch for 16 parrallel http calls, then join the results and output
to the browser.  Let's say each call takes 300 milliseconds and the
joining/parsing of the results takes 500 milliseconds or less.  The
total http request would take 800 milliseconds to process.  Will this
work?

Thanks,
David

-- 
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.

Reply via email to