Synchronize time of machines
----------------------------

                 Key: NXP-3793
                 URL: http://jira.nuxeo.org/browse/NXP-3793
             Project: Nuxeo Enterprise Platform
          Issue Type: Bug
            Reporter: Mariana Cedica
            Assignee: Thierry Delprat


The client and server could have different time. Imagine that a server is on 
one time zone and the client on another. When checking the "modified" status, 
the delta time has to be considered. For this, the client is requesting the 
server time and computes the delta time. The "modified" condition time is 
considered when times are different applying this delta and also a covering 
amount of time for the synchronization process. So, suppose x is the difference 
localTime - serverTime. Suppose n is the covering interval (10 minutes). The 
condition becomes
modified = (tuple.time - localDocument.time) > (x - n)
Note x can be also negative!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to