On Fri, Nov 1, 2013 at 4:15 PM, <philip.gladst...@gmail.com> wrote:

> I seem to recall that there is a proxy between appengine instances and the
> internet, and I'm wondering if this has problems.
>
>

There is a caching layer, but it usually doesn't cause this type of
problem. It's worth ruling it out though.

You can force urlfetches to avoid pulling from cache by setting the
appropriate fetch settings. This varies by language; for instance in Java
you can call URLConnection.setDefaultUseCaches and
URLConnection.setUseCaches to false.


On Fri, Nov 1, 2013 at 4:15 PM, <philip.gladst...@gmail.com> wrote:

> This is always trying to fetch data from my server.
>


Does your other server have any CDNs or proxies in front of it? They may be
dropping the incoming connections.


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to