I am trying to use Spring in my app, however there seems to be
something unusual on the app engine, which means that the Spring
DispatcherServlet keeps getting turfed out and reloaded. As this is
meant to be once only event on container startup, this is completely
killing performance. So a simple Spring "hello world" will consume
10000ms CPU time on every third request or so.

This is shows up in the logs as a long request accompanied by the
following message:
javax.servlet.ServletContext log: Initializing Spring FrameworkServlet
'dispatch'

Has anyone experienced the same? And have you found a solution?

Alternately is anyone using the Spring Web framework successfully on
the appengine?

Cheers,

David.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to