Quantcast

reducing grails startup time

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

reducing grails startup time

Sven Haiges
Hi all,

it seems grails apps do sometimes take too long for google app engine
to initialzize. The limit is 30 seconds and I assume depending on the
load on their servers, some grails deployments then make it or not.

Does someone know what things I could do to reduce the startup time?

For example the logging initialization using log4j is something not
needed on GAE/J, as java.uti.logging seesm the chosen way by
app-engine.

---

I believe 1.2 precompiles GSPs, so that will definitely speed up things....

Cheers
Sven

--
Sven Haiges
[hidden email]

Yahoo Messenger / Skype: hansamann
Personal Homepage, Wiki & Blog: http://www.svenhaiges.de

Subscribe to the Grails Podcast:
http://www.grailspodcast.com

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: reducing grails startup time

Ting-Rung Dai

post again, Does someone know what things I could do to reduce the startup time?



Sven Haiges-3 wrote
Hi all,

it seems grails apps do sometimes take too long for google app engine
to initialzize. The limit is 30 seconds and I assume depending on the
load on their servers, some grails deployments then make it or not.

Does someone know what things I could do to reduce the startup time?

For example the logging initialization using log4j is something not
needed on GAE/J, as java.uti.logging seesm the chosen way by
app-engine.

---

I believe 1.2 precompiles GSPs, so that will definitely speed up things....

Cheers
Sven

--
Sven Haiges
sven.haiges@googlemail.com

Yahoo Messenger / Skype: hansamann
Personal Homepage, Wiki & Blog: http://www.svenhaiges.de

Subscribe to the Grails Podcast:
http://www.grailspodcast.com

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

Loading...