I was looking for a way to persist my MemCache so I could do
production like testing in development mode to make sure I correctly
handle various use cases.

I tried writing a file using the technique described in
 
http://groups.google.com/group/google-appengine-java/browse_thread/thread/cdd3abc956a2fba1#
but it failed for the same reason. (Security exception
java.security.AccessControlException: access denied
(java.io.FilePermission .\persist\cache.byt write)

Is there a way to persist MemCache between server restarts. I have not
found in the documentation.

I want to avoid writing via Datanucleus because I am trying to do a
warm start without hitting the startup latency that it involves.

Thanks,
Steve

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