CN114189547A - SSL tunnel fast switching method under cluster - Google Patents

SSL tunnel fast switching method under cluster Download PDF

Info

Publication number
CN114189547A
CN114189547A CN202210133178.8A CN202210133178A CN114189547A CN 114189547 A CN114189547 A CN 114189547A CN 202210133178 A CN202210133178 A CN 202210133178A CN 114189547 A CN114189547 A CN 114189547A
Authority
CN
China
Prior art keywords
module
gateway
database
ssl
data
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
CN202210133178.8A
Other languages
Chinese (zh)
Other versions
CN114189547B (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 Unita Information Technology Co ltd
Original Assignee
Beijing Unita Information 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 Unita Information Technology Co ltd filed Critical Beijing Unita Information Technology Co ltd
Priority to CN202210133178.8A priority Critical patent/CN114189547B/en
Publication of CN114189547A publication Critical patent/CN114189547A/en
Application granted granted Critical
Publication of CN114189547B publication Critical patent/CN114189547B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/148Migration or transfer of sessions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0805Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability
    • H04L43/0817Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability by checking functioning
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • H04L67/1004Server selection for load balancing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/16Implementing security features at a particular protocol layer
    • H04L63/168Implementing security features at a particular protocol layer above the transport layer

Abstract

The invention discloses a method for rapidly switching SSL tunnels under a cluster, which specifically comprises the following steps: s1) the gateway service module continuously writes different data for detection into the shared memory; the shared memory is a shared memory of which the gateway service module is a health detection module; s2) the health detection module reads the detection data in the shared memory, if the detection data read for many times are the same, the gateway service module is judged to be abnormal, and the information of the gateway service module abnormality is sent to the SSL agent module; s3), after receiving the abnormal information of the gateway service module, the SSL proxy module connects a new gateway and performs SSL tunnel switching. According to the invention, through the rapid detection capability of the health detection module, the rapid discovery of the fault is realized, the gateway switching can be carried out in time, and meanwhile, the gateway after switching is reconnected through the SSL agent module, so that the user can not feel the cluster gateway switching.

Description

SSL tunnel fast switching method under cluster
Technical Field
The invention relates to the technical field of clusters. In particular to a method for rapidly switching SSL tunnels under a cluster.
Background
In the current society, information is rapidly expanding, a single access gateway cannot meet the requirements of users, and in order to ensure the experience of the users, the gateway often adopts a high availability technology, for example, a cluster technology is used, and a balancer provides load balancing for the cluster to provide services for the users, as shown in fig. 1. However, the problem of information security comes with the crisis of various data leakage, so that the concept of information security is more and more attentive, and then there is an urgent need to protect information reaching a gateway cluster and timely find a fault in a gateway.
Disclosure of Invention
Therefore, the technical problem to be solved by the present invention is to provide a method for fast switching SSL tunnels under a cluster, which realizes fast discovery of faults through fast detection capability of a health detection module, can perform gateway switching in time, and achieves no perception of a user on cluster gateway switching by reconnecting a switched gateway through an SSL proxy module.
In order to solve the technical problems, the invention provides the following technical scheme:
a SSL tunnel fast switching method under cluster, the gateway in the gateway cluster is equipped with the health detection module, gateway management module, gateway service module, shared memory, database management module and database module; after the client establishes connection with the gateway in the gateway cluster through the SSL proxy module, the SSL tunnel needs to be switched in time when the gateway service module has a problem, which specifically includes the following steps:
s1) the gateway service module continuously writes different data for detection into the shared memory; the shared memory is a shared memory of the gateway service module and the health detection module;
s2) the health detection module reads the detection data in the shared memory, if the detection data read for many times are the same, the gateway service module is judged to be abnormal, and the information of the gateway service module abnormality is sent to the SSL agent module;
s3), after receiving the abnormal information of the gateway service module, the SSL proxy module connects a new gateway and performs SSL tunnel switching.
In step S2), before the health detection module reads the detection data in the shared memory and before the gateway service module enters the special state each time, the gateway management module notifies the health detection module to cancel the detection of the gateway service module, and after the gateway service module exits the special state, the gateway management module notifies the health detection module to resume the detection of the gateway service module.
The SSL tunnel fast switching method under the cluster detects that the used data is 8 bytes of integer data; the gateway service module continuously performs self-increasing and self-decreasing operations on the integer data during normal operation, and the health detection module only needs to judge the state of the gateway service module according to the change of the integer data read for many times.
In the method for fast switching SSL tunnels under the cluster, in step S2), the health detection module continuously detects the existence of the gateway service module while detecting the operation state of the gateway service module.
According to the SSL tunnel fast switching method under the cluster, the SSL agent module transmits data and simultaneously sends heartbeat regularly to sense the state of the gateway.
According to the SSL tunnel fast switching method under the cluster, when the gateway service module is abnormal, the gateway service module exits from the gateway cluster.
According to the method for rapidly switching the SSL tunnel under the cluster, when the gateway in the gateway cluster is switched, the SSL agent module can timely sense the switching of the gateway through heartbeat and when a message is forwarded, and the SSL tunnel is established with a new gateway again.
The SSL tunnel fast switching method under the cluster further comprises the following steps:
s0) sorting the database modules in the gateways in one gateway cluster according to priority levels and setting the database module with the highest priority level as a master database module and the other database modules as slave database modules;
s4) the health detection module monitors the running state of the database module, and when the running of the database module is abnormal, the health detection module informs the database management module and the SSL agent module that the running state of the database module is abnormal;
s5) when the master database module is abnormal in operation, switching the slave database with the highest priority level in the slave database into the master database module, and keeping the rest slave databases as the slave database modules, and meanwhile, reconnecting the SSL agent module with the gateway where the database module set as the master database module is located and establishing an SSL tunnel, namely completing the switching of the SSL tunnel; and the master database module and the slave database module perform database data synchronization in a full-quantity synchronization and incremental synchronization mode.
According to the SSL tunnel fast switching method under the cluster, when the master database module and the slave database module carry out data synchronization, a copy of all data and a new data writing command are pulled from the master database module during initialization of the slave database module, all old data can be firstly discarded by the slave database module, all pulled data are loaded, and the new data writing command is executed, and then when the slave database module is written into the master database module each time, the master database module sends the writing command to all the slave database modules, and new data are synchronized into all the slave database modules; the client can only write data into the master database module and cannot directly write data into the slave database modules, but all the slave database modules support read operation. Wherein the new write data command is a new command to write data to the slave database module.
According to the SSL tunnel fast switching method under the cluster, when the priorities of more than or equal to 2 slave database modules are the same, the database module with the largest IP is selected as a main database module; in the process of switching the main database module, each database management module notifies the priority of each database module through VRRP, and meanwhile, the database management module in the gateway with abnormal database modules reports the abnormal operation of the database module to the health detection module, so that the health detection module can timely enable the gateway with abnormal operation of the database module to quit the gateway cluster, and the gateway with normal working state provides service for users.
The technical scheme of the invention achieves the following beneficial technical effects:
1. in the invention, when the gateway service module is in a special state, the gateway management module is used for informing the health detection module to avoid misjudgment of the health detection module.
2. In the invention, when the gateway in the cluster is switched, the SSL agent module is used for connecting a new gateway, and the reconnection operation is completed in the SSL agent module, so that a user cannot perceive the switching of the gateway.
3. In the invention, the health detection module periodically and quickly reads the shared memory, if the gateway fails, the failure can be found in a very short time, the switching of the gateway can be timely carried out, and the SSL agent can also quickly switch the SSL tunnel.
Drawings
FIG. 1 is a gateway cluster application scenario architecture diagram;
FIG. 2 is a schematic diagram of the operation of gateways in a gateway cluster according to the present invention;
FIG. 3 is a diagram of an application scenario architecture of the present invention;
FIG. 4 is a block diagram of the overall module relationship framework of the present invention.
Detailed Description
As shown in fig. 2 and fig. 3, the gateways in the gateway cluster used in the present invention are provided with a health detection module, a gateway management module, a gateway service module, a shared memory, a database management module, and a database module. The SSL agent module of the client is mainly responsible for establishing SSL short connection with the gateway service module, and after the gateways in the gateway cluster are switched, the SSL tunnels are quickly switched, and all data are interacted with the SSL tunnels established by the gateway service module through the SSL agent module; the gateway management module is responsible for managing the gateway service module; the health detection module is responsible for detecting the running state of the gateway, and when the gateway fails, the health detection module can quickly find and process the gateway; the database module is responsible for storing data and synchronizing the cluster database, and the database management module is responsible for master-slave switching of the database module, so that data can be prevented from being written into the database module in the fault gateway after SSL tunnel switching. In this embodiment, the gateways in the gateway cluster configure the VIP using the gateway management module, and all the gateways in the gateway cluster implement external services by using the VIP address that provides the same.
As shown in fig. 4, after the client establishes a connection with the gateway in the gateway cluster through the SSL proxy module, the SSL tunnel needs to be quickly switched in time when the gateway service module has a problem, which specifically includes the following steps:
s0) sorting the database modules in the gateways in one gateway cluster according to priority levels and setting the database module with the highest priority level as a master database module and the other database modules as slave database modules;
s1) the gateway service module continuously writes different data for detection into the shared memory; the shared memory is a shared memory of the gateway service module and the health detection module;
s2) the health detection module reads the detection data in the shared memory, if the detection data read for many times are the same, the gateway service module is judged to be abnormal, and the information of the gateway service module abnormality is sent to the SSL agent module; wherein, the frequency of reading and writing the shared memory can be properly adjusted to achieve the purpose of rapidly finding faults;
s3), after receiving the information of the gateway service module abnormality, the SSL agent module connects a new gateway and switches the SSL tunnel; when the gateway service module is abnormal, the gateway service module exits from the gateway cluster; the SSL agent module transmits data and simultaneously sends heartbeat at regular time to sense the state of the gateway, and when the gateway in the gateway cluster is switched, the SSL agent module can sense the switching of the gateway in time through the heartbeat and when a message is forwarded, and reestablish an SSL tunnel with a new gateway;
s4) the health detection module monitors the running state of the database module, and when the running of the database module is abnormal, the health detection module informs the database management module and the SSL agent module that the running state of the database module is abnormal;
s5) when the master database module is abnormal in operation, switching the slave database with the highest priority level in the slave database into the master database module, and keeping the rest slave databases as the slave database modules, and meanwhile, reconnecting the SSL agent module with the gateway where the database module set as the master database module is located and establishing an SSL tunnel, namely completing the switching of the SSL tunnel; the master database module and the slave database module perform database data synchronization in a full-quantity synchronization and incremental synchronization mode, wherein the synchronized data content comprises information such as service configuration of a gateway, configuration of SSL (secure sockets layer) certificates, user information, access control strategies and the like. When the priorities of more than or equal to 2 slave database modules are the same, selecting the database module with the largest IP as a master; in the process of switching the main database module, each database management module notifies the priority of each database module through VRRP, and meanwhile, the database management module in the gateway with abnormal database modules reports the abnormal operation of the database module to the health detection module, so that the health detection module can timely enable the gateway with abnormal operation of the database module to quit the gateway cluster, and the gateway with normal working state provides service for users.
When the database module in the gateway has an abnormal operation state, the gateway is also considered to have an abnormal operation state, and the switching of the gateway and the switching of the SSL tunnel need to be performed.
In step S2), before the health detection module reads the detection data in the shared memory, and before the gateway service module enters the special state each time, the gateway management module notifies the health detection module to cancel the detection of the gateway service module, and after the gateway service module exits the special state, the gateway management module notifies the health detection module to resume the detection of the gateway service module. And while detecting the running state of the gateway service module, the health detection module also continuously detects the existence of the gateway service module.
The detection data is 8 bytes of integer data; the gateway service module continuously performs self-increasing and self-decreasing operations on the integer data during normal operation, and the health detection module only needs to judge the state of the gateway service module according to the change of the integer data read for many times, so that the efficiency of the operation is ensured by using the least time-saving operation and the shortest data. When the size of the integer data does not exceed or reach 8 bytes, the integer data can be increased by itself, otherwise, the integer data can be decreased by itself, so as to ensure that the integer data written into the shared memory are different each time.
When the gateway is started, the master database module and the slave database module in the gateway cluster carry out data synchronization. After the gateway is successfully started, the SSL agent module can construct an SSL tunnel with the gateway service module of the gateway, so that the safety of data transmission is ensured. When the master database module and the slave database module carry out data synchronization, the slave database module pulls a copy of all data and a new data writing command to the master database module during initialization, the slave database module firstly discards all old data, loads all pulled data and executes a new data writing command, and then the master database module sends the writing command to all slave database modules and synchronizes new data to all slave database modules every time the master database module is written in; the client can only write data into the master database module and cannot directly write data into the slave database modules, but all the slave database modules support read operation, and the read operation load of the master database module is also shared.
After receiving the service data sent by the SSL proxy module, the gateway needs to write the service data into the database module to store data, such as the current session state, the current user state, and other information, so as to facilitate the front-end to query and display the service state of the gateway. The master database module informs all the slave database modules through the VRRP and informs the slave database modules of the addresses of the master database modules, and at the moment, the database management module can read the addresses of the master database modules from the database modules.
It should be understood that the above examples are only for clarity of illustration and are not intended to limit the embodiments. Other variations and modifications will be apparent to persons skilled in the art in light of the above description. And are neither required nor exhaustive of all embodiments. And obvious variations or modifications are possible which remain within the scope of the appended claims.

Claims (10)

1. A SSL tunnel fast switching method under cluster is characterized in that a gateway in a gateway cluster is provided with a health detection module, a gateway management module, a gateway service module, a shared memory, a database management module and a database module; after a client establishes connection with a gateway in a gateway cluster through an SSL proxy module, switching an SSL tunnel when a gateway service module has a problem, specifically comprising the following steps:
s1) the gateway service module continuously writes different data for detection into the shared memory; the shared memory is a shared memory of the gateway service module and the health detection module;
s2) the health detection module reads the detection data in the shared memory, if the detection data read for many times are the same, the gateway service module is judged to be abnormal, and the information of the gateway service module abnormality is sent to the SSL agent module;
s3), after receiving the abnormal information of the gateway service module, the SSL proxy module connects a new gateway and performs SSL tunnel switching.
2. The method as claimed in claim 1, wherein in step S2), before the health detection module reads the data for detection in the shared memory and before the gateway service module enters the special state each time, the gateway management module notifies the health detection module to cancel the detection of the gateway service module, and when the gateway service module exits the special state, the gateway management module notifies the health detection module to resume the detection of the gateway service module.
3. The SSL tunnel fast switching method under the cluster according to claim 1, wherein the detection data is an 8-byte integer data; the gateway service module continuously performs self-increasing and self-decreasing operations on the integer data during normal operation, and the health detection module judges the state of the gateway service module according to the change of the integer data read for many times.
4. The method for fast switching SSL tunnels under cluster according to claim 1, wherein in step S2), the health detection module continuously detects the existence of the gateway service module while detecting the running status of the gateway service module.
5. The SSL tunnel fast switching method under the cluster according to claim 1, wherein the SSL agent module sends heartbeat regularly while transmitting data to sense the gateway status.
6. The method for SSL tunnel fast switching under cluster according to claim 1, wherein when the gateway service module is abnormal, the gateway service module exits from the gateway cluster.
7. The method for fast switching the SSL tunnel under the cluster according to any one of claims 1 to 6, wherein when the gateway in the gateway cluster is switched, the SSL agent module senses the switching of the gateway through heartbeat and when a message is forwarded, and reestablishes the SSL tunnel with a new gateway.
8. The SSL tunnel fast switching method under the cluster according to any claim 1 to 6, further comprising the following steps:
s0) sorting the database modules in the gateways in one gateway cluster according to priority levels and setting the database module with the highest priority level as a master database module and the other database modules as slave database modules;
s4) the health detection module monitors the running state of the database module, and when the running of the database module is abnormal, the health detection module informs the database management module and the SSL agent module that the running state of the database module is abnormal;
s5) when the master database module is abnormal in operation, switching the slave database with the highest priority level in the slave database into the master database module, and keeping the rest slave databases as the slave database modules, and meanwhile, reconnecting the SSL agent module with the gateway where the database module set as the master database module is located and establishing an SSL tunnel, namely completing the switching of the SSL tunnel; and the master database module and the slave database module perform database data synchronization in a full-quantity synchronization and incremental synchronization mode.
9. The SSL tunnel fast switching method under the cluster as claimed in claim 8, wherein when the master database module and the slave database module perform data synchronization, a copy of all data and a new write data command are pulled from the master database module at the initialization of the slave database module, the slave database module will first discard all old data, load all pulled data, and execute the new write data command, after that, every time the master database module is written in, the master database module will send a write command to all slave database modules, and synchronize the new data into all slave database modules; the client can only write data into the master database module and cannot directly write data into the slave database modules, but all the slave database modules support read operation.
10. The SSL tunnel fast switching method under the cluster according to claim 9, characterized in that when there are more than or equal to 2 slave database modules with the same priority, the database module with the largest IP is selected as the master; in the process of switching the main database module, each database management module notifies the priority of each database module through VRRP, and meanwhile, the database management module in the gateway with abnormal database module reports the abnormal operation of the database module to the health detection module, and the health detection module enables the gateway with abnormal operation of the database module to exit the gateway cluster, so that the gateway with normal working state provides service for users.
CN202210133178.8A 2022-02-14 2022-02-14 SSL tunnel fast switching method under cluster Active CN114189547B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210133178.8A CN114189547B (en) 2022-02-14 2022-02-14 SSL tunnel fast switching method under cluster

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210133178.8A CN114189547B (en) 2022-02-14 2022-02-14 SSL tunnel fast switching method under cluster

Publications (2)

Publication Number Publication Date
CN114189547A true CN114189547A (en) 2022-03-15
CN114189547B CN114189547B (en) 2022-05-03

Family

ID=80545872

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210133178.8A Active CN114189547B (en) 2022-02-14 2022-02-14 SSL tunnel fast switching method under cluster

Country Status (1)

Country Link
CN (1) CN114189547B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010103695A (en) * 2008-10-22 2010-05-06 Ntt Data Corp Cluster system, cluster server and cluster control method
CN103647668A (en) * 2013-12-16 2014-03-19 上海证券交易所 Host group decision system in high availability cluster and switching method for host group decision system
WO2017088664A1 (en) * 2015-11-26 2017-06-01 深圳市中博科创信息技术有限公司 Data processing method and apparatus for cluster file system
CN106921552A (en) * 2015-12-25 2017-07-04 航天信息股份有限公司 Terminal, gateway and tunnel multiplex system
US20200036578A1 (en) * 2018-07-25 2020-01-30 Microsoft Technology Licensing, Llc Fast failover for gateway instances
US20200068049A1 (en) * 2018-08-27 2020-02-27 Dh2I Company Highly available transmission control protocol tunnels
CN112463451A (en) * 2020-12-02 2021-03-09 中国工商银行股份有限公司 Cache disaster recovery cluster switching method and soft load balancing cluster device
WO2021073111A1 (en) * 2019-10-15 2021-04-22 平安科技(深圳)有限公司 Distributed storage file reading and writing method, device and platform, and readable storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010103695A (en) * 2008-10-22 2010-05-06 Ntt Data Corp Cluster system, cluster server and cluster control method
CN103647668A (en) * 2013-12-16 2014-03-19 上海证券交易所 Host group decision system in high availability cluster and switching method for host group decision system
WO2017088664A1 (en) * 2015-11-26 2017-06-01 深圳市中博科创信息技术有限公司 Data processing method and apparatus for cluster file system
CN106921552A (en) * 2015-12-25 2017-07-04 航天信息股份有限公司 Terminal, gateway and tunnel multiplex system
US20200036578A1 (en) * 2018-07-25 2020-01-30 Microsoft Technology Licensing, Llc Fast failover for gateway instances
US20200068049A1 (en) * 2018-08-27 2020-02-27 Dh2I Company Highly available transmission control protocol tunnels
WO2021073111A1 (en) * 2019-10-15 2021-04-22 平安科技(深圳)有限公司 Distributed storage file reading and writing method, device and platform, and readable storage medium
CN112463451A (en) * 2020-12-02 2021-03-09 中国工商银行股份有限公司 Cache disaster recovery cluster switching method and soft load balancing cluster device

Also Published As

Publication number Publication date
CN114189547B (en) 2022-05-03

Similar Documents

Publication Publication Date Title
CN102404390B (en) Intelligent dynamic load balancing method for high-speed real-time database
CN110912780A (en) High-availability cluster detection method, system and controlled terminal
EP1231756A2 (en) Method and system for maintaining connections in a network
WO2009023996A1 (en) Method for implementing network interconnect via link aggregation
CN101110776B (en) Backup method, backup device and backup system for data business
CN102098201A (en) Method for realizing L2TP user access backup and network system
CN103036719A (en) Cross-regional service disaster method and device based on main cluster servers
CN105471622A (en) High-availability method and system for main/standby control node switching based on Galera
CN102388570B (en) Single board running method and system under active-standby mode
WO2012097588A1 (en) Data storage method, apparatus and system
CN112511326B (en) Switching method, device, equipment and storage medium
CN110971662A (en) Two-node high-availability implementation method and device based on Ceph
CN114189547B (en) SSL tunnel fast switching method under cluster
CN113839862A (en) Method, system, terminal and storage medium for synchronizing ARP information between MCLAG neighbors
CN105763442A (en) PON system and method avoiding interruption of LACP aggregation link in main-standby switching process
CN115801642B (en) RDMA communication management module, method, equipment and medium based on state control
CN102271049B (en) Method, device and system for setting state of communication equipment
KR20140001499A (en) Method and system for managing high availability
CN113904909B (en) Network environment change self-adaption method and system of distributed agent management system
CN112637337B (en) Data processing method and device
CN107888491A (en) HSB standby systems and the AC double hot standby methods based on two layers of networking VRRP agreements
CN107483257A (en) A kind of application system dispositions method and framework based on X86 and ARM hybird environments
CN113220509A (en) Double-combination alternating shift system and method
CN113852514A (en) Data processing system with uninterrupted service, processing equipment switching method and connecting equipment
JP3144346B2 (en) Spare switching system for communication processing equipment

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