Thanks!

> Your question is important when high activity happens to your
> application and many jvm instances are started: you cannot rely on
> static fields to store shared values across the entire application as
> they are locally initialized in each instance.

I am aware of that. I use static statements for common things of one
jvm instance. e.g. to define constants. It is better to make this sort
of initialization once at the startup than during every request.

-- 
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