CN113094063A - Configuration file updating method and device - Google Patents

Configuration file updating method and device Download PDF

Info

Publication number
CN113094063A
CN113094063A CN202110232387.3A CN202110232387A CN113094063A CN 113094063 A CN113094063 A CN 113094063A CN 202110232387 A CN202110232387 A CN 202110232387A CN 113094063 A CN113094063 A CN 113094063A
Authority
CN
China
Prior art keywords
configuration file
configuration
updating
terminal
update
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.)
Pending
Application number
CN202110232387.3A
Other languages
Chinese (zh)
Inventor
赵鹏松
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.)
Xiamen Yealink Network Technology Co Ltd
Original Assignee
Xiamen Yealink Network Technology Co Ltd
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 Xiamen Yealink Network Technology Co Ltd filed Critical Xiamen Yealink Network Technology Co Ltd
Priority to CN202110232387.3A priority Critical patent/CN113094063A/en
Publication of CN113094063A publication Critical patent/CN113094063A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Data Mining & Analysis (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a method and a device for updating a configuration file, and relates to the technical field of data synchronous processing. The updating method is respectively executed by the server and the terminal, and the updating method executed by the server comprises the following steps: when the configuration file stored in the server is changed, generating an update notice and distributing the update notice to each terminal; responding to an update request sent by the terminal according to the update notification, and pushing the changed configuration file to the terminal; the changed configuration file comprises the current configuration item and a full configuration item; so that the terminal completes the configuration file update: and selecting the updating of the configuration items or the updating of the total configuration items according to the difference between the version number of the changed configuration file and the version number of the configuration file stored in the terminal. The invention combines the configuration items and the full configuration items in one configuration file, and can improve the updating efficiency.

Description

Configuration file updating method and device
Technical Field
The present invention relates to the field of data synchronization processing technologies, and in particular, to a method and an apparatus for updating a configuration file.
Background
With the increasing number of service functions, the global audio and video conference system has more and more modules, switches of corresponding various functions and parameter configuration, more and more temporary server environment variable configuration modification, and the traditional mode of managing a configuration file through a program can not meet the requirements more and more.
In a distributed system, each configuration file is generally managed by a configuration center, and configurations required by each program or module are centrally managed. If the program needs to be configured, the program directly finds the configuration center to read the configuration. In the prior art, there are generally two ways to read configuration files from a configuration center: each time, drawing the configuration file information in a full amount; or only pull part of the configuration information changed at a time.
The above described approach to configuration files suffers from the following disadvantages: 1) the terminal program gets the total configuration file from the configuration center, after the total configuration file is fetched, the total comparison is locally carried out, the changed part is found out to take effect of the application, and the terminal implementation logic is complex; 2) if only the updated configuration file is taken, because some transmission may be lost in the middle, the missing change information is generated in the middle; 3) the configuration file acquisition methods of the server and the terminal are fewer, and when the server is modified, a large number of application programs of the terminal are required to be matched for modification.
Disclosure of Invention
The invention aims to provide a configuration file updating method and device, which combine the current configuration item and the full configuration item in one configuration file and improve the updating efficiency.
In order to achieve the purpose, the invention provides the following technical scheme:
a method for updating a configuration file, the method being performed by a server and comprising: when the configuration file stored in the server is changed, generating an update notice and distributing the update notice to each terminal; responding to an update request sent by the terminal according to the update notification, and pushing the changed configuration file to the terminal; the changed configuration file comprises the current configuration item and a full configuration item; so that the terminal completes the configuration file update: and selecting the updating of the configuration items or the updating of the total configuration items according to the difference between the version number of the changed configuration file and the version number of the configuration file stored in the terminal.
Preferably, the method further comprises the following steps: acquiring a learning response generated when the terminal receives the updating notification; and if the acquisition response is not received within the preset time, repeatedly pushing the update notification to the terminal until the pushing times reach a preset value.
Preferably, the object of the update notification distribution is provided by a registry without a full network push.
An updating method of a configuration file, the updating method being executed by a terminal and comprising: acquiring an update notification sent by a server, and sending an update request to the server according to the update notification; acquiring a changed configuration file; the changed configuration file comprises the current configuration item and a full configuration item; and selecting the updating of the configuration items or the updating of the total configuration items according to the difference between the version number of the changed configuration file and the version number of the configuration file stored in the terminal.
Preferably, the method further comprises the following steps: and when the update notification is received, generating a learning response and feeding back the learning response to the server.
Preferably, the selecting the current configuration item update or the full configuration item update according to the difference between the version number of the changed configuration file and the version number of the configuration file stored in the terminal includes: if the version number of the changed configuration file-the version number of the configuration file stored by the terminal is 1, selecting the current configuration item for updating; and if the version number of the changed configuration file-the version number of the configuration file stored by the terminal is more than 1, selecting the full configuration item for updating.
Preferably, if the version number of the changed configuration file-the version number of the configuration file stored by the terminal > 1, selecting the full configuration item for updating further includes: comparing the total configuration item with a configuration file stored in a terminal in a total manner, and searching for a change item; and loading the change item for updating.
Preferably, the method further comprises the steps of sending an update query signal to the server at regular time, and querying the version number of the configuration file stored by the server; and when the version number of the configuration file stored in the inquired server is inconsistent with the version number of the configuration file stored in the terminal, sending an updating request to the server.
An apparatus for updating a configuration file, comprising: the pushing module is used for generating an update notice and distributing the update notice to each terminal when the configuration file stored in the server is changed; the configuration module is used for responding to an update request sent by the terminal according to the update notification and pushing the changed configuration file to the terminal; the changed configuration file comprises the current configuration item and a full configuration item; the configuration file module is used for storing configuration files with different version numbers so that the terminal completes configuration file updating: and selecting the updating of the configuration items or the updating of the total configuration items according to the difference between the version number of the changed configuration file and the version number of the configuration file stored in the terminal.
An apparatus for updating a configuration file, comprising: the request module is used for acquiring an update notification sent by a server and sending an update request to the server according to the update notification; the file acquisition module is used for acquiring the changed configuration file; the changed configuration file comprises the current configuration item and a full configuration item; and the configuration item selection module is used for selecting the current configuration item update or the total configuration item update according to the difference between the version number of the changed configuration file and the version number of the configuration file stored in the terminal.
The embodiment of the invention has the following beneficial effects:
the invention discloses a method and a device for updating a configuration file, which combine the configuration item and a full amount of configuration items in one configuration file, and a terminal only needs to obtain one time in the updating process to selectively update locally. Compared with the prior art, the updating efficiency of the configuration file can be effectively improved.
Drawings
In order to more clearly illustrate the technical solution of the present invention, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a schematic structural diagram of a configuration center system according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a method for updating a configuration file according to an embodiment of the present invention;
FIG. 3 is a flowchart illustrating a method for updating a configuration file according to another embodiment of the present invention;
fig. 4 is a flowchart illustrating a method for updating a configuration file according to an embodiment of the present invention;
fig. 5 is a flowchart illustrating a method for updating a configuration file according to another embodiment of the present invention;
fig. 6 is a flowchart illustrating a method for updating a configuration file according to another embodiment of the present invention;
fig. 7 is a signaling diagram of a method for updating a configuration file according to an embodiment of the present invention;
FIG. 8 is a structural diagram of an apparatus for updating configuration files according to an embodiment of the present invention;
fig. 9 is a structural diagram of an apparatus for updating a configuration file according to another embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be understood that the step numbers used herein are for convenience of description only and are not intended as limitations on the order in which the steps are performed.
It is to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the specification of the present invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
The terms "comprises" and "comprising" indicate the presence of the described features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
The term "and/or" refers to and includes any and all possible combinations of one or more of the associated listed items.
Referring to fig. 1, fig. 1 is a schematic structural diagram of a configuration center system according to an embodiment of the present invention, which is used to describe how to manage versions of configuration files, distribute update notifications, and how a terminal pulls configuration files and an application takes effect. Wherein the configuration file repository: for storing configuration files of all different version numbers. Configuring a service: and managing the configuration files, including uploading and modifying the configuration files and the like. Push service: when the configuration file stored in the server is changed, an update notification is generated and pushed to the application program corresponding to each terminal, and the terminal requests the configuration service to download the configuration file after receiving the update notification. The registration center: the system is used for maintaining the subscription relationship between the terminal application program and the configuration file. And after one configuration file is updated, pushing the configuration file to corresponding terminals of all application programs subscribed with the configuration file. Proxy service: to satisfy high concurrency, general applications pass through a walk-proxy service.
Referring to fig. 2, fig. 2 is a schematic flow chart of an updating method of a configuration file according to an embodiment of the present invention, where the updating method is executed by a server, and in the embodiment, the updating method includes:
in step S110, when the configuration file stored in the server is changed, an update notification is generated and distributed to each terminal.
The change of the configuration file is sensed by the configuration service of the server, the update notice is pushed to the related application program terminals by the push service of the server, and the update notice is specifically pushed to which terminals and provided by the registration center, and the application program terminal list does not need to be pushed in the whole network. That is, in one embodiment, the object of the update notification distribution is provided by the registry, without a full network push.
Step S120, responding to the update request sent by the terminal according to the update notification, and pushing the changed configuration file to the terminal so that the terminal completes the configuration file update: and selecting the updating of the configuration items or the updating of the total configuration items according to the difference between the version number of the changed configuration file and the version number of the configuration file stored in the terminal. The changed configuration file comprises the current configuration item and the full configuration item. The configuration file is composed of a full configuration file and a current updating mode, the current configuration file version v0.102 of the application program is assumed, the subsequent incremental increase of the configuration file versions such as v0.103 and v0.104 after each updating is received, the configuration file carries a full configuration item and the current configuration item, the content in the current configuration item can quickly enable the terminal to load the changed configuration item, and the full configuration item does not need to be concerned.
Referring to fig. 3, fig. 3 is a schematic flow chart of a method for updating a configuration file according to another embodiment of the present invention, where the method is executed by a server, and in this embodiment, the method further includes: step S111, acquiring a learning response generated when the terminal receives the update notification. And if the acquisition response is not received within the preset time, repeatedly pushing the update notification to the terminal until the pushing times reach the preset value. If the response of the client cannot be received within the limited time and the number of attempts, the pushing is also finished, so that the continuous circulation is avoided, and then the pushing process is carried out again after waiting for the configuration updating at the next time.
Referring to fig. 4, fig. 4 is a schematic flowchart illustrating a method for updating a configuration file according to an embodiment of the present invention, where the method is executed by a terminal, and the method includes:
step S210, obtaining the update notification sent by the server, and sending an update request to the server according to the update notification.
Step S220, acquiring the changed configuration file; the changed configuration file comprises the current configuration item and the full configuration item.
If the modified configuration file is successfully acquired at one time, the process is ended, if the download is not successful within the limited time, retry is carried out, the limited retry times are reached, and if the download is not successful, a failure state is entered. If the updating can not be completed within the limited time and the number of the attempts, the updating is also finished, so that the continuous circulation is avoided, and then the flow is repeated after waiting for the next configuration updating.
Step S230, selecting the current configuration item update or the total configuration item update according to the difference between the version number of the changed configuration file and the version number of the configuration file stored in the terminal.
Step S230, including: if the version number of the changed configuration file-the version number of the configuration file stored by the terminal is 1, selecting the configuration item for updating; and if the version number of the changed configuration file-the version number of the configuration file stored by the terminal is more than 1, selecting a full configuration item for updating.
As shown in fig. 5, the version number of the modified configuration file is compared with the version number of the configuration file stored in the terminal locally, for example, the version number of the configuration file stored in the terminal is V0.102, the version number of the obtained new configuration file is V0.103, and the version numbers are sequentially added by 1, that is, the version number of the modified configuration file-the version number of the configuration file stored in the terminal is 1, only the updated part of the configuration file (the configuration item of this time) needs to be loaded, which is similar to incremental update, and the efficiency is very high.
If the obtained version numbers are not added by 1 continuously, that is, the version number of the changed configuration file-the version number of the configuration file stored by the terminal is greater than 1, and is v0.104, it indicates that the configuration file of the terminal has a missing version in the middle of the updating process, and the configuration file may fail to be obtained last time, so that the content in the current configuration item cannot be updated only, and a full configuration item needs to be selected for updating. For example, if the version number of the configuration file after the change-the version number of the configuration file stored in the terminal > 1, the total configuration items are selected for updating, and the method further comprises the following steps: comparing the total configuration items with configuration files stored in the terminal, and searching for change items; and loading the change item for updating.
Referring to fig. 6, fig. 6 is a schematic flowchart illustrating a method for updating a configuration file according to another embodiment of the present invention, where the method is executed by a terminal, and in this embodiment, the method further includes: and when the update notification is received, generating a learning response and feeding back the learning response to the server. And the terminal generates a response to the server, and the response indicates that the update notification is received, and the address of the configuration file updated this time is acquired in the update notification. In one embodiment, the method further comprises: sending an updating query signal to the server at regular time, and querying the version number of the configuration file stored by the server; and when the inquired version number of the configuration file stored in the server is inconsistent with the version number of the configuration file stored in the terminal, sending an updating request to the server.
Referring to fig. 7, fig. 7 is a signaling diagram illustrating a method for updating a configuration file according to an embodiment of the present invention, and the same parts as those in the above embodiment are not repeated herein. In this embodiment, when the configuration service is updated, the push service is notified; the push service informs the corresponding application program terminal of the update notification; the terminal responds to the update notification, generates a learning response and feeds back the learning response; the terminal acquires the updated configuration file from the configuration file warehouse according to the URL address in the update notification; for the reliability of updating, the terminal also can periodically and actively inquire the configuration service whether the configuration update exists, if the configuration update does not exist, the configuration service directly responds, and if the configuration update exists, the terminal actively acquires the configuration file from the configuration file warehouse.
Referring to fig. 8, fig. 8 is a schematic structural diagram of an apparatus for updating a configuration file according to an embodiment of the present invention, and portions of the embodiment that are the same as those of the embodiment are not repeated herein. In this embodiment, the apparatus includes:
the push module 11 is used for generating an update notification and distributing the update notification to each terminal when the configuration file stored in the server is changed;
a configuration module 12, configured to respond to an update request sent by the terminal according to the update notification, and push the changed configuration file to the terminal, so that the terminal completes configuration file update: and selecting the updating of the configuration items or the updating of the total configuration items according to the difference between the version number of the changed configuration file and the version number of the configuration file stored in the terminal. The changed configuration file comprises the current configuration item and a full configuration item;
referring to fig. 9, fig. 9 is a schematic structural diagram of an apparatus for updating a configuration file according to another embodiment of the present invention, and parts of this embodiment that are the same as those of the above-mentioned embodiment are not repeated herein. In this embodiment, the apparatus includes:
the request module 21 is configured to obtain an update notification sent by a server, and send an update request to the server according to the update notification;
a file obtaining module 22, configured to obtain the changed configuration file; the changed configuration file comprises the current configuration item and a full configuration item;
and the configuration item selecting module 23 is configured to select the current configuration item update or the full configuration item update according to a difference between the version number of the changed configuration file and the version number of the configuration file stored in the terminal.
The method and the device for updating the configuration file combine the configuration items and the full configuration items in one configuration file, and the terminal can selectively update locally only by acquiring the configuration items once in the updating process. Compared with the prior art, the updating efficiency of the configuration file can be effectively improved.
While the foregoing is directed to the preferred embodiment of the present invention, it will be understood by those skilled in the art that various changes and modifications may be made without departing from the spirit and scope of the invention.

Claims (10)

1. A method for updating a configuration file, the method being performed by a server, the method comprising:
when the configuration file stored in the server is changed, generating an update notice and distributing the update notice to each terminal;
responding to an update request sent by the terminal according to the update notification, and pushing the changed configuration file to the terminal; the changed configuration file comprises the current configuration item and a full configuration item;
so that the terminal completes the configuration file update: and selecting the updating of the configuration items or the updating of the total configuration items according to the difference between the version number of the changed configuration file and the version number of the configuration file stored in the terminal.
2. The method for updating a configuration file according to claim 1, further comprising:
acquiring a learning response generated when the terminal receives the updating notification;
and if the acquisition response is not received within the preset time, repeatedly pushing the update notification to the terminal until the pushing times reach a preset value.
3. The method for updating the configuration file according to claim 1, wherein the object of the distribution of the update notification is provided by a registry without a full network push.
4. A method for updating a configuration file, the method being executed by a terminal, the method comprising:
acquiring an update notification sent by a server, and sending an update request to the server according to the update notification;
acquiring a changed configuration file; the changed configuration file comprises the current configuration item and a full configuration item;
and selecting the updating of the configuration items or the updating of the total configuration items according to the difference between the version number of the changed configuration file and the version number of the configuration file stored in the terminal.
5. The method for updating the configuration file according to claim 4, further comprising:
and when the update notification is received, generating a learning response and feeding back the learning response to the server.
6. The method for updating the configuration file according to claim 4, wherein the selecting the current configuration item update or the full configuration item update according to the difference between the version number of the changed configuration file and the version number of the configuration file stored in the terminal comprises:
if the version number of the changed configuration file-the version number of the configuration file stored by the terminal is 1, selecting the current configuration item for updating;
and if the version number of the changed configuration file-the version number of the configuration file stored by the terminal is more than 1, selecting the full configuration item for updating.
7. The method for updating a configuration file according to claim 4, wherein if the version number of the modified configuration file-the version number of the configuration file stored in the terminal > 1, the full configuration item is selected for updating, further comprising:
comparing the total configuration item with a configuration file stored in a terminal in a total manner, and searching for a change item;
and loading the change item for updating.
8. The method for updating the configuration file according to claim 4, further comprising sending an update inquiry signal to the server at regular time, inquiring about the version number of the configuration file stored by the server;
and when the version number of the configuration file stored in the inquired server is inconsistent with the version number of the configuration file stored in the terminal, sending an updating request to the server.
9. An apparatus for updating a configuration file, comprising:
the pushing module is used for generating an update notice and distributing the update notice to each terminal when the configuration file stored in the server is changed;
the configuration module is used for responding to an update request sent by the terminal according to the update notification and pushing the changed configuration file to the terminal; the changed configuration file comprises the current configuration item and a full configuration item;
the configuration file module is used for storing configuration files with different version numbers so that the terminal completes configuration file updating: and selecting the updating of the configuration items or the updating of the total configuration items according to the difference between the version number of the changed configuration file and the version number of the configuration file stored in the terminal.
10. An apparatus for updating a configuration file, comprising:
the request module is used for acquiring an update notification sent by a server and sending an update request to the server according to the update notification;
the file acquisition module is used for acquiring the changed configuration file; the changed configuration file comprises the current configuration item and a full configuration item;
and the configuration item selection module is used for selecting the current configuration item update or the total configuration item update according to the difference between the version number of the changed configuration file and the version number of the configuration file stored in the terminal.
CN202110232387.3A 2021-03-02 2021-03-02 Configuration file updating method and device Pending CN113094063A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110232387.3A CN113094063A (en) 2021-03-02 2021-03-02 Configuration file updating method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110232387.3A CN113094063A (en) 2021-03-02 2021-03-02 Configuration file updating method and device

Publications (1)

Publication Number Publication Date
CN113094063A true CN113094063A (en) 2021-07-09

Family

ID=76666312

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110232387.3A Pending CN113094063A (en) 2021-03-02 2021-03-02 Configuration file updating method and device

Country Status (1)

Country Link
CN (1) CN113094063A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114490889A (en) * 2022-01-25 2022-05-13 成都鼎桥通信技术有限公司 Configuration information processing method, device, equipment, medium and program product

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104978215A (en) * 2014-10-08 2015-10-14 腾讯科技(深圳)有限公司 File updating method, relevant equipment and system
CN106325930A (en) * 2016-08-23 2017-01-11 北京百度网讯科技有限公司 Method and device for notifying change of configuration files
CN107797817A (en) * 2017-03-13 2018-03-13 平安科技(深圳)有限公司 Using update method and device
US20180314518A1 (en) * 2017-04-28 2018-11-01 Servicenow, Inc. Systems and methods for tracking configuration file changes
CN109697075A (en) * 2017-10-20 2019-04-30 北京京东尚科信息技术有限公司 File updating method, system and device
CN110058873A (en) * 2019-03-12 2019-07-26 天津五八到家科技有限公司 Application page update method, device, equipment and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104978215A (en) * 2014-10-08 2015-10-14 腾讯科技(深圳)有限公司 File updating method, relevant equipment and system
CN106325930A (en) * 2016-08-23 2017-01-11 北京百度网讯科技有限公司 Method and device for notifying change of configuration files
CN107797817A (en) * 2017-03-13 2018-03-13 平安科技(深圳)有限公司 Using update method and device
US20180314518A1 (en) * 2017-04-28 2018-11-01 Servicenow, Inc. Systems and methods for tracking configuration file changes
CN109697075A (en) * 2017-10-20 2019-04-30 北京京东尚科信息技术有限公司 File updating method, system and device
CN110058873A (en) * 2019-03-12 2019-07-26 天津五八到家科技有限公司 Application page update method, device, equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114490889A (en) * 2022-01-25 2022-05-13 成都鼎桥通信技术有限公司 Configuration information processing method, device, equipment, medium and program product

Similar Documents

Publication Publication Date Title
JP5232876B2 (en) Automatic content transmission technology to mobile devices based on feeds
CN105338086B (en) A kind of distributed message forwarding method
RU2471227C2 (en) Peer-to-peer synchronisation assisted with service unit
US6816944B2 (en) Apparatus and methods for providing coordinated and personalized application and data management for resource-limited mobile devices
US20030105846A1 (en) Enhanched UDDI with service push model
US20210297874A1 (en) Devices and methods for discovering collectable data and analytics data in a network
US8176151B2 (en) Runtime versioning of information processing systems
US20170085633A1 (en) Method and apparatus for saving cloud service traffic using peer-to-peer connection
CN102955717A (en) Message management equipment and method in distributed message processing system
CN101159569B (en) Method of issuing user service capability and present server and communication service system
CN112882738A (en) Configuration information updating method and device under micro-service architecture and electronic equipment
CN113094063A (en) Configuration file updating method and device
JP2005530258A (en) System and method for resynchronization while refreshing a client device from a server
CN114130035A (en) User matching method, device, equipment and storage medium
US20090264111A1 (en) Podcasting on a mobile phone
CN112055077B (en) Block link access method, device and storage medium
CN110798349B (en) Configuration distribution and receiving method, equipment and computer readable storage medium
CN111147585B (en) Equipment upgrading method, device, storage medium and system
US7296084B2 (en) Data management system and method
CN112596933B (en) Micro-service system based on message event communication
CN113849574A (en) Data processing method, front end and computer readable storage medium
CN112541143A (en) Asynchronous picture acquisition method and system
CN111327434B (en) Method for optimizing broadcast push and storage medium
US12040943B2 (en) Optimization of network function profile administration and discovery
CN116414579B (en) Method for realizing data consistency among multiple copies based on distributed group communication

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210709