Hey Sitaram,

The API Explorer <https://developers.google.com/apis-explorer/#p/> is a web 
application hosted in our data centers which sends requests to your 
development environment. It's possible that the position of your 
development environment in the network / the prioritizing of requests 
directed toward your computer by your ISP are at play, although it's hard 
to tell for sure. 

You could try to determine using wireshark <https://www.wireshark.org/> / 
logging from within your development environment what is the remote IP of 
the machine which is sending API requests to your development environment, 
and then attempt a traceroute <https://en.wikipedia.org/wiki/MTR_(software)> 
from your development environment to that IP. While there may be 
up/down-link asymmetries at work depending again on your ISP which would 
make it most applicable to run a trace from the remote server to your 
environment, this could at least help to determine if you're dealing with a 
particularly distant link which would explain the latency. It may also be 
that the API Explorer is simply over-loaded at the time, although my bets 
are on network latency. 

Is there a possibility that the request is reaching your server and taking 
a long time to process, with the API Explorer then reporting a timeout?

Cheers,

Nick
Cloud Platform Community Support

On Tuesday, May 10, 2016 at 7:01:37 AM UTC-4, A Sitaram wrote:
>
> I am using api explorer to test my endpoints through development server. 
> Sometimes it work, but many times request doesn't reach server and it times 
> out. Tried many times stopping and starting server, but it doesn't help.
> I am sure my endpoints are fine..
>
> Anyone facing this issue? 
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
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/084da631-ce8e-4be2-9d72-bd3b742ff227%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to