Re: [appengine-java] Re: After how much time of no traffic does GAE shut-down the instance

2010-01-14 Thread 杨浩
the other talk about your problem! GROUPS Title: App instance recycling and response times - is there solution?

Re: [appengine-java] Re: After how much time of no traffic does GAE shut-down the instance

2010-01-11 Thread 杨浩
my GAE app too shutdown every tow minutes when no request! so when my app init that is terrible, because spring init need 15s! so my answer is: create a cron:every one minutes to run once,It's work very good!(every tow minutes don't keep my app online, It's still shutdown!) -- You received this m

[appengine-java] Re: After how much time of no traffic does GAE shut-down the instance

2010-01-10 Thread mably
You might be interested in this issue : http://code.google.com/p/googleappengine/issues/detail?id=2456 On 10 jan, 14:34, Jorge wrote: > It's been some discussion about this topic. You may want to seek posts > with words "keep warm" or "cold start", for instance. See also the > "Tragedy of the Co

[appengine-java] Re: After how much time of no traffic does GAE shut-down the instance

2010-01-10 Thread Jorge
It's been some discussion about this topic. You may want to seek posts with words "keep warm" or "cold start", for instance. See also the "Tragedy of the Commons, and Cold Starts" post in the Google Aps Forum http://groups.google.com/group/google-appengine/browse_thread/thread/22692895421825cb/110

[appengine-java] Re: After how much time of no traffic does GAE shut-down the instance

2010-01-09 Thread Locke
In my testing, apps which are hit every 2 minutes need to "boot" every time (costing beacoup CPU cycles), whereas apps hit every 1 minute stay loaded. This limit seems to have changed over time. When I started using appengine several months ago, it would wait ten minutes before subjecting you to t