Re: [google-appengine] Re: curl - Java Standard Appengine Latency analysis

2017-11-26 Thread Esteban Bonham
I am seeing this exact same problem. I did not have permission to look at the issue you wrote. Has there been any movement on this? I was seeing unexplained latency in my app so I reverted back to the echo example (python standard). I also wrote this stack overflow post:

Re: [google-appengine] Re: curl - Java Standard Appengine Latency analysis

2017-05-24 Thread Rajesh Gupta
We have experimented with the helloworld endpoints example. The results are consistently the same as given earlier A issue is filed on the issue tracker. Please note the no. https://issuetracker.google.com/issues/62043057 Anyone facing the latency issues with the endpoints framework? Regards,

[google-appengine] Re: curl - Java Standard Appengine Latency analysis

2017-05-23 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hey Rajesh, There are many contributors to latency depending on the variables that we observe. *time_starttransfer* for instance, is defined as: > The time, in seconds, it took from the start until the first byte was just > about to be transferred.