Google App Engine application instance recycling and response times

后端 未结 6 918
攒了一身酷
攒了一身酷 2021-01-01 02:16

I posted this on GAE for Java group, but I hope to get some answers here quicker :)

I decided to do some long-run performance tests on my application. I created some

6条回答
  •  南方客
    南方客 (楼主)
    2021-01-01 02:59

    SDK 1.4.0 has this new feature:

    • Developers can now enable Warmup Requests. By specifying a handler in an app's appengine-web.xml, App Engine will attempt to to send a Warmup Request to initialize new instances before a user interacts with it. This can reduce the latency an end-user sees for initializing your application.

提交回复
热议问题