In my application, I create a DatastoreService instance, maintain a
reference to it and use it for the life of that instance of the
application.

In another discussion I learned that the cost of creating a new
DatastoreService instance is negligible.

Given that, is it still advisable for me to maintain a copy of the
DatastoreService instance or should I create one anew every time I
need to go to the datastore?

Thanks,
Keyur

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