CN115643237A - Data processing system for conference - Google Patents

Data processing system for conference Download PDF

Info

Publication number
CN115643237A
CN115643237A CN202211254023.6A CN202211254023A CN115643237A CN 115643237 A CN115643237 A CN 115643237A CN 202211254023 A CN202211254023 A CN 202211254023A CN 115643237 A CN115643237 A CN 115643237A
Authority
CN
China
Prior art keywords
processing module
processing
mode
slave
module
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
CN202211254023.6A
Other languages
Chinese (zh)
Other versions
CN115643237B (en
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.)
Beijing Huajian Yunding Technology Co ltd
Original Assignee
Beijing Huajian Yunding 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 Beijing Huajian Yunding Technology Co ltd filed Critical Beijing Huajian Yunding Technology Co ltd
Priority to CN202211254023.6A priority Critical patent/CN115643237B/en
Publication of CN115643237A publication Critical patent/CN115643237A/en
Application granted granted Critical
Publication of CN115643237B publication Critical patent/CN115643237B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention provides a data processing system for a conference, comprising: the system comprises a first processing module, a second processing module, n resource storage modules and m terminal devices; the first processing module and the second processing module have the same function. After power-up, the two processing modules are started in the second mode at the same time, and before entering the conference, the other processing module is connected and sends the self-mode state to the other processing module. And the two processing modules can carry out master-slave judgment, resource and data synchronization is required after the judgment, and the slave processing module needs to take over the control function after the master processing module is disconnected. Because only two processing modules are included, and the two processing modules can automatically determine who is the main processing module and who is the slave processing module, the master-slave state of the processing modules does not need to be specified in advance, the master-slave state can be determined by a set rule, and the system deployment logic can be simplified. In addition, only the main processing module processes the data in the processing process, and the conference processing service is not influenced.

Description

Data processing system for conference
Technical Field
The invention relates to the field of data processing, in particular to a data processing system for a conference.
Background
The current hot backup scheme mainly includes the following modes:
(1) Master-slave mode: the slave node automatically synchronizes the data of the master node in the mode, and hot backup of the data is realized. When the master node fails, the designated slave node needs to be actively switched to be a new master node.
(2) Sentinel model: in the mode, a monitoring system is added in a master-slave mode, fault transfer is realized, sentinel nodes can monitor the running state of the master-slave node, and when a master node fails and is offline, the sentinel nodes can select one slave node to serve as a new master node to continue to provide services.
(3) Cluster mode: in the mode, a monitoring mechanism and a data fragmentation mechanism are added to a master-slave mode to realize failover and data horizontal expansion, a plurality of masters and slaves are combined in a cluster, each master node is responsible for storing a part of data in the cluster, and after a certain master node fails and is offline, the cluster can select one slave node of the node to serve as a new master node to continue to provide services.
However, the pure master-slave mode requires to make clear the master-slave relationship in advance, needs to be actively switched when the fault occurs, and cannot adapt to the scene needing automatic switching; the sentinel mode is suitable for scenes with small data volume, but single-point faults of sentinel nodes exist, and a sentinel cluster is generally required to provide services; the cluster mode has stability and expandability superior to that of a sentinel mode, but the use mode is more complex. Therefore, when in a scenario where resources are limited and flexible automatic failover is required, such as a conference, none of the three modes described above are applicable.
Disclosure of Invention
Aiming at the technical problems, the technical scheme adopted by the invention is as follows:
an embodiment of the present invention provides a data processing system for a conference, where the system includes: the system comprises a first processing module, a second processing module, n resource storage modules and m terminal devices; the first processing module and the second processing module have the same function;
a first connection thread and a second connection thread are arranged on any resource storage module i, the first connection thread of any resource card i is used for being in communication connection with the main processing module, and the second connection thread of any resource card i is used for being in communication connection with the slave processing module; the value of i is 1 to n;
any terminal device j is provided with a first connection thread and a second connection thread, the first connection thread of any terminal device j is used for being in communication connection with the main processing module, and the second connection thread of any terminal device j is used for being in communication connection with the slave processing module; j takes the value from 1 to m;
in the conference process, the first processing module and the second processing module determine whether the first processing module and the second processing module are main processing modules or slave processing modules based on a set rule, and send corresponding mode states to the opposite side; the mode state includes a first mode and a second mode;
wherein the main processing module is used for executing a computer program to realize the following steps:
s100, acquiring the connection state of any resource storage module i and the resource storage module i, storing corresponding resources on the resource storage module i when the connection state of the resource storage module i and the resource storage module i is determined to be a first state, and sending the resources stored on any resource storage module i and the connection state of any resource storage module i and the resource storage module i to the slave processing module;
s110, acquiring the connection state of any terminal device j and the terminal device j, and sending the connection state of the terminal device j and the terminal device j to the slave processing module; acquiring and processing a data message sent by any terminal device j, wherein the data message has a data identifier;
s120, sending a processing result to the slave processing module, wherein the processing result comprises a data message and a corresponding data identifier;
the slave processing module is used for executing the computer program to realize the following steps:
s200, acquiring connection state information sent by a main processing module;
s210, acquiring a data message sent by any terminal device j and storing the data message in a cache list;
s220, when any processing result is received from the main processing module, the processing result is stored, and the data message corresponding to the processing result is deleted from the cache list;
s230, when the main processing module is detected to be in an abnormal state, entering a first mode to process the rest data messages in the cache list;
the main processing module is further configured to execute a computer program to implement the steps of:
and S130, after the abnormal state is recovered to the normal state, the communication connection with the slave processing module is carried out again, and the second mode is entered to wait for the slave processing module to send the processing result and the state information.
The invention has at least the following beneficial effects:
the data processing system for the conference provided by the embodiment of the invention only comprises two processing modules, and the two processing modules can automatically determine who is the main processing module and who is the auxiliary processing module, and the master-slave state of the processing modules is not required to be specified in advance, and can be determined by the set rule, so that the deployment logic of the system can be simplified. In addition, in the processing process, only the main processing module processes the data, and the conference processing service is not influenced. And when the main processing module breaks down, the auxiliary processing module can quickly take over the functions of the main processing module, so that the control function can be transferred without sensing.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced 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 to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a block diagram of a data processing system for a conference according to an 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.
Fig. 1 is a block diagram of a data processing system for a conference according to an embodiment of the present invention.
An embodiment of the present invention provides a data processing system for a conference, as shown in fig. 1, the system includes: the system comprises a first processing module, a second processing module, n resource storage modules and m terminal devices.
In the embodiment of the present invention, the processing module and the resource storage module may be integrated on a board card of the host. The board card used as the processing module may be a board card having a data processing function, and the board card used as the resource storage module may be a board card having a storage capability. In the embodiment of the present invention, the resource storage module is used for storing stream resources, such as audio and video resources.
In the embodiment of the present invention, the functions of the first processing module and the second processing module are the same, that is, the software running on the two processing modules is completely the same.
In the embodiment of the present invention, the terminal device may be a conference terminal, for example, a notebook computer, an ipad, a smart phone, and the like.
Further, in the embodiment of the present invention, a first connection thread and a second connection thread are provided on any resource storage module i, the first connection thread of any resource card i is used for communicating with the master processing module, and the second connection thread of any resource card i is used for communicating with the slave processing module; i takes on values from 1 to n. n may be determined based on actual needs.
Any terminal device j is provided with a first connection thread and a second connection thread, the first connection thread of any terminal device j is used for being in communication connection with the main processing module, and the second connection thread of any terminal device j is used for being in communication connection with the slave processing module; j has a value of 1 to m. m may be determined based on practical circumstances, and in one example of the present invention, m =5.
Any resource storage module i and any terminal device j can be registered first when being connected with the processing module for the first time. The connection with the processing module may be automated upon reconnection after registration.
In the conference process, the first processing module and the second processing module determine whether the first processing module and the second processing module are main processing modules or slave processing modules based on a set rule, and send corresponding mode states to the opposite side; the mode state includes a first mode and a second mode. In the implementation of the present invention, the processing module in the first mode is used to take over the management and scheduling of the terminal device, i.e. to execute the control function. The processing module in the second mode synchronizes the state of the terminal device according to the state of the processing module in the first mode, i.e. does not execute the control function.
Further, in one embodiment of the present invention, whether that processing module is a master processing module or a slave processing module may be determined by:
if one of the two processing modules fails to start and one of the two processing modules succeeds in starting, the processing module which is started normally cannot establish connection with the other side or cannot receive the mode state of the other side, and the processing module which is started successfully serves as a main processing module.
If the processing module which fails to be started is started again and connected with the processing module which succeeds in starting, the mode state of the processing module which succeeds in starting is identified as the first mode, the mode state of the processing module is identified as the second mode, and the mode state is sent to the processing module which succeeds in starting.
Further, in another embodiment of the present invention, it can also be determined whether that processing module is a master processing module or a slave processing module by:
and if the two processing modules are started normally and establish normal connection, the mode states of the two processing modules are set to be the second mode. That is, both processing modules will receive the mode status as the second mode.
The two processing modules determine whether to be the master processing module or the slave processing module based on the own IP address.
In an exemplary embodiment of the present invention, if the IP value of a certain processing module is greater than the IP value of another processing module, it is determined that the certain processing module is a main processing module, and a first mode is entered; otherwise, determining the self as the slave processing module and entering a second mode.
In an exemplary embodiment of the present invention, if the IP value of a certain processing module is smaller than the IP value of another processing module, it is determined that the certain processing module is a main processing module, and a first mode is entered; otherwise, determining the self as the slave processing module and entering a second mode.
Further, after determining the master processing module and the slave processing module, the master processing module is configured to execute a computer program to implement the steps of:
s100, acquiring the connection state of any resource storage module i and the slave processing module, storing corresponding resources on the resource storage module i when the connection state of the resource storage module i and the slave processing module is determined to be the first state, and sending the resources stored on any resource storage module i and the connection state of any resource storage module i and the slave processing module.
In the embodiment of the invention, the resource storage module sends the data such as the registration packet, the heartbeat packet and the like to the main processing module. The main processing module may determine a connection state of the resource storage module and itself based on the data sent by the resource storage module, for example, may start a TCP listening server to determine. If the connection is successful, the connection state of the resource storage module is marked as a first state, and if the connection is failed, the connection state of the resource storage module is marked as a second state.
After the resource storage module is registered on the main processing module, the main processing module generates a corresponding storage list, wherein the k line of the storage list comprises (k, id) k ,C k ) K is a serial number of the kth resource storage module in the storage list and is determined based on the registration sequence; id k Is the unique identity of the kth resource storage module, C k The value of k is 1 to n, which is the number of resource streams of the kth resource storage module. The main processing module will store the module's registration order and corresponding resources based on each resourceFlow quantity to allocate flow resources.
When one of the resource storage modules fails, the main processing module allocates the resources on the resource storage module to the other resource storage modules.
S110, acquiring the connection state of any terminal device j and the terminal device j, and sending the connection state of the terminal device j and the terminal device j to the slave processing module; and acquiring and processing a data message sent by any terminal device j, wherein the data message has a data identifier.
The terminal device sends data including a registration packet, a heartbeat packet, an audio data packet, a video data packet and the like to the main processing module. The main processing module may determine a connection state between the terminal device and the main processing module based on a registration packet and a heartbeat packet sent by the terminal device, for example, may start a TCP listening server to determine. If the connection is successful, the connection state of the terminal equipment is marked as a first state, and if the connection is failed, the connection state of the terminal equipment is marked as a second state.
After the terminal device is registered on the main processing module, the main processing module generates a corresponding registration list, and the r-th row of the registration list comprises (r, id) r ) R is the serial number of the r-th terminal device in the registration list and is determined based on the registration sequence; id (identity) r The value of r is 1 to m, which is the unique identity of the r-th terminal device. The main processing module sends the stream resources for the terminal devices to use based on the registration order of each terminal device.
In the embodiment of the invention, the data identifier is the serial number of the data message.
And S120, sending a processing result to the slave processing module, wherein the processing result comprises a data message and a corresponding data identifier.
Further, in the embodiment of the present invention, the slave processing module is configured to execute the computer program to implement the following steps:
s200, acquiring the connection state information sent by the main processing module, wherein the connection state information comprises the connection state information of the resource storage module and the terminal equipment.
In S200, if it is received that the connection state between the resource storage module i and/or the terminal device j and the main processing module is the second state, the connection with the resource storage module i and/or the terminal device j is disconnected to ensure that the main processing module in the normal state is in the first mode.
S210, obtaining a data packet sent by any terminal device j and storing the data packet in a cache list.
The data packets sent by the terminal device may be stored in the cache list in sequence according to the sending time, and the cache list may be formed, for example ((D) 1 ,DId 1 ),(D 2 ,DId 2 ),…,(D m ,DId m )),D r DId as the data message sent by the r terminal device r Is D r The data identification of (2).
And S220, when any processing result is received from the main processing module, storing the processing result, and deleting the data message corresponding to the processing result from the cache list.
And if any received processing result is obtained, finding the corresponding data message from the cache list based on the data identification in the processing result, and deleting the found data message.
And S230, when the main processing module is detected to be in an abnormal state, entering a first mode to process the residual data messages in the cache list.
If the main processing module loses the service capability, the auxiliary processing module enters a first mode to take over the management of the terminal equipment. After taking over, the local data message cache is checked first, and the remaining data messages in the cache are processed, so that the data messages are prevented from being lost.
In an embodiment of the invention, the time for the slave processing module to enter the first mode from the second mode is less than 100ms, so that the control function can migrate unaware.
Further, the main processing module is further configured to execute the computer program to implement the following steps:
and S130, after the abnormal state is recovered to the normal state, the communication connection with the slave processing module is carried out again, and the second mode is entered to wait for the slave processing module to send the processing result and the state information.
If the original main processing module works normally again, the new main processing module is connected, the new main processing module enters the second mode, and the synchronization of the data and the state of the new main processing module is waited.
In the embodiment of the invention, when the terminal device j is disconnected from the slave processing module, the terminal device should reestablish the connection with the slave processing module and maintain the connection with the master processing module. Only when the terminal device j is disconnected from the main processing module and the slave processing module at the same time, the terminal device j judges that the terminal device j loses the connection with the host, and executes the operation after the disconnection with the main processing module, namely reestablishing the connection with the main processing module and the slave processing module.
Further, the system also comprises an external controller (not shown) which is used for sending control instructions to the main processing module. And after processing the received control instruction, the main processing module sends a corresponding processing result to the slave processing module.
To sum up, the data processing system for a conference provided in the embodiment of the present invention includes only two processing modules, and the two processing modules can automatically determine who is the master processing module and who is the slave processing module, and it is not necessary to specify the master-slave state of the processing module in advance, and the master-slave state may be determined by a set rule, so that the system deployment logic may be simplified. In addition, only the main processing module processes the data in the processing process, and the conference processing service is not influenced. And when the main processing module breaks down, the auxiliary processing module can quickly take over the functions of the main processing module, so that the control function can be transferred without sensing.
Although some specific embodiments of the present invention have been described in detail by way of illustration, it should be understood by those skilled in the art that the above illustration is only for the purpose of illustration and is not intended to limit the scope of the invention. It will also be appreciated by those skilled in the art that various modifications may be made to the embodiments without departing from the scope and spirit of the invention. The scope of the invention is defined by the appended claims.

Claims (8)

1. A data processing system for conferencing, the system comprising: the system comprises a first processing module, a second processing module, n resource storage modules and m terminal devices; the first processing module and the second processing module have the same function;
a first connection thread and a second connection thread are arranged on any resource storage module i, the first connection thread of any resource card i is used for being in communication connection with the main processing module, and the second connection thread of any resource card i is used for being in communication connection with the slave processing module; the value of i is 1 to n;
any terminal device j is provided with a first connection thread and a second connection thread, the first connection thread of any terminal device j is used for being in communication connection with the main processing module, and the second connection thread of any terminal device j is used for being in communication connection with the slave processing module; j takes the value from 1 to m;
in the conference process, the first processing module and the second processing module determine whether the first processing module and the second processing module are main processing modules or slave processing modules based on a set rule, and send corresponding mode states to the opposite side; the mode state includes a first mode and a second mode;
wherein the main processing module is used for executing a computer program to realize the following steps:
s100, acquiring the connection state of any resource storage module i and the resource storage module i, storing corresponding resources on the resource storage module i when the connection state of the resource storage module i and the resource storage module i is determined to be a first state, and sending the resources stored on any resource storage module i and the connection state of any resource storage module i and the resource storage module i to the slave processing module;
s110, acquiring the connection state of any terminal device j and the terminal device j, and sending the connection state of the terminal device j and the terminal device j to the slave processing module; acquiring and processing a data message sent by any terminal equipment j, wherein the data message has a data identifier;
s120, sending a processing result to the slave processing module, wherein the processing result comprises a data message and a corresponding data identifier;
the slave processing module is used for executing the computer program to realize the following steps:
s200, acquiring connection state information sent by a main processing module;
s210, acquiring a data message sent by any terminal equipment j and storing the data message in a cache list;
s220, when any processing result is received from the main processing module, the processing result is stored, and the data message corresponding to the processing result is deleted from the cache list;
s230, when the main processing module is detected to be in an abnormal state, entering a first mode to process the rest data messages in the cache list;
the main processing module is further configured to execute the computer program to implement the steps of:
and S130, after the abnormal state is recovered to the normal state, the communication connection with the slave processing module is carried out again, and the second mode is entered to wait for the slave processing module to send the processing result and the state information.
2. The system of claim 1, wherein the first processing module and the second processing module determine whether themselves are master processing modules or slave processing modules based on a set rule, and sending corresponding mode status to each other comprises:
if one of the two processing modules fails to start and one of the two processing modules succeeds in starting, the processing module which succeeds in starting is used as a main processing module;
and if the processing module which fails to be started is started again and connected with the processing module which succeeds in starting, identifying the mode state of the processing module which succeeds in starting as a first mode, identifying the mode state of the processing module as a second mode, and sending the mode state to the processing module which succeeds in starting.
3. The system of claim 2, wherein the first processing module and the second processing module determine whether themselves are master processing modules or slave processing modules based on set rules and send corresponding mode statuses to each other further comprises:
if the two processing modules are started normally and establish normal connection, the mode states of the two processing modules are set as a second mode;
the two processing modules determine whether to be the master processing module or the slave processing module based on the own IP address.
4. The system according to claim 3, wherein the two processing modules determine whether to be the master processing module or the slave processing module based on their own IP addresses specifically comprises:
if the IP value of one processing module is larger than that of the other processing module, determining that the processing module is a main processing module and entering a first mode; otherwise, determining the self as the slave processing module and entering a second mode.
5. The system according to claim 3, wherein S33 specifically includes:
if the IP value of one processing module is smaller than that of the other processing module, determining that the processing module is a main processing module and entering a first mode; otherwise, determining the self as the slave processing module and entering a second mode.
6. The system according to claim 1, wherein in S200, if it is received that the connection state between the resource storage module i and/or the terminal device j and the main processing module is the second state, the connection with the resource storage module i and/or the terminal device j is disconnected.
7. The system of claim 1, wherein any terminal device j reestablishes a connection with the master processing module and the slave processing module when it is disconnected from both the master processing module and the slave processing module.
8. The system of claim 1, further comprising an external controller for sending control instructions to the main processing module.
CN202211254023.6A 2022-10-13 2022-10-13 Data processing system for conference Active CN115643237B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211254023.6A CN115643237B (en) 2022-10-13 2022-10-13 Data processing system for conference

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211254023.6A CN115643237B (en) 2022-10-13 2022-10-13 Data processing system for conference

Publications (2)

Publication Number Publication Date
CN115643237A true CN115643237A (en) 2023-01-24
CN115643237B CN115643237B (en) 2023-08-11

Family

ID=84944478

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211254023.6A Active CN115643237B (en) 2022-10-13 2022-10-13 Data processing system for conference

Country Status (1)

Country Link
CN (1) CN115643237B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060106963A1 (en) * 2004-11-18 2006-05-18 Nintendo Co., Ltd. Wireless network system and wireless communication program
US8074109B1 (en) * 2006-11-14 2011-12-06 Unisys Corporation Third-party voting to select a master processor within a multi-processor computer
WO2017219779A1 (en) * 2016-06-21 2017-12-28 中兴通讯股份有限公司 Device active/standby switchover method and apparatus based on link protocol, and storage medium
WO2019195969A1 (en) * 2018-04-08 2019-10-17 华为技术有限公司 Data synchronization processing method and apparatus
WO2021184177A1 (en) * 2020-03-17 2021-09-23 深圳市欢太科技有限公司 Master node selection method and apparatus, electronic device, and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060106963A1 (en) * 2004-11-18 2006-05-18 Nintendo Co., Ltd. Wireless network system and wireless communication program
US8074109B1 (en) * 2006-11-14 2011-12-06 Unisys Corporation Third-party voting to select a master processor within a multi-processor computer
WO2017219779A1 (en) * 2016-06-21 2017-12-28 中兴通讯股份有限公司 Device active/standby switchover method and apparatus based on link protocol, and storage medium
WO2019195969A1 (en) * 2018-04-08 2019-10-17 华为技术有限公司 Data synchronization processing method and apparatus
WO2021184177A1 (en) * 2020-03-17 2021-09-23 深圳市欢太科技有限公司 Master node selection method and apparatus, electronic device, and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
杨晓芬;王永会;刘轶;: "实时数据库系统双机热备机制设计与实现", 计算机工程与应用, no. 29 *

Also Published As

Publication number Publication date
CN115643237B (en) 2023-08-11

Similar Documents

Publication Publication Date Title
CN109729111B (en) Method, apparatus and computer program product for managing distributed systems
CN113014634B (en) Cluster election processing method, device, equipment and storage medium
US7518983B2 (en) Proxy response apparatus
CN106330475B (en) Method and device for managing main and standby nodes in communication system and high-availability cluster
CN111225401B (en) Method and related equipment for realizing disaster tolerance
CN107153660B (en) Fault detection processing method and system for distributed database system
US20080288812A1 (en) Cluster system and an error recovery method thereof
CN111585835B (en) Control method and device for out-of-band management system and storage medium
CN106230622A (en) A kind of cluster implementation method and device
CN112492030B (en) Data storage method, device, computer equipment and storage medium
CN110830310B (en) Cross-data-center disaster backup method and BRAS system
CN115643237B (en) Data processing system for conference
CN114598594B (en) Method, system, medium and equipment for processing application faults under multiple clusters
CN113961402A (en) Management method, device, equipment and medium for virtualization cluster
CN114301763A (en) Distributed cluster fault processing method and system, electronic device and storage medium
CN114840495A (en) Database cluster split-brain prevention method, storage medium and device
CN111586110B (en) Optimization processing method for raft in point-to-point fault
CN112256484A (en) Data backup method, device and system
CN110839068B (en) Service request processing method and device, electronic equipment and readable storage medium
CN114422335A (en) Communication method, communication device, server and storage medium
CN114143905B (en) Session establishing method, communication system, electronic device and storage medium
CN115242701B (en) Airport data platform cluster consumption processing method, device and storage medium
CN115134220B (en) Master-slave server switching method and device, computing equipment and storage medium
CN114629783B (en) State monitoring method, system, equipment and computer readable storage medium
CN115086173B (en) Reliability guarantee method and device in network upgrading process

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
GR01 Patent grant
GR01 Patent grant