On Apr 22, 2:49 am, javaDinosaur <[email protected]> wrote: > > Last year I noticed that GAE hosted my trial App within 30ms of my UK > location i.e. somewhere in Europe. Such automatic hosting geo affinity > is highly impressive but what if an App's admin is UK based but the
you might be reading more into that number than it warrants. first, was that measurement on static files? or dynamic requests? we're more opportunistic about serving static files from multiple geographic locations and out of edge caches since, naturally, they're static files. second, users often see low latency because requests are picked up by a google frontend near the user's geographic location, then travel to and from the location serving the app over google's network, which is usually higher quality and less loaded than the commodity internet. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
