I'd love to hear what the official word on the reliability of clock
synchronization is too.  I think the docs say not to rely on it.

One potential solution is to rely on one common time stamp clock
source.  For example a reliable 3rd party API that your code can query
for a time stamp.  You could set up a utility class to get the
timestamp once and statically store the offset from the local JVM
clock, so you only need to query the time stamp from the third part
once per JVM start up.

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

Reply via email to