WO2009111492A4 - Data synchronization protocol - Google Patents

Data synchronization protocol Download PDF

Info

Publication number
WO2009111492A4
WO2009111492A4 PCT/US2009/035909 US2009035909W WO2009111492A4 WO 2009111492 A4 WO2009111492 A4 WO 2009111492A4 US 2009035909 W US2009035909 W US 2009035909W WO 2009111492 A4 WO2009111492 A4 WO 2009111492A4
Authority
WO
WIPO (PCT)
Prior art keywords
sync
sync mode
proposed
server
mode
Prior art date
Application number
PCT/US2009/035909
Other languages
French (fr)
Other versions
WO2009111492A1 (en
Inventor
Brendon A. Mccarthy
Carsten Guenther
Original Assignee
Apple Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Apple Inc. filed Critical Apple Inc.
Priority to KR1020127004382A priority Critical patent/KR101343202B1/en
Priority to KR1020117026597A priority patent/KR101186042B1/en
Priority to KR1020107022191A priority patent/KR101167833B1/en
Priority to CN2009801160698A priority patent/CN102016846B/en
Priority to JP2010549823A priority patent/JP5280462B2/en
Priority to CA2717535A priority patent/CA2717535C/en
Priority to GB1016416A priority patent/GB2471227A/en
Priority to AU2009221998A priority patent/AU2009221998B2/en
Publication of WO2009111492A1 publication Critical patent/WO2009111492A1/en
Publication of WO2009111492A4 publication Critical patent/WO2009111492A4/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/52Program synchronisation; Mutual exclusion, e.g. by means of semaphores
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1097Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions

Abstract

Among other things, techniques and systems are disclosed for syncing data between a client device and a server. Synchronizing data includes initiating a sync session by negotiating a sync mode between a client device and a server for each of one or more dataclasses. A status code is generated based on a result of the negotiating. Based on the generated status code, the client device and the server exchanges one or more data items to be updated for the one or more dataclasses using the negotiated sync mode for each dataclass. The exchanged one or more data items are updated at the client device or the server The updated one or more data items are committed at the client or the server.

Claims

AMENDED CLAIMSreceived by the International Bureau on 14 September 2009(14.09.09)What is claimed is:
1. A method of synchronizing data, the method comprising: receiving a request to initiate a sync session, comprising receiving a separate proposed sync mode for each of multiple dataclasses in parallel, and receiving changes to the multiple dataclasses; generating one or more status codes to indicate whether the proposed sync mode for each dataclass is accepted; based on the generated status code, using the accepted sync mode for each dataclass to selectively update data items associated with the changes to the multiple dataclasses in parallel; and selectively committing the updated data items at the server.
2. The method of claim 1 , wherein generating the one or more status codes comprises accessing information saved from a previous sync session to determine whether to use the proposed sync mode to synchronize the one or more data items.
3. (Cancelled)
4. The method of claim 1 , wherein receiving the request comprises receiving the proposed sync mode that includes a fast sync mode, a slow sync mode or a reset sync mode.
5. The method of claim 1 , wherein the receiving the request comprises receiving the proposed sync mode that includes a fast sync mode that enables exchange of data items to be updated only.
67
6. The method of claim 5, further comprising reacceptiπg the fast sync mode after the sync session is interrupted.
7. The method of claim 1, further comprising completing the sync session in one round trip that includes two messages.
8. The method of claim 1 , wherein receiving the request comprises: receiving the proposed sync mode and the changes to the dataclasses in a single message from a client device.
9. The method of claim 1 , wherein selectively committing comprises: selectively committing the updated data items at the server when a client device sends a command to commit the updated data items.
10. The method of claim 1 , further comprising: rejecting the proposed sync mode; and responding to the request with a different sync mode.
11. A computer program product, embodied on a computer readable medium, operable to cause a data processing apparatus to perform operations comprising: receiving a request to initiate a sync session, comprising receiving a separate proposed sync mode for each of multiple dataclasses in parallel, and receiving changes to the dataclasses; generating at least one status code to indicate whether the proposed sync mode for each dataclass is accepted; based on the generated status code, using the accepted sync mode for each dataclass to selectively update data items associated with the changes to the dataclasses in parallel; and selectively committing the updated data items at a data repository.
68
12. The computer program product of claim 11 , further operable to cause a data processing apparatus to access information saved from a previous sync session to generate the one or more status codes.
13. (Cancelled)
14. The computer program product of claim 11 , further operable to cause a data processing apparatus to receive the proposed sync mode that includes a fast sync mode, a slow sync mode or a reset sync mode.
15. The computer program product of claim 11 , further operable to cause a data processing apparatus to receive the proposed sync mode that includes a fast sync mode that enables exchange of data items to be updated only.
16. The computer program product of claim 15, further comprising reinitiating a fast sync mode when the sync session is interrupted.
17. The computer program product of claim 11 , further operable to cause a data processing apparatus to complete the sync session in one round trip that includes two messages.
18. The computer program product of claim 11 , further operable to cause a data processing apparatus to receive the proposed sync mode and the changes to the dataclasses in a single message from a client device.
19. The computer program product of claim 11 , further operable to cause a data processing apparatus to
69 selectively commit the updated data items at the server when a client device sends a command to commit the updated data items.
20. The computer program product of claim 11 , further operable to cause a data processing apparatus to perform operations comprising: reject the proposed sync mode; and respond to the request with a different sync mode.
21. A synchronization server comprising: a processor configured to operate a transport protocol that enables opening of one or more connections to one or more client devices; and a sync protocol that enables data synchronization between the server and the one or more client devices over the opened one or more connections, wherein the sync protocol enables the server to receive a request to initiate a sync session, wherein the request includes a separate proposed sync mode for each of multiple dataclasses received in parallel, and changes to the multiple dataclasses, generate one or more status codes to indicate whether the proposed sync mode for each dataclass is accepted, based on the generated status code, using the accepted sync mode for each dataclass to selectively update data items associated with the changes to the data classes, and selectively commit the updated data items.
22. The server of claim 21 , wherein the processor is configured to access a data repository to update the data items based on the received changes.
70
23. The server of claim 21 , wherein the processor is configured to operate the sync protocol to accept or reject the proposed sync mode for each dataclass based on information saved from a previous sync session.
24. (Cancelled)
25. The server of claim 21 , wherein the processor is configured to operate the sync protocol to receive the proposed sync mode that includes a fast sync mode, a slow sync mode or a reset sync mode.
26. The server of claim 21 , wherein the processor is configured to operate the sync protocol to receive the proposed sync mode that includes a fast sync mode that enables the one or more client devices to send data items to be updated only.
27. The server of claim 26, wherein the processor is configured to operate the sync protocol to receive request to reinitiate a fast sync when the sync session is interrupted.
28. The server of claim 21 , wherein the processor is configured to operate the sync protocol to complete the sync session in one round trip that includes two messages.
29. The server of claim 21 , wherein the processor is configured to operate the sync protocol to receive the proposed sync mode and the changes to the dataclasses in a single message from at least one of the one or more client devices.
30. The server of claim 21 , wherein the processor is configured to operate the sync protocol to selectively commit the updated data items at the server when one of the one or more client devices sends a command to commit the updated data items.
71
31. The server of claim 21 , wherein the processor is configured to operate the sync protocol to rejecting the proposed sync mode; and responding to the request with a different sync mode.
32. A method of synchronizing data, the method comprising: sending a request to a server to initiate a sync session, comprising sending a proposed sync mode for each of multiple dataclasses in parallel, and sending one or more changes to the dataclasses; receiving one or more status codes indicative of whether the proposed sync mode for each dataclass has been accepted by the server; based on the received status code, using the accepted sync mode to receive from the server additional changes to the dataclasses; and committing at a client device the additional changes received from the server.
33. The method of claim 32, further comprising: receiving the one or more status codes that indicate that the proposed sync mode for at least one of the data classes has been rejected by the server; and sending another request that includes a different sync mode than the rejected sync mode.
34. The method of claim 32, further comprising: sending the proposed sync mode and the one or more changes in a single message to the server.
35. (Cancelled)
72
36. The method of claim 32 wherein sending the proposed sync mode for two or more dataclasses in parallel comprises sending a different proposed sync mode for at least two of the dataclasses in parallel.
37. The method of claim 32, wherein sending a different proposed sync modes for at least two of the dataclasses in parallel comprises sending a proposed fast sync mode for one of the dataclasses and a proposed slow sync mode for another of the dataclasses.
38. The method of claim 32, further comprising reinitiating the sync session using the accepted sync protocol after the sync session is interrupted.
39. A computer program product, embodied on a computer-readable medium, operable to cause a data processing apparatus to perform one or more operations comprising: sending a request to a server to initiate a sync session, comprising sending a separate proposed sync mode for each of multiple dataclasses in parallel, and sending one or more changes to the one or more dataclasses; receiving one or more status codes indicative of whether the proposed sync mode for each dataclass has been accepted by the server; based on the received status code, using the accepted sync mode to receive from the server additional changes to the one or more dataclasses; and committing at a client device the additional changes received from the server.
40. The computer program product of claim 39, further operable to cause a data processing apparatus to perform operations comprising: receiving the one or more status codes that indicate that the proposed sync mode for at least one of the data classes has been rejected by the server; and sending another request that includes a different sync mode than the rejected sync mode.
41. The computer program product of claim 39, further operable to cause a data processing apparatus to send the proposed sync mode and the one or more changes in a single message to the server.
42. (Cancelled)
43. The computer program product of claim 39, further operable to cause the data processing apparatus to send a different proposed sync mode for at least two of the dataclasses in parallel.
44. The computer program product of claim 39, further operable to cause the data processing apparatus to send a proposed fast sync mode for one of the dataclasses and a proposed slow sync mode for another of the dataclasses.
45. The computer program product of claim 39, further operable to cause the data processing apparatus to reinitiate the sync session using the accepted sync protocol after the sync session is interrupted.
74
46. A client device comprising: a processor configured to operate a transport protocol that enables opening of one or more connections to a server; and a sync protocol that enables data synchronization between the client device and the server over the opened one or more connections, wherein the sync protocol enables the client device to send a request to a server to initiate a sync session, wherein the request includes a separate proposed sync mode for each of multiple datadasses sent in parallel, and one or more changes to the one or more datadasses; receive one or more status codes indicative of whether the proposed sync mode for each dataclass has been accepted by the server; based on the received status code, use the accepted sync mode to receive from the server additional changes to the datadasses; and commit at a client device the additional changes received from the server.
47. The client device of claim 46, wherein the processor is configured to operate the sync protocol to: receive the one or more status codes that indicate that the proposed sync mode for at least one of the data classes has been rejected by the server; and send another request that includes a different sync mode than the rejected sync mode.
48. The client device of claim 46, wherein the processor is configured to operate the sync protocol to: send the proposed sync mode and the one or more changes in a single message to the server.
75
49- (Cancelled)
50. The client device of claim 46, wherein the processor is configured to operate the sync protocol to send the proposed sync mode for the.dataclasses in parallel comprising sending a different proposed sync mode for at least two of the dataclasses in parallel.
51. The client device of claim 46, wherein the processor is configured to operate the sync protocol to send a proposed fast sync mode for one of the dataclasses and a proposed slow sync mode for another of the dataclasses.
52. The client device of claim 46, wherein the processor is configured to operate the sync protocol to reinitiate the sync session using the accepted sync protocol after the sync session is interrupted.
76
PCT/US2009/035909 2008-03-04 2009-03-03 Data synchronization protocol WO2009111492A1 (en)

Priority Applications (8)

Application Number Priority Date Filing Date Title
KR1020127004382A KR101343202B1 (en) 2008-03-04 2009-03-03 Data Synchronization Protocol
KR1020117026597A KR101186042B1 (en) 2008-03-04 2009-03-03 Data synchronization protocol
KR1020107022191A KR101167833B1 (en) 2008-03-04 2009-03-03 Data synchronization protocol
CN2009801160698A CN102016846B (en) 2008-03-04 2009-03-03 Data synchronization protocol
JP2010549823A JP5280462B2 (en) 2008-03-04 2009-03-03 Data synchronization protocol
CA2717535A CA2717535C (en) 2008-03-04 2009-03-03 Data synchronization protocol
GB1016416A GB2471227A (en) 2008-03-04 2009-03-03 Data synchronization protocol
AU2009221998A AU2009221998B2 (en) 2008-03-04 2009-03-03 Data synchronization protocol

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US12/042,283 US7747784B2 (en) 2008-03-04 2008-03-04 Data synchronization protocol
US12/042,283 2008-03-04

Publications (2)

Publication Number Publication Date
WO2009111492A1 WO2009111492A1 (en) 2009-09-11
WO2009111492A4 true WO2009111492A4 (en) 2009-11-05

Family

ID=40720000

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2009/035909 WO2009111492A1 (en) 2008-03-04 2009-03-03 Data synchronization protocol

Country Status (9)

Country Link
US (3) US7747784B2 (en)
EP (2) EP2439660A3 (en)
JP (5) JP5280462B2 (en)
KR (3) KR101167833B1 (en)
CN (3) CN102016846B (en)
AU (1) AU2009221998B2 (en)
CA (2) CA2833511C (en)
GB (1) GB2471227A (en)
WO (1) WO2009111492A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106547485A (en) * 2016-10-20 2017-03-29 广东欧珀移动通信有限公司 Data migration method and device

Families Citing this family (56)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7437484B2 (en) 2003-12-29 2008-10-14 International Business Machines Corporation Method for optimizing synchronization
US8495244B2 (en) * 2005-06-29 2013-07-23 Jumpstart Wireless Corporation System and method for dynamic automatic communication path selection, distributed device synchronization and task delegation
CN101494534A (en) * 2008-01-21 2009-07-29 华为技术有限公司 Method, apparatus and system for synchronizing data
CN102099573A (en) 2008-02-06 2011-06-15 株式会社Ihi Hot radiator storing yard generating-apparatus
WO2009104860A1 (en) * 2008-02-22 2009-08-27 Lg Electronics Inc. Terminal and method for storing and retrieving messages in a converged ip messaging service
US7747784B2 (en) * 2008-03-04 2010-06-29 Apple Inc. Data synchronization protocol
US8621108B2 (en) * 2008-05-08 2013-12-31 Dialogic Corporation System and method for monitoring user interface connectivity state
US8112537B2 (en) * 2008-09-29 2012-02-07 Apple Inc. Trickle sync protocol
US8073887B2 (en) * 2008-10-09 2011-12-06 International Business Machines Corporation Representational state transfer (REST) service import editor
KR20100050072A (en) * 2008-11-05 2010-05-13 삼성전자주식회사 Method for digesting data and data communication system thereby
US9002787B2 (en) * 2009-01-30 2015-04-07 Blackberry Limited Method and apparatus for tracking device management data changes
EP2227047A1 (en) * 2009-03-05 2010-09-08 BRITISH TELECOMMUNICATIONS public limited company Device determination
US8161195B2 (en) * 2009-03-25 2012-04-17 Microsoft Corporation Adaptable management in sync engines
US20100268784A1 (en) * 2009-04-17 2010-10-21 Marc Henness Data synchronization system and method
US8417765B2 (en) * 2009-06-09 2013-04-09 International Business Machines Corporation Method and apparatus to enable protocol verification
JP5585062B2 (en) * 2009-12-04 2014-09-10 ソニー株式会社 Information processing apparatus, information processing method, data management server, and data synchronization system
US20110196973A1 (en) * 2010-02-05 2011-08-11 Interdigital Patent Holdings, Inc. Method and apparatus for inter-device session continuity (idsc) of multi media streams
US9467338B2 (en) 2010-04-01 2016-10-11 Blackberry Limited Method for communicating device management data changes
US20120023065A1 (en) * 2010-07-20 2012-01-26 Deweese William System and method for managing data on an occasionally connected mobile device
CN101923571B (en) * 2010-07-29 2013-05-01 中兴通讯股份有限公司 Method and device for managing terminal data logging
US8438246B2 (en) * 2010-09-15 2013-05-07 Sony Mobile Communications Ab Device management using a RESTful interface
US20120084356A1 (en) * 2010-10-01 2012-04-05 Interdigital Patent Holdings, Inc. Method and apparatus for media session sharing and group synchronization of multi media streams
US8799378B2 (en) * 2010-12-17 2014-08-05 Microsoft Corporation Non-greedy consumption by execution blocks in dataflow networks
EP2681892A4 (en) * 2011-02-28 2014-12-03 Interactive Social Internetworks Llc Network communication systems and methods
US9213718B1 (en) 2011-06-22 2015-12-15 Emc Corporation Synchronized file management across multiple disparate endpoints
US8850516B1 (en) 2011-06-22 2014-09-30 Emc Corporation Virtual private cloud that provides enterprise grade functionality and compliance
US9047109B1 (en) 2012-06-20 2015-06-02 Palo Alto Networks, Inc. Policy enforcement in virtualized environment
US8930529B1 (en) * 2011-09-27 2015-01-06 Palo Alto Networks, Inc. Policy enforcement with dynamic address object
US9537891B1 (en) 2011-09-27 2017-01-03 Palo Alto Networks, Inc. Policy enforcement based on dynamically attribute-based matched network objects
US20130097116A1 (en) * 2011-10-17 2013-04-18 Research In Motion Limited Synchronization method and associated apparatus
JP5910171B2 (en) * 2012-03-01 2016-04-27 日本電気株式会社 Synchronization target data processing device, data synchronization system, synchronization target data processing method, and computer program
US10452084B2 (en) * 2012-03-14 2019-10-22 Ademco Inc. Operation of building control via remote device
US20140006169A1 (en) * 2012-05-31 2014-01-02 AppNexus Inc. Application marketplace for online advertising applications
US10210480B2 (en) 2012-05-31 2019-02-19 Apple Inc. Avoiding a redundant display of a notification on multiple user devices
US20140089619A1 (en) * 2012-09-27 2014-03-27 Infinera Corporation Object replication framework for a distributed computing environment
CN102932439A (en) * 2012-10-26 2013-02-13 华为终端有限公司 Method and device for synchronizing content
US9268833B2 (en) 2012-12-05 2016-02-23 Microsoft Technology Licensing, Llc Recurring calendar item master and instance synchronization
CN103916409B (en) * 2012-12-30 2017-11-21 中国移动通信集团公司 A kind of method of data syn-chronization, terminal and system
US9712508B2 (en) * 2013-03-13 2017-07-18 Intel Corporation One-touch device personalization
BR102013017941B1 (en) * 2013-07-12 2022-06-28 Samsung Eletrônica Da Amazônia Ltda SYSTEM AND METHOD TO ACTIVATE AND CONTROL THE EXECUTION OF MANAGEMENT POLICIES
WO2015035396A1 (en) * 2013-09-09 2015-03-12 Layer, Inc. Federated authentication of client computers in networked data communications services callable by applications
US10303658B2 (en) 2013-11-25 2019-05-28 Dropbox, Inc. Generating and sharing metadata for indexing synchronized content items
US10275765B2 (en) * 2013-12-11 2019-04-30 Ebay Inc. Omni-channel state preservation
US10795910B2 (en) * 2013-12-31 2020-10-06 Sybase, Inc. Robust communication system for guaranteed message sequencing with the detection of duplicate senders
US10831731B2 (en) * 2014-03-12 2020-11-10 Dell Products L.P. Method for storing and accessing data into an indexed key/value pair for offline access
EP3070619B1 (en) 2015-03-16 2023-08-16 Canon Kabushiki Kaisha Information processing apparatuses performing synchronization of data and data synchronization methods
JP6611594B2 (en) * 2015-03-16 2019-11-27 キヤノン株式会社 Information processing apparatus for synchronizing data, data synchronization method, and program
CN105025568A (en) * 2015-06-16 2015-11-04 山东大学(威海) Large-scaled wireless sensor network synchronizer based on frequency offset bidding and dynamic topology
US10805078B2 (en) * 2015-09-03 2020-10-13 Signify Holding B.V. Network node
US10425477B2 (en) * 2015-09-15 2019-09-24 Microsoft Technology Licensing, Llc Synchronizing file data between computer systems
US10417254B2 (en) * 2016-02-01 2019-09-17 Vmware, Inc. Intelligent content synchronization between content libraries
CN106131085B (en) * 2016-08-31 2019-09-17 江苏蓝创智能科技股份有限公司 The communication means of remote intelligent control system
US10613882B2 (en) * 2016-10-14 2020-04-07 Seagate Technology Llc Active drive API
WO2019046749A1 (en) * 2017-08-31 2019-03-07 Schneider Electric Software, Llc Automatic tag mapping and generation from data string
WO2021221637A1 (en) * 2020-04-30 2021-11-04 Hewlett-Packard Development Company, L.P. Stored client state
CN112084153A (en) * 2020-09-09 2020-12-15 南京烽火星空通信发展有限公司 Method and system for fuzzily and rapidly transforming node data of plist file according to view angle

Family Cites Families (54)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6173335B1 (en) 1993-07-30 2001-01-09 Apple Computer, Inc. Structure and protocol for routing information in a system
JPH07325771A (en) * 1994-05-31 1995-12-12 Ricoh Co Ltd File transfer device
US5684984A (en) 1994-09-29 1997-11-04 Apple Computer, Inc. Synchronization and replication of object databases
US5706509A (en) 1995-04-28 1998-01-06 Intel Corporation Application independent record level synchronization
US5728335A (en) 1996-06-26 1998-03-17 Union Carbide Chemicals & Plastics Technology Corporation Process for extrusion
US5884325A (en) 1996-10-09 1999-03-16 Oracle Corporation System for synchronizing shared data between computers
US6182141B1 (en) * 1996-12-20 2001-01-30 Intel Corporation Transparent proxy server
US6253228B1 (en) 1997-03-31 2001-06-26 Apple Computer, Inc. Method and apparatus for updating and synchronizing information between a client and a server
US5987376A (en) 1997-07-16 1999-11-16 Microsoft Corporation System and method for the distribution and synchronization of data and state information between clients in a distributed processing system
US6341291B1 (en) 1998-09-28 2002-01-22 Bentley Systems, Inc. System for collaborative engineering using component and file-oriented tools
US6477543B1 (en) 1998-10-23 2002-11-05 International Business Machines Corporation Method, apparatus and program storage device for a client and adaptive synchronization and transformation server
US6247135B1 (en) 1999-03-03 2001-06-12 Starfish Software, Inc. Synchronization process negotiation for computing devices
US6430576B1 (en) 1999-05-10 2002-08-06 Patrick Gates Distributing and synchronizing objects
US6823456B1 (en) 1999-08-25 2004-11-23 International Business Machines Corporation System and method for providing trusted services via trusted server agents
US6694336B1 (en) 2000-01-25 2004-02-17 Fusionone, Inc. Data transfer and synchronization system
US8156074B1 (en) * 2000-01-26 2012-04-10 Synchronoss Technologies, Inc. Data transfer and synchronization system
US20050055382A1 (en) 2000-06-28 2005-03-10 Lounas Ferrat Universal synchronization
JP2002149464A (en) * 2000-08-17 2002-05-24 Fusionone Inc Base rolling engine for data transfer and synchronization system
US20020026474A1 (en) 2000-08-28 2002-02-28 Wang Lawrence C. Thin client for wireless device using java interface
US7177866B2 (en) 2001-03-16 2007-02-13 Gravic, Inc. Asynchronous coordinated commit replication and dual write with replication transmission and locking of target database on updates only
EP1410202B1 (en) 2001-03-16 2006-07-26 Novell, Inc. Client-server model for synchronization of files
US6829655B1 (en) * 2001-03-28 2004-12-07 Siebel Systems, Inc. Method and system for server synchronization with a computing device via a companion device
US6970876B2 (en) 2001-05-08 2005-11-29 Solid Information Technology Method and arrangement for the management of database schemas
US7149813B2 (en) 2001-08-14 2006-12-12 Microsoft Corporation Method and system for synchronizing mobile devices
US7761535B2 (en) 2001-09-28 2010-07-20 Siebel Systems, Inc. Method and system for server synchronization with a computing device
WO2004010249A2 (en) * 2002-07-19 2004-01-29 Synchrologic, Inc. System and method for utilizing profile information
US6983293B2 (en) * 2002-07-24 2006-01-03 International Business Machines Corporation Mid-tier-based conflict resolution method and system usable for message synchronization and replication
KR100728076B1 (en) * 2002-09-03 2007-06-13 노키아 코포레이션 Method, device and system for synchronizing of data providing for the handling of an interrupted synchronization process
US7359991B2 (en) 2002-11-05 2008-04-15 Microsoft Corporation Folder synchronization
US20060259524A1 (en) 2003-03-17 2006-11-16 Horton D T Systems and methods for document project management, conversion, and filing
KR100491541B1 (en) * 2003-08-01 2005-05-25 니트젠테크놀러지스 주식회사 A contents synchronization system in network environment and a method therefor
US20050033811A1 (en) * 2003-08-07 2005-02-10 International Business Machines Corporation Collaborative email
FI20031258A0 (en) * 2003-09-04 2003-09-04 Nokia Corp Location privacy in the communication system
US7080104B2 (en) 2003-11-07 2006-07-18 Plaxo, Inc. Synchronization and merge engines
US7676562B2 (en) * 2004-01-20 2010-03-09 Microsoft Corporation Computer system for accessing instrumentation information
KR100547896B1 (en) 2004-03-05 2006-01-31 삼성전자주식회사 Data Synchronization System and Data Synchronization Method of Server and Client
CA2558875C (en) 2004-05-24 2014-09-30 Apple Computer, Inc. Methods for sharing groups of objects, synchronising, and synchronising between three or more devices
US20070100834A1 (en) 2004-09-15 2007-05-03 John Landry System and method for managing data in a distributed computer system
CN1753359B (en) * 2004-09-24 2011-01-19 华为技术有限公司 Method of implementing SyncML synchronous data transmission
US8069226B2 (en) * 2004-09-30 2011-11-29 Citrix Systems, Inc. System and method for data synchronization over a network using a presentation level protocol
US20060074996A1 (en) * 2004-10-05 2006-04-06 International Business Machines Corporation System and method for synchronizing data
JP4568576B2 (en) * 2004-10-26 2010-10-27 株式会社デンソーアイティーラボラトリ Data sharing system, communication terminal, and data sharing method
US8230326B2 (en) 2004-12-17 2012-07-24 International Business Machines Corporation Method for associating annotations with document families
US9020887B2 (en) 2004-12-21 2015-04-28 Proofpoint, Inc. Managing the status of documents in a distributed storage system
US7908247B2 (en) 2004-12-21 2011-03-15 Nextpage, Inc. Storage-and transport-independent collaborative document-management system
CN100531265C (en) * 2004-12-21 2009-08-19 华为技术有限公司 Method for displaying information of calling party on terminal of called user
NO20052719D0 (en) 2005-06-06 2005-06-06 Ericsson Telefon Ab L M Synchronization of information units with associated references
US7600030B2 (en) * 2005-08-31 2009-10-06 Microsoft Corporation Compounding of HTTP authoring protocol
CN101005428A (en) * 2006-01-19 2007-07-25 华为技术有限公司 Realizing method for detecting and resolving data synchronous conflict
CN101047707A (en) * 2006-03-30 2007-10-03 华为技术有限公司 Method and system for initiating equipment ability information consultation
US7756829B2 (en) 2006-04-18 2010-07-13 Sandeep Bhanote Method and apparatus for mobile data collection and management
US8108388B2 (en) 2006-04-26 2012-01-31 Microsoft Corporation Significant change search alerts
US20080155112A1 (en) 2006-12-22 2008-06-26 Nokia Corporation System and method for updating information feeds
US7747784B2 (en) * 2008-03-04 2010-06-29 Apple Inc. Data synchronization protocol

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106547485A (en) * 2016-10-20 2017-03-29 广东欧珀移动通信有限公司 Data migration method and device
CN106547485B (en) * 2016-10-20 2020-09-08 Oppo广东移动通信有限公司 Data migration method and device

Also Published As

Publication number Publication date
CN103259864A (en) 2013-08-21
CN103327073A (en) 2013-09-25
JP2014102852A (en) 2014-06-05
JP2014078284A (en) 2014-05-01
US20120036212A1 (en) 2012-02-09
US8224918B2 (en) 2012-07-17
EP2439660A3 (en) 2012-11-07
KR101167833B1 (en) 2012-07-27
KR101186042B1 (en) 2012-09-27
JP5475909B2 (en) 2014-04-16
AU2009221998A1 (en) 2009-09-11
JP5475908B2 (en) 2014-04-16
CA2833511C (en) 2016-11-15
JP2013211037A (en) 2013-10-10
KR20100123897A (en) 2010-11-25
JP2011514602A (en) 2011-05-06
US20090228606A1 (en) 2009-09-10
CA2833511A1 (en) 2009-09-11
US20100223400A1 (en) 2010-09-02
EP2098963A1 (en) 2009-09-09
AU2009221998B2 (en) 2012-01-12
JP5753597B2 (en) 2015-07-22
CN103259864B (en) 2016-09-07
WO2009111492A1 (en) 2009-09-11
KR20110125681A (en) 2011-11-21
GB201016416D0 (en) 2010-11-10
KR20120030594A (en) 2012-03-28
US8046498B2 (en) 2011-10-25
CN103327073B (en) 2016-09-07
US7747784B2 (en) 2010-06-29
JP5280462B2 (en) 2013-09-04
JP2013178819A (en) 2013-09-09
CA2717535A1 (en) 2009-09-11
KR101343202B1 (en) 2013-12-20
CA2717535C (en) 2014-05-06
EP2439660A2 (en) 2012-04-11
JP5753596B2 (en) 2015-07-22
GB2471227A (en) 2010-12-22
CN102016846B (en) 2013-06-26
CN102016846A (en) 2011-04-13

Similar Documents

Publication Publication Date Title
WO2009111492A4 (en) Data synchronization protocol
US10459946B2 (en) Method and system for tuning blockchain scalability, decentralization, and security for fast and low-cost payment and transaction processing
CN107993149B (en) Account information management method, system and readable storage medium
CN106209948B (en) A kind of data push method and device
US10432741B2 (en) Systems and methods for guaranteeing delivery of pushed data to remote clients
US10742693B2 (en) Method and system for writing trajectory synchronization among multiple clients
CN101141301B (en) Method and apparatus for transaction recovery
CN107040594A (en) The method and device of license block chain node access based on PBFT
CN106296394B (en) Financial product over-the-counter trading method and system
JP2005216313A (en) System and method for session reestablishment between client terminal and server
CN107277083B (en) Data interaction processing method, device and system
CN110192428A (en) Service request handling
US20130184083A1 (en) Method for interactive logic fault tolerance in online game, and system and client for fault tolerance in online game
CN105610953A (en) Distributed data synchronizing system and method
CN111277483B (en) Multi-terminal message synchronization method, server and storage medium
CN106230540A (en) NTP message method of reseptance and sending method in high precision
CN103618795B (en) Document handling method, the client and server of striding equipment
US20060285509A1 (en) Methods for measuring latency in a multicast environment
CN107634975A (en) A kind of method of data synchronization, equipment and system
CN107592199A (en) A kind of method and system of data syn-chronization
CN106993015A (en) Synchronous method, system and the security server of transaction
CN107172112B (en) Computer file transmission method and device
US8627412B2 (en) Transparent database connection reconnect
CN107465725B (en) Heterogeneous long transaction processing system and method based on client information control system
CN110213335B (en) Browser-based auxiliary translation and review synchronization system and implementation method

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200980116069.8

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 09716513

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2717535

Country of ref document: CA

WWE Wipo information: entry into national phase

Ref document number: 2010549823

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE

ENP Entry into the national phase

Ref document number: 1016416

Country of ref document: GB

Kind code of ref document: A

Free format text: PCT FILING DATE = 20090303

WWE Wipo information: entry into national phase

Ref document number: 1016416.8

Country of ref document: GB

WWE Wipo information: entry into national phase

Ref document number: 2009221998

Country of ref document: AU

Ref document number: 6261/CHENP/2010

Country of ref document: IN

ENP Entry into the national phase

Ref document number: 20107022191

Country of ref document: KR

Kind code of ref document: A

ENP Entry into the national phase

Ref document number: 2009221998

Country of ref document: AU

Date of ref document: 20090303

Kind code of ref document: A

122 Ep: pct application non-entry in european phase

Ref document number: 09716513

Country of ref document: EP

Kind code of ref document: A1