Hi,

I have deployed a small application on appengine using Spring
framework.
But I have noticed, if my app does not get any request for a after
period of time (10 mins perhaps), all the initialization done by
Spring vanishes. To serve the next request, it initializes the Spring
application context and all the servlet contexts.
At the moment, I am preventing this by running a cron that makes a
request to my app every minute.

Is there any other way? Am I missing something?
__
Naim
mdnh...@gmail.com

--

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