On Sun, May 22, 2011 at 6:06 AM, moxa <[email protected]> wrote: > [ ... a number of other comments ... ]
Seems like you're making a lot of assumptions in those comments. > As for requests that have latency more than 1s these should be optimized or > put in the backend because > they destroy frontend scalability. When stating this, it needs to be clarified: Latent requests destroy scalability *on appengine*. Highly multithreaded appservers and asynchronous appservers have few-to-no problems with latent requests. It may be the case that GAE's threaded Java system also can handle high amounts of latency. This will require some testing which probably makes more sense to do after the scheduler changes are made. Jeff -- 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.
