Hello Guys, This page http://code.google.com/appengine/docs/java/config/appconfig.html#Warming_Requests says *"Warming requests are also enabled by default if you configured your Java application with app.yaml. For details, please refer to Java Application Configuration Using app.yaml<http://code.google.com/appengine/docs/java/configyaml/appconfig_yaml.html#Warming_Requests> ."*
This page http://code.google.com/appengine/docs/java/configyaml/appconfig_yaml.html#Warming_Requests says *"In Java applications configured with app.yaml, warming requests are disabled by default. To enable them, add the warmup argument to the inbound_servicesdirective:"* So which of the two is it? I'm configuration my application with app.yaml and warm ups are one of our definitely wanted features. Logic says it's enabled by default, but lets be sure. Please don't do the mistake of allowsing different default behaviour based on configuration method for the same functionality. This will confuse the hell out of people jumping between appengine-web.xml & app.yaml. Thanks, Maxim. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
