Thanks! The server is mostly supporting Android apps, so that is the origin of most of the requests. I don't think it is a bug in the app, though, as requests of all kinds are being duplicated, and 200 / 204 pair seems odd.
On Tuesday, December 10, 2013 1:14:39 AM UTC-6, Vinny P wrote: > > On Mon, Dec 9, 2013 at 4:08 PM, Theodore Book > <[email protected]<javascript:> > > wrote: > >> In examining my appengine logs, I discovered today that nearly all of my >> requests are being executed multiple times. The two executions tend to be >> queued around 100 mS apart. Aside from presumably doubling load on my app, >> this is causing some other problems. Is anyone else experiencing this? >> Typically the first request returns a 200, and the second, a 204. >> Attached is a screenshot of my log >> >> > > It looks like the second request's user agent is > *apache-httpclient/unavailable*. Is the IP for that client the same as > the original request, or does it differ? > > I believe that user agent is for Android applications that don't have a > custom user agent set, so you may be seeing someone attempting to test > their Android app against your server. > > ----------------- > -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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
