Hi Tin:
> I'm VERY VERY agree with this, the instance restarting is TOO
> frequently, even we just use Servlet + JSP the performance still can't
> be accepted. I don't think this'e a reasonable behavior of a
> production web container.
In your case, the problem is due to JAP. If you want to have quick
startup time, you MUST get rid of JPA/JDO and use some other
lightweight persistence api (Slim3, Objectify, Twig, ...) or use low
level datastore api directly to access the datastore.
--
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 [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-java?hl=en.