WO2018076800A1 - Procédé et système de mise à jour asynchrone de données - Google Patents

Procédé et système de mise à jour asynchrone de données Download PDF

Info

Publication number
WO2018076800A1
WO2018076800A1 PCT/CN2017/092961 CN2017092961W WO2018076800A1 WO 2018076800 A1 WO2018076800 A1 WO 2018076800A1 CN 2017092961 W CN2017092961 W CN 2017092961W WO 2018076800 A1 WO2018076800 A1 WO 2018076800A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
server
update
updated
idle
Prior art date
Application number
PCT/CN2017/092961
Other languages
English (en)
Chinese (zh)
Inventor
彭仁诚
Original Assignee
深圳有麦科技有限公司
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 深圳有麦科技有限公司 filed Critical 深圳有麦科技有限公司
Publication of WO2018076800A1 publication Critical patent/WO2018076800A1/fr

Links

Classifications

    • 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/23Updating
    • G06F16/2308Concurrency control
    • G06F16/2315Optimistic concurrency control
    • 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/23Updating
    • G06F16/2379Updates performed during online database operations; commit processing
    • G06F16/2386Bulk updating operations

Definitions

  • the present invention relates to the technical field of data updating, and more particularly to a data asynchronous updating method and system thereof.
  • An application a computer program that performs one or more specific tasks, which runs in user mode and can Interact with the user with a visual user interface.
  • the application is usually divided into two parts: the graphical user interface. (GUI) and engine (Engien) It is different from the concept of application software.
  • Application software refers to the classification of purposes used, which can be a collection of single programs or other dependent components, such as Microsoft. Office, OpenOffice.
  • An application is a single executable or a single program, such as Word, Photoshop. You can't distinguish the two carefully in your daily life.
  • General program is software An integral part.
  • the object of the present invention is to overcome the deficiencies of the prior art and to provide a data asynchronous update method and system thereof.
  • a method for asynchronously updating data comprising the following steps:
  • the relevant data of the application is stored in the data server, and the data server communicates with the cloud computing platform of the application;
  • the data server determines whether the relevant data in the server has been updated. If the relevant data in the server has been updated, the number is counted. According to the update, the data server triggers the asynchronous network, requests the server to deliver the updated data, and enters the data in the data server. The row is updated, or if the relevant data in the server is not updated, the data server is notified, and the data in the server is not updated.
  • a further technical solution is: the relevant data of the application is stored in the data server, and the data service After the data is exchanged with the cloud computing platform of the application, the method further includes: determining whether the data server is an idle period, triggering the asynchronous network to request update data, and if the data server is an idle period, triggering the asynchronous network to request the update data, The data is updated according to whether the server is in an idle period, or if the data server is not in an idle period, the asynchronous network requests to update the data, and when the data server reaches the set time period, the data is updated.
  • a further technical solution is: the determining whether the data server is an idle time period triggers an asynchronous network request New data, if the data server is idle time triggers asynchronous network request update data, the data server is in idle time, Data update, or if the data server does not trigger the asynchronous network to request update data during the idle period, the data server arrives at the set time period to update the data, including:
  • a further technical solution is: determining whether the relevant data in the server has been updated, if the server The related data has been updated, and the data is updated.
  • the data server triggers the asynchronous network and requests the server to deliver the updated number.
  • the data in the data server is updated, or if the relevant data in the server is not updated, the data service is notified Server, the data in this server is not updated, specifically: relying on the version number of the data to determine whether the relevant data has been more New, when the version number of the data changes, the related data has been updated, or when the version number of the data has not changed, the related data is not updated.
  • the invention also provides a data asynchronous update system, comprising a data storage module, a judgment trigger type module, Determining an update module, an update module, and a notification module;
  • the data storage module is configured to store related data of the application in the data server, and the data server Performing data exchange with the cloud computing platform of the application, and connecting to the determining trigger type module;
  • the determining update module is configured to determine whether the data server is an idle time period and trigger an asynchronous network request update. Data, connected to the judgment update module;
  • the determining update module is configured to determine whether related data in the server has been updated, and is respectively connected to the update module and the notification module;
  • the update module is configured to perform data update, the data server triggers an asynchronous network, and the request server sends the update New data to update data in the data server;
  • the notification module is configured to notify the data server that the data in the server is not updated.
  • a further technical solution is: the judging the update type module, including determining an idle update submodule, and an idle judgment a break submodule and a specified time judging submodule;
  • the determining an idle update submodule is configured to determine whether the data server triggers an asynchronous network during an idle period. Updating data is respectively connected to the idle determination submodule and the specified time determination submodule;
  • the idle judging submodule is configured to determine whether the data server is in an idle period, and is connected to the judging update module;
  • the specified time judging submodule is configured to determine whether the data server has reached a specified time period and is connected to the judgment update module.
  • the determining the update type module comprises setting a sub-module
  • the setting sub-module is used for the user to customize the time when the data server triggers the asynchronous network, respectively
  • the specified time judging submodule and the judging idle update submodule are connected.
  • the beneficial effects of the present invention compared with the prior art are: a method for asynchronously updating data according to the present invention, Data update and data caching and asynchronous processing, while using the data server as a carrier, reducing the number of applications directly connected to the server, enabling data access and data update asynchronous, avoiding asynchronous data updates
  • the application has a stuck phenomenon, while improving the stability of the application, so that users have a better experience.
  • FIG. 1 is a flow chart of a method for asynchronously updating data according to an embodiment of the present invention
  • FIG. 2 is a structural block diagram of a data asynchronous update system according to an embodiment of the present invention.
  • the data asynchronous update method provided in this embodiment can be applied.
  • the access of the data is asynchronous with the update of the data, and the phenomenon of the application jamming is avoided from the asynchronous aspect of the data update, and the stability of the application is improved, so that the user has A better experience.
  • a method for asynchronously updating data comprising the following steps:
  • the relevant data of the application is stored in the data server, and the data server communicates with the cloud computing platform of the application;
  • determining whether the data server is an idle time period triggers an asynchronous network request to update data, if the data server The idle time period triggers the asynchronous network to request the update data, when the data server is in the idle period, the data is updated, or if the data server is not in the idle period, the asynchronous network requests the update data, when the data server arrives at the set time. Inter-section, data update.
  • S3. Determine whether related data in the server has been updated, and if related data in the server has been updated, proceed The data is updated, the data server triggers the asynchronous network, and the requesting server delivers the updated data to the data in the data server. Update, or if the relevant data in the server is not updated, notify the data server that the data in the server is not updated.
  • the relevant data of the application is stored in the data server, the data server and the application
  • the order of the cloud computing platform for data exchange, relying on the internal network to complete, the internal network and data update depends on The network is a different network, so there is no phenomenon of competing for the same network, and the phenomenon of jamming of the application is reduced from the root of the network.
  • determining whether the data server is an idle time period triggers an asynchronous network request update.
  • Data if the data server is idle time triggers asynchronous network request to update data, the data server is in idle time, enter The data is updated, or if the data server does not trigger the asynchronous network to request the update data, the data server arrives at the set time period and performs data update, including:
  • S21 Determine whether the data server is in an idle period, and if the data server is in an idle period, perform data Update, or, if the data server is not in an idle period, continue to wait until it reaches an idle period;
  • S22 Determine whether the data server reaches a specified time period. If the data server reaches the specified time period, enter The row data is updated, or if the data server reaches the specified time period, it continues to wait until the specified time period is reached.
  • the user customizes the time at which the data server triggers the asynchronous network, where the time is in daily units.
  • the time when the user-defined data server triggers the asynchronous network may also be On a monthly basis, depending on the situation.
  • the data server triggers the asynchronous network, and the requesting server delivers the updated data to the data.
  • the data in the server is updated, or if the relevant data in the server is not updated, the data server is notified, this time.
  • the data in the server is not updated. Specifically, it depends on the version number of the data to determine whether the related data has been updated. When the version number changes, the related data is updated, or when the version number of the data does not change, the related data is not updated.
  • the above S3 determines whether the relevant data in the server has been updated, if the relevant information in the server
  • the data is updated, the data is updated, the data server triggers the asynchronous network, and the requesting server delivers the updated data.
  • the data in the data server is updated, or if the relevant data in the server is not updated, the data server is notified, The data in the server is not updated, depending on the version number of the data to determine whether the relevant data has been updated, when the version of the data When the number changes, the related data has been updated, or when the version number of the data has not changed, the related data is not updated.
  • the data server obtains the updated related data, searches for the original data corresponding to the updated related data, and replaces the updated related data with the corresponding original data by using an alternative manner.
  • the above-mentioned data asynchronous update method by asynchronously updating data and caching and data Rationally, the data server is used as a carrier to reduce the number of times the application and the server are directly connected to each other, and to realize data access. Asking asynchronously with the update of data, avoiding the jamming of the application from the asynchronous aspect of data update, and improving the stability of the application, so that the user has a better experience.
  • the invention also provides a data asynchronous update system, comprising a data storage module 10, a judgment trigger type module, Determining an update module 60, an update module 70, and a notification module 80; the data storage module 10 for correlating applications
  • the data is stored in the data server, and the data server communicates with the cloud computing platform of the application, and the data is Determining a trigger type module connection; the determining update module 60, configured to determine whether the data server is triggered by an idle period
  • the asynchronous network requests the update data to be connected to the judgment update module 60; the judgment update module 60 is configured to determine the service.
  • the update module 70 is used For data update, the data server triggers an asynchronous network, requesting the server to deliver updated data to the data server.
  • the data is updated;
  • the notification module 80 is configured to notify the data server that the data in the server is not updated.
  • the determining the update type module includes determining the idle update submodule 20, the idle determination submodule 30, and the designation The time judging sub-module 50, the judging idle update sub-module 20, configured to determine whether the data server is in an idle period Sending asynchronous network request update data, respectively, with the idle determination sub-module 30 and the specified time determination sub-module 50
  • the idle determination sub-module 30 is configured to determine whether the data server is in an idle period, and update the mode with the judgment Block 60 is connected;
  • the specified time judging sub-module 50 is configured to determine whether the data server has reached a specified time period and is connected to the judging update module 60.
  • the determining the update type module includes a setting submodule 40, and the setting submodule 40 is configured for the user. Defining the time at which the setting data server triggers the asynchronous network is respectively connected to the specified time judging sub-module 50 and the judging idle update sub-module 20.

Abstract

L'invention concerne un procédé et un système de mise à jour asynchrone de données. Le procédé consiste : à stocker des données associées d'un programme d'application dans un serveur de données, et le serveur de données échange des données avec une plateforme informatique en nuage du programme d'application ; à déterminer si les données associées dans le serveur sont mises à jour, à mettre les données à jour si les données associées dans le serveur sont déjà mises à jour, le serveur de données déclenche un réseau asynchrone pour demander au serveur d'émettre les données mises à jour et de mettre les données à jour dans le serveur de données ; à informer le serveur de données que les données dans le serveur ne sont pas mises à jour cette fois, si les données associées dans le serveur ne sont pas mises à jour. Selon le procédé et le système, une mise à jour de données et une mise en mémoire cache et un échange de données sont traités de manière asynchrone, le serveur de données est utilisé en tant que porteuse, et par conséquent, le programme d'application et les fréquences de connexion directe de serveur peuvent être réduits, et l'accès à des données et la mise à jour de données peuvent être mis en oeuvre ; des phénomènes de brouillage de programme d'application peuvent être empêchés de l'aspect de la mise à jour de l'asynchronisation de données, et en conséquence, la stabilité du programme d'application peut être améliorée, et l'expérience d'utilisateur est bonne.
PCT/CN2017/092961 2016-10-24 2017-07-14 Procédé et système de mise à jour asynchrone de données WO2018076800A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610939149.5A CN106484910A (zh) 2016-10-24 2016-10-24 一种数据异步更新方法及其系统
CN201610939149.5 2016-10-24

Publications (1)

Publication Number Publication Date
WO2018076800A1 true WO2018076800A1 (fr) 2018-05-03

Family

ID=58271596

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/092961 WO2018076800A1 (fr) 2016-10-24 2017-07-14 Procédé et système de mise à jour asynchrone de données

Country Status (2)

Country Link
CN (1) CN106484910A (fr)
WO (1) WO2018076800A1 (fr)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020047215A1 (fr) 2018-08-30 2020-03-05 Danisco Us Inc Granulés contenant des enzymes
WO2020242858A1 (fr) 2019-05-24 2020-12-03 Danisco Us Inc Variants de subtilisine et procédés d'utilisation
WO2020247582A1 (fr) 2019-06-06 2020-12-10 Danisco Us Inc Procédés et compositions de nettoyage
WO2021080948A2 (fr) 2019-10-24 2021-04-29 Danisco Us Inc Alpha-amylases formant des variants de maltopentaose/maltohexaose
WO2022047149A1 (fr) 2020-08-27 2022-03-03 Danisco Us Inc Enzymes et compositions d'enzymes pour le nettoyage
WO2022165107A1 (fr) 2021-01-29 2022-08-04 Danisco Us Inc Compositions pour le nettoyage et procédés associés
WO2023278297A1 (fr) 2021-06-30 2023-01-05 Danisco Us Inc Variants de lipases et leurs utilisations
WO2023034486A2 (fr) 2021-09-03 2023-03-09 Danisco Us Inc. Compositions de blanchisserie pour le nettoyage
WO2023039270A2 (fr) 2021-09-13 2023-03-16 Danisco Us Inc. Granulés contenant un agent bioactif
WO2023114939A2 (fr) 2021-12-16 2023-06-22 Danisco Us Inc. Variants de subtilisine et procédés d'utilisation
WO2023114988A2 (fr) 2021-12-16 2023-06-22 Danisco Us Inc. Alpha-amylases formant des variants de maltopentaose/maltohexaose
WO2023114936A2 (fr) 2021-12-16 2023-06-22 Danisco Us Inc. Variants de subtilisine et procédés d'utilisation
WO2023114932A2 (fr) 2021-12-16 2023-06-22 Danisco Us Inc. Variants de subtilisine et procédés d'utilisation
WO2023168234A1 (fr) 2022-03-01 2023-09-07 Danisco Us Inc. Enzymes et compositions enzymatiques pour le nettoyage
WO2023250301A1 (fr) 2022-06-21 2023-12-28 Danisco Us Inc. Procédés et compositions de nettoyage comprenant un polypeptide ayant une activité de thermolysine
WO2024050343A1 (fr) 2022-09-02 2024-03-07 Danisco Us Inc. Variants de subtilisine et procédés associés
WO2024050346A1 (fr) 2022-09-02 2024-03-07 Danisco Us Inc. Compositions détergentes et procédés associés

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106484910A (zh) * 2016-10-24 2017-03-08 深圳有麦科技有限公司 一种数据异步更新方法及其系统

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6081840A (en) * 1997-10-14 2000-06-27 Zhao; Yan Two-level content distribution system
CN102023973A (zh) * 2009-09-14 2011-04-20 中国移动通信集团公司 一种应用缓存服务器与数据库同步的方法、装置和系统
CN102111449A (zh) * 2011-02-23 2011-06-29 北京蓝汛通信技术有限责任公司 一种更新数据的方法、装置和系统
US20110289495A1 (en) * 2004-12-15 2011-11-24 Apple Inc. Software update management
CN103491137A (zh) * 2013-09-02 2014-01-01 用友软件股份有限公司 数据同步系统和数据同步方法
CN106484910A (zh) * 2016-10-24 2017-03-08 深圳有麦科技有限公司 一种数据异步更新方法及其系统

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6081840A (en) * 1997-10-14 2000-06-27 Zhao; Yan Two-level content distribution system
US20110289495A1 (en) * 2004-12-15 2011-11-24 Apple Inc. Software update management
CN102023973A (zh) * 2009-09-14 2011-04-20 中国移动通信集团公司 一种应用缓存服务器与数据库同步的方法、装置和系统
CN102111449A (zh) * 2011-02-23 2011-06-29 北京蓝汛通信技术有限责任公司 一种更新数据的方法、装置和系统
CN103491137A (zh) * 2013-09-02 2014-01-01 用友软件股份有限公司 数据同步系统和数据同步方法
CN106484910A (zh) * 2016-10-24 2017-03-08 深圳有麦科技有限公司 一种数据异步更新方法及其系统

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020047215A1 (fr) 2018-08-30 2020-03-05 Danisco Us Inc Granulés contenant des enzymes
WO2020242858A1 (fr) 2019-05-24 2020-12-03 Danisco Us Inc Variants de subtilisine et procédés d'utilisation
WO2020247582A1 (fr) 2019-06-06 2020-12-10 Danisco Us Inc Procédés et compositions de nettoyage
WO2021080948A2 (fr) 2019-10-24 2021-04-29 Danisco Us Inc Alpha-amylases formant des variants de maltopentaose/maltohexaose
WO2022047149A1 (fr) 2020-08-27 2022-03-03 Danisco Us Inc Enzymes et compositions d'enzymes pour le nettoyage
WO2022165107A1 (fr) 2021-01-29 2022-08-04 Danisco Us Inc Compositions pour le nettoyage et procédés associés
WO2023278297A1 (fr) 2021-06-30 2023-01-05 Danisco Us Inc Variants de lipases et leurs utilisations
WO2023034486A3 (fr) * 2021-09-03 2023-06-08 Danisco Us Inc. Compositions de blanchisserie pour le nettoyage
WO2023034486A2 (fr) 2021-09-03 2023-03-09 Danisco Us Inc. Compositions de blanchisserie pour le nettoyage
WO2023039270A2 (fr) 2021-09-13 2023-03-16 Danisco Us Inc. Granulés contenant un agent bioactif
WO2023114939A2 (fr) 2021-12-16 2023-06-22 Danisco Us Inc. Variants de subtilisine et procédés d'utilisation
WO2023114988A2 (fr) 2021-12-16 2023-06-22 Danisco Us Inc. Alpha-amylases formant des variants de maltopentaose/maltohexaose
WO2023114936A2 (fr) 2021-12-16 2023-06-22 Danisco Us Inc. Variants de subtilisine et procédés d'utilisation
WO2023114932A2 (fr) 2021-12-16 2023-06-22 Danisco Us Inc. Variants de subtilisine et procédés d'utilisation
WO2023168234A1 (fr) 2022-03-01 2023-09-07 Danisco Us Inc. Enzymes et compositions enzymatiques pour le nettoyage
WO2023250301A1 (fr) 2022-06-21 2023-12-28 Danisco Us Inc. Procédés et compositions de nettoyage comprenant un polypeptide ayant une activité de thermolysine
WO2024050343A1 (fr) 2022-09-02 2024-03-07 Danisco Us Inc. Variants de subtilisine et procédés associés
WO2024050346A1 (fr) 2022-09-02 2024-03-07 Danisco Us Inc. Compositions détergentes et procédés associés

Also Published As

Publication number Publication date
CN106484910A (zh) 2017-03-08

Similar Documents

Publication Publication Date Title
WO2018076800A1 (fr) Procédé et système de mise à jour asynchrone de données
WO2020224250A1 (fr) Procédé, appareil et dispositif pour déclenchement de contrat intelligent, et support de stockage
WO2018214320A1 (fr) Procédé et système de surveillance de logique de service de base de données, et support de stockage
WO2017012404A1 (fr) Procédé et terminal de gestion de groupes, et support de stockage
WO2020224246A1 (fr) Procédé et appareil de gestion de données fondée sur une chaîne de blocs, dispositif et support d'informations
WO2018103315A1 (fr) Procédé de traitement de données de surveillance, appareil, serveur et équipement de stockage
US20100161551A1 (en) Selective database replication
WO2013174172A1 (fr) Procédé et système de prévisualisation d'informations de fichier
WO2020134545A1 (fr) Procédé de mise à jour de configuration, et produit associé
WO2013163920A1 (fr) Procédé et dispositif d'insertion ou de suppression de cellules, de rangées ou de colonnes dans une feuille de tableur
WO2018000174A1 (fr) Procédé de mise en correspondance rapide et orienté sur un stockage parallèle de séquences d'adn et système associé
WO2019109957A1 (fr) Procédé, appareil, et dispositif de fourniture de service basé sur un bus de service d'entreprise (esb), et support d'informations lisible
WO2016011826A1 (fr) Procédé et dispositif d'ordonnancement de serveur virtuel nuagique
WO2021012489A1 (fr) Procédé d'interrogation de journal de plateforme téléphonique, dispositif terminal, support de stockage et appareil
WO2020119062A1 (fr) Procédé de gestion d'applications pre-installées, dispositif et support de stockage
WO2018201871A1 (fr) Procédé de notification de données, dispositif et support de stockage lisible
CN112187862B (zh) 一种任务处理方法、装置和用于任务处理的装置
WO2020237859A1 (fr) Procédé de migration de données employant un dispositif nbd, appareil, dispositif et support de stockage
WO2016123898A1 (fr) Procédé de gestion de message court et terminal mobile associé
WO2021051492A1 (fr) Procédé, appareil et dispositif de communication de nœud de service de base de données, et support d'informations informatique
WO2014142610A1 (fr) Terminal et son procédé de synchronisation d'application
WO2018094839A1 (fr) Procédé et dispositif d'installation d'application préchargée de terminal mobile
WO2020098075A1 (fr) Procédé, appareil et dispositif de traitement de données financières et support d'informations
WO2023125837A1 (fr) Procédé et appareil de surveillance d'état de dispositif, dispositif informatique et support de stockage
EP2686981A2 (fr) Procédé et système pour gérer des informations de contact dans un environnement de réseau domestique upnp

Legal Events

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

Ref document number: 17864693

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 20.09.2019)

122 Ep: pct application non-entry in european phase

Ref document number: 17864693

Country of ref document: EP

Kind code of ref document: A1