I feel paying for a warm JVM instance doesn't really fall in with what I want. When I first started GAE, someone from Google hinted that a single JVM should stay warm for quite some time (perhaps up to an hour?) from a single hit. In my application, users can expect to sit on a page for 30+ seconds. As a result, I would say at least 30-40% of my requests are loading requests.
Jake On Apr 28, 2:01 am, Richard <[email protected]> wrote: > Done, thanks. I had also starred the pay-for-instances but it was far > too noisy a topic! > > On Apr 27, 7:16 pm, Jake <[email protected]> wrote: > > > > > Star this? :) > > >http://code.google.com/p/googleappengine/issues/detail?id=2931 > > > On Apr 27, 4:33 am, Richard <[email protected]> wrote: > > > > My app has a *lot* of cold starts. Sometimes after 2 or 3 minutes, > > > which seems very aggressive. I've let it go, tried to be good and > > > waited for it to improve. Today I tried Pingdom and set it to a > > > minute. Instant improvement. > > > > Googleistas, I really, really don't like doing that. I'll likely > > > switch it off because I'm trying to be a good citizen, but the system > > > is really driving bad behaviour - I imagine anyone who vaguely depends > > > on GAE for money is pinging the heck out of their apps. Any chance > > > we're going to get it sorted soon? > > > > -- > > > 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 > > > athttp://groups.google.com/group/google-appengine-java?hl=en. > > > -- > > 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 > > athttp://groups.google.com/group/google-appengine-java?hl=en. > > -- > 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 > athttp://groups.google.com/group/google-appengine-java?hl=en. -- 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.
