On Sun, Jun 8, 2014 at 12:20 AM, Vinny P <[email protected]> wrote: > On Fri, Jun 6, 2014 at 3:14 PM, Jun Yang <[email protected]> wrote: > > Our infrastructure handles many many APIs. And thus some parts are loaded >> only on demand. Currently we don't load an API everywhere when we see the >> first request (we should and we are working on it). If you warm your API >> using ~50 requests, you should see fast responses from then on. >> > > > Hi Jun, thanks for stepping in and handling some questions. > > You noted in your post that the whole API isn't loaded; if we want to warm > up the whole API service, should the 50 warmup requests be split among > multiple API endpoints or to a single endpoint? >
50 requests to any API on the same host, e.g. 2-dot-guestbook.appspot.com or guestbook.appspot.com. Thanks. > > > ----------------- > -Vinny P > Technology & Media Advisor > Chicago, IL > > App Engine Code Samples: http://www.learntogoogleit.com > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Google App Engine" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/google-appengine/3XGJFaosX9s/unsubscribe > . > To unsubscribe from this group and all its topics, 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/d/optout. > -- 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/d/optout.
