Yeah I'd suspect reducing the number of instances and increasing the min-pending latency to hurt and app's performance quite a lot. App Engine instances don't generally handle many QPS, even for fast apps. And the latency probably does matter for a lot of people. I think Google actually published some analysis on that and found a few hundred ms makes a big difference.
Robert On Tue, Sep 6, 2011 at 04:08, Raymond C. <[email protected]> wrote: > Oh, it should be setting "Max Idle Instances" to 1 has increased latency by > 200ms for each request (by average) according to the charts. Am I right? > Anyone else seeing similar result? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/AgP2fnxuc0gJ. > 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. > -- 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.
