Home > Uncategorized > AppEngine startup performance attack plan revealed

AppEngine startup performance attack plan revealed

December 8th, 2009 Leave a comment Go to comments

Google just announced their attack plan for handling the long startup cost for, among others, Grails applications.

Apparently what I can do as a developer is to enable pre-compilation of my application. I’ll experiment with this at the end of the week I hope.

Read the full post on the AppEngine blog

Bookmark and Share
  1. bendanpa
    December 9th, 2009 at 23:03 | #1

    I just tried that. The total waiting time is still the same. But the app will less likely throw 500 error. Looks like the compile time is not count into the app-engine loading time so even the total wall time is the same the loading time is less. With this feature user will still need to wait for the same time but don’t have to reload. Better than nothing.

  2. Morten
    December 9th, 2009 at 23:30 | #2

    @bendanpa
    Thanks for the heads up! :)

  1. No trackbacks yet.