Hi, On Fri, Jan 22, 2010 at 12:31 AM, tiburondude < [email protected]> 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 the > datastore. Will this work? > Yes, this should work fine. > > 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? > This should also work fine. -Nick Johnson > > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 -- 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.
