Hi all,

I have had a number of performance issues on initial loading of my app
engine application. Part of it is already solved by using Caching.
However, my application is still very slow when first loading a
servlet after a certain amount of time of inactivity (I think about 1
minute).

After this period of inactivity it takes from 3 to 6 seconds to load.
Next requests take typically 400 MS.

The initial load time is not acceptable for the actual application.
Anyone any experience with this? How can I avoid this?

I already considered implementing following solutions to keep
application / servlet in memory
1/ call application every minute from external application
2/ setup a cron job performing a request every minute to actual
servlet

I think both are a solution but honestly not my preferred solution as
I expect performance from this platform.

BRL

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to