[google-appengine] Re: Slow......Slow........Slow......Very Slow........

2011-06-10 Thread Tim Hoffman
Is this just a statement, or are you asking for help? I will assume you asking for advice. Appengine start up times is something your can't ignore. Do some profiling and see what is going on. Try to do things lazily. If you are asking for help I would suggest you mention if your using java or

Re: [google-appengine] Re: Slow......Slow........Slow......Very Slow........

2011-06-10 Thread YF CAO
my app is a simple Hello World JSP page, not use any framework. first visit, about 5s. second and after, about 1s. if add several times db access, about 8s. 2011/6/10 Tim Hoffman zutes...@gmail.com Is this just a statement, or are you asking for help? I will assume you asking for advice.

Re: [google-appengine] Re: Slow......Slow........Slow......Very Slow........

2011-06-10 Thread Robert Kluin
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

Re: [google-appengine] Re: Slow......Slow........Slow......Very Slow........

2011-06-10 Thread Wilson MacGyver
I'm using gaelyk for GAE-J. http://gaelyk.appspot.com/ 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.kl...@gmail.com wrote:

Re: [google-appengine] Re: Slow......Slow........Slow......Very Slow........

2011-06-10 Thread YF CAO
about web application, it will stop if long time not visit. when someone visits it will start again. i think its startup is very slow. 2011/6/10 Robert Kluin robert.kl...@gmail.com Sounds like you're using RPCs serially, which will often lead to poor performance. Profile your app with

Re: [google-appengine] Re: Slow......Slow........Slow......Very Slow........

2011-06-10 Thread Wilson MacGyver
the short answer is, pay $9/month to have 3 always on instances :) http://code.google.com/appengine/docs/adminconsole/instances.html#Always_On On Fri, Jun 10, 2011 at 12:11 PM, YF CAO caoyongfeng0...@gmail.com wrote: about web application, it will stop if long time not visit. when someone

Re: [google-appengine] Re: Slow......Slow........Slow......Very Slow........

2011-06-10 Thread YF CAO
OH ! My Lady Gaga ! 2011/6/11 Wilson MacGyver wmacgy...@gmail.com the short answer is, pay $9/month to have 3 always on instances :) http://code.google.com/appengine/docs/adminconsole/instances.html#Always_On On Fri, Jun 10, 2011 at 12:11 PM, YF CAO caoyongfeng0...@gmail.com wrote:

Re: [google-appengine] Re: Slow......Slow........Slow......Very Slow........

2011-06-10 Thread YF CAO
i not money..[?] 2011/6/11 YF CAO caoyongfeng0...@gmail.com OH ! My Lady Gaga ! 2011/6/11 Wilson MacGyver wmacgy...@gmail.com the short answer is, pay $9/month to have 3 always on instances :) http://code.google.com/appengine/docs/adminconsole/instances.html#Always_On On

Re: [google-appengine] Re: Slow......Slow........Slow......Very Slow........

2011-06-10 Thread Jeff Schnitzer
On Fri, Jun 10, 2011 at 9:26 AM, YF CAO caoyongfeng0...@gmail.com wrote: i not money..[?] 2011/6/11 YF CAO caoyongfeng0...@gmail.com OH ! My Lady Gaga ! Is this what happens when you accidentally use YouTube instead of Google Translate to compose your email? :-) Jeff -- You

Re: [google-appengine] Re: Slow......Slow........Slow......Very Slow........

2011-06-10 Thread YF CAO
You can laugh at me, but I never stop learning. 2011/6/11 Jeff Schnitzer j...@infohazard.org On Fri, Jun 10, 2011 at 9:26 AM, YF CAO caoyongfeng0...@gmail.com wrote: i not money..[?] 2011/6/11 YF CAO caoyongfeng0...@gmail.com OH ! My Lady Gaga ! Is this what happens when