David
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/JWBcvo3HrhUJ.
David
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/g45a4EDAagsJ.
Today, its going to hell in a tortilla for my customer facing apps, and my development apps. All have billing enabled.
Is the appengine group at a team building retreat in Nappa? WTF?
David
I am very interested in your thread.
My app is unloaded very frequently.
My GWT app issues two ajax calls when it starts up and I see two messages in the log that the instance has been restarted.
/event/url1 15:10:05 servlet Context initialised
/event/url2 15:10:16 servlet Context initialised
/event/url1 15:10:24 This request caused a new process to be started for your application, and thus caused your application code to be loaded for the first time.
/event/url2 15:10:36 This request caused a new process to be started for your application, and thus caused your application code to be loaded for the first time.
So I what I need to decide is do I
1. Move my rpc ajax calls onto the service and use the memcache to try and speed up start time (Will this give me the 200ms response time that I see when I quickly refresh my browser?)
2. Forget about using gae and go back to my hosted tomcat solution.