Kaan,

I believe the ping time to appspot.com domains is not indicative of the 
actual smallest response time as it only pings the entry point of Google's 
global edge network. Once your request is inside Google internal network, 
it will then travel to your GAE instances and back. If you ping an app from 
London, you only get 10s of ms, yet if you perform a full simple HTTP 
request it will add the 100ms of cross atlantic RTT at the very least.


On Wednesday, June 22, 2016 at 9:38:22 AM UTC+1, Kaan Soral wrote:
>
> I think one way or another, there's going to be a delay, why do you need 
> to minimise the delay so much?
>
> Even if the instances were spread over the world, I'm guessing there would 
> be a smaller data access delay in most cases
>
> I'm way outside US, my users are closer to EU, yet my appengine location 
> is US, didn't have any issues up to now
>
> Out of curiosity, I pinged my domain and the appspot domain, the domain is 
> wrapped with Cloudflare
>
> Appspot-> 30ms
> Cloudflare-> 60ms
>
> Before this experiment I expected Cloudflare to decrease the international 
> ping, it didn't
>
> Then I wget'd the domain
>
> Appspot-> 0.1s
> Cloudflare-> 0.2s
>
> It obviously doesn't directly answer your question, yet it's an insight
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f594f6fc-9e73-4ffe-b761-99adabc08b1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to