CA2717535A1 - Data synchronization protocol - Google Patents

Data synchronization protocol Download PDF

Info

Publication number
CA2717535A1
CA2717535A1 CA2717535A CA2717535A CA2717535A1 CA 2717535 A1 CA2717535 A1 CA 2717535A1 CA 2717535 A CA2717535 A CA 2717535A CA 2717535 A CA2717535 A CA 2717535A CA 2717535 A1 CA2717535 A1 CA 2717535A1
Authority
CA
Canada
Prior art keywords
sync
sync mode
proposed
server
dataclasses
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
CA2717535A
Other languages
French (fr)
Other versions
CA2717535C (en
Inventor
Brendan A. McCarthy
Carsten Guenther
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Apple Inc
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 CA2833511A priority Critical patent/CA2833511C/en
Publication of CA2717535A1 publication Critical patent/CA2717535A1/en
Application granted granted Critical
Publication of CA2717535C publication Critical patent/CA2717535C/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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 (52)

1. A method of synchronizing data, the methoci 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.
6. The method of claim 5, further comprising reaccepting 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.
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 chEinges 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 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.
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.
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)
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 syric 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.
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 dataclasses sent in parallel, and one or more changes to the one or more dataclasses;
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 dataclasses; 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.
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.
CA2717535A 2008-03-04 2009-03-03 Data synchronization protocol Active CA2717535C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CA2833511A CA2833511C (en) 2008-03-04 2009-03-03 Data synchronization protocol

Applications Claiming Priority (3)

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

Related Child Applications (1)

Application Number Title Priority Date Filing Date
CA2833511A Division CA2833511C (en) 2008-03-04 2009-03-03 Data synchronization protocol

Publications (2)

Publication Number Publication Date
CA2717535A1 true CA2717535A1 (en) 2009-09-11
CA2717535C CA2717535C (en) 2014-05-06

Family

ID=40720000

Family Applications (2)

Application Number Title Priority Date Filing Date
CA2717535A Active CA2717535C (en) 2008-03-04 2009-03-03 Data synchronization protocol
CA2833511A Active CA2833511C (en) 2008-03-04 2009-03-03 Data synchronization protocol

Family Applications After (1)

Application Number Title Priority Date Filing Date
CA2833511A Active CA2833511C (en) 2008-03-04 2009-03-03 Data synchronization protocol

Country Status (9)

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

Families Citing this family (57)

* 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
KR101201873B1 (en) 2008-02-06 2012-11-15 가부시키가이샤 아이에이치아이 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
TW201216656A (en) * 2010-10-01 2012-04-16 Interdigital Patent Holdings 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
CN103430506B (en) * 2011-02-28 2015-12-02 交互式社交网络有限公司 Network communicating system and method
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
US10210480B2 (en) * 2012-05-31 2019-02-19 Apple Inc. Avoiding a redundant display of a notification on multiple user devices
US20130339160A1 (en) * 2012-05-31 2013-12-19 AppNexus Inc. Application marketplace for online advertising applications
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
US9426140B2 (en) * 2013-09-09 2016-08-23 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
JP6899378B2 (en) * 2015-09-03 2021-07-07 シグニファイ ホールディング ビー ヴィ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
US10802853B2 (en) * 2016-10-14 2020-10-13 Seagate Technology Llc Active drive
CN106547485B (en) * 2016-10-20 2020-09-08 Oppo广东移动通信有限公司 Data migration method and device
EP3676635A4 (en) * 2017-08-31 2021-09-01 AVEVA Software, LLC Data array of objects indexing
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
AU2002303126A1 (en) * 2001-03-16 2002-10-03 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
AU2003252018A1 (en) * 2002-07-19 2004-02-09 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
EP1754186A1 (en) 2004-05-24 2007-02-21 Apple Computer, Inc. Methods for sharing groups of objects, synchronising, and synchronising between three or more devices
EP1812848A4 (en) 2004-09-15 2009-04-29 Adesso Systems Inc 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
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
US9020887B2 (en) * 2004-12-21 2015-04-28 Proofpoint, Inc. Managing the status of documents in a distributed storage system
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

Also Published As

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

Similar Documents

Publication Publication Date Title
CA2717535A1 (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
CN107124278B (en) Service processing method and device and data sharing system
US8620858B2 (en) Database synchronization via a mobile network
US10432741B2 (en) Systems and methods for guaranteeing delivery of pushed data to remote clients
CN106296394B (en) Financial product over-the-counter trading method and system
CN101141301B (en) Method and apparatus for transaction recovery
EP3447631B1 (en) Writing trajectory synchronization method and system for multiple clients
CN108833578B (en) Method and related equipment for duplex communication based on FIFO named pipeline
CN107277083B (en) Data interaction processing method, device and system
CN111064755B (en) Data protection method and device, computer equipment 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
CN105610953A (en) Distributed data synchronizing system and method
GB0509904D0 (en) Method, apparatus and computer program for facilitating communication between a client application and a server application
WO2010148659A1 (en) Data processing method in the web system, apparatus and system thereof
US20060285509A1 (en) Methods for measuring latency in a multicast environment
CN111277483A (en) Multi-terminal message synchronization method, server and storage medium
CN107592199A (en) A kind of method and system of data syn-chronization
CN106993015A (en) Synchronous method, system and the security server of transaction
US8627412B2 (en) Transparent database connection reconnect
CN110213335B (en) Browser-based auxiliary translation and review synchronization system and implementation method
JP2000222268A (en) Method for synchronizing file for plural computers
CN112787972B (en) System, method and device for near-end maintenance authentication in Internet of things
CN111404663B (en) Bluetooth point-to-point based data transmission method and system

Legal Events

Date Code Title Description
EEER Examination request