[appengine-java] Re: disable warmup-requests-enabled

2011-09-14 Thread fachhoch
Please tell me how to disable warmup-requests ? I am assuming if I set  warmup-requests-enabledfalse/warmup- requests-enabledin appengine-web.xml then gae will not reload my application unless I redeploy is this right ? If I am assumind wrong please correct me. On Sep 14, 2:08 

[appengine-java] Re: disable warmup-requests-enabled

2011-09-14 Thread Simon Knott
Hi, I think you've misunderstood warm-up requests. GAE will spin-up and tear-down your application very often, especially if you have very little traffic going through. The warm-up requests are simply a mechanism for carrying out some initialisation, so that if a new instance is required to

[appengine-java] Re: disable warmup-requests-enabled

2011-09-14 Thread fachhoch
Thanks for the reply , please tell me where is the option always On ? On Sep 14, 11:09 am, Simon Knott knott.si...@gmail.com wrote: Hi, I think you've misunderstood warm-up requests.  GAE will spin-up and tear-down your application very often, especially if you have very little traffic going

[appengine-java] Re: disable warmup-requests-enabled

2011-09-14 Thread fachhoch
I cannot enable billing is there anyother way I can keep my application alive so that gae does not tear-down my application. On Sep 14, 1:11 pm, Gerald Tan woefulwab...@gmail.com wrote: It's only available if you enable billing -- You received this message because you are subscribed to the

Re: [appengine-java] Re: disable warmup-requests-enabled

2011-09-14 Thread Bruno Fuster
yes there's a little hack you can do... setup a cron task to access any URI from your app each 2 minutes or something like that On Wed, Sep 14, 2011 at 2:25 PM, fachhoch fachh...@gmail.com wrote: I cannot enable billing is there anyother way I can keep my application alive so that gae does

[appengine-java] Re: disable warmup-requests-enabled

2011-09-14 Thread Gerald Tan
It's only available if you enable billing -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/djKcaK6yVBAJ. To post to this group, send