--
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/-/Vi6smdW-3JIJ.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
coldstart is about 6-8 sec. after that, it's very fast.
one of the reasons always-on instance was a very welcome change for
the java side of the GAE community :)
On Fri, Jun 10, 2011 at 11:56 AM, Robert Kluin <robert...@gmail.com> wrote:
> I think Java typically has long startup times, but I've got no idea
> what is 'normal' for Java.
--
Omnem crede diem tibi diluxisse supremum.
Sounds like you're using RPCs serially, which will often lead to poor
performance. Profile your app with Appstats:
http://code.google.com/appengine/docs/java/tools/appstats.html
then try to batch any operations you can.
I think Java typically has long startup times, but I've got no idea
what is 'normal' for Java.
Robert
http://code.google.com/appengine/docs/adminconsole/instances.html#Always_On
--
then try to batch any operations you can.
I think Java typically has long startup times, but I've got no idea
what is 'normal' for Java.
Robert
On Fri, Jun 10, 2011 at 09:54, YF CAO <caoyong...@gmail.com> wrote: