CN112788149A - Method and system for rapidly distributing software in distributed cloud - Google Patents

Method and system for rapidly distributing software in distributed cloud Download PDF

Info

Publication number
CN112788149A
CN112788149A CN202110093487.2A CN202110093487A CN112788149A CN 112788149 A CN112788149 A CN 112788149A CN 202110093487 A CN202110093487 A CN 202110093487A CN 112788149 A CN112788149 A CN 112788149A
Authority
CN
China
Prior art keywords
cloud
distributed
software
software distribution
cmsp
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
CN202110093487.2A
Other languages
Chinese (zh)
Other versions
CN112788149B (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.)
Inspur Cloud Information Technology Co Ltd
Original Assignee
Inspur Cloud 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 Inspur Cloud Information Technology Co Ltd filed Critical Inspur Cloud Information Technology Co Ltd
Priority to CN202110093487.2A priority Critical patent/CN112788149B/en
Publication of CN112788149A publication Critical patent/CN112788149A/en
Application granted granted Critical
Publication of CN112788149B publication Critical patent/CN112788149B/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/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1097Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a method and a system for rapidly distributing software in a distributed cloud, belonging to the field of software distribution, aiming at solving the technical problem of how to realize the rapid software distribution of the distributed cloud consisting of a plurality of physically distributed central clouds, a plurality of area clouds and a plurality of edge clouds, and adopting the technical scheme that: the method adopts a layered mode, utilizes the copying and transmission functions of CMSP, and is a distributed cloud rapid distribution software consisting of a plurality of physically distributed center clouds, a plurality of area clouds and a plurality of edge clouds; the method comprises the following specific steps: the software distribution module A distributes software to be distributed to any node S in each first-layer center cloud; each central cloud is forwarded to the regional cloud connected with the central cloud on the second layer; each region cloud is forwarded to a third layer of edge cloud or heterogeneous cloud connected with the region clouds; and each node in the same central cloud or regional cloud or edge cloud acquires the distributed software distribution package from the S node software distribution module B of the central cloud.

Description

Method and system for rapidly distributing software in distributed cloud
Technical Field
The invention relates to the field of software distribution, in particular to a method and a system for quickly distributing software in a distributed cloud.
Background
With the development of distributed computing and cloud computing, software needs to be deployed on computers in different networks and different regions, sometimes the scale of distributed deployment is very large, and the networks are very complex, for example, some networks are isolated by a gateway and only allow unidirectional transmission, and one end of the software receiving end may not have a public network IP address. In the cloud computing and internet era, rapid deployment is needed, which is a great challenge for software distribution, and the traditional software distribution method is difficult to overcome.
The traditional software distribution mode mostly adopts a central node mode, the central node distributes software to obtain other nodes to pull the software to the central node, the problem of software distribution in a distributed cloud cannot be solved, and the central node also has the problems of bandwidth bottleneck and performance.
The patent CN102546839B discloses a method for efficiently and reliably distributing software for a large-scale network, which includes generating a software package by a software installation packaging program; constructing a tree structure; a sending end sends file verification information to a receiving end; sending a file block and performing bandwidth control; processing abnormity and breakpoint continuous transmission in the distribution process; the receiving end synthesizes a software package and installs software; the transmitting end confirms the transmission result. The technical scheme tries to solve the problems that the software distribution efficiency is low, the network bandwidth occupation is uncontrollable, the software installation process needs all or part of terminal users to participate, and the like, but the technical scheme is only effective for a single large-scale network, cannot be applied to software distribution in a distributed cloud, and cannot be applied to complex network scenes described in the upper section. Therefore, how to realize the distributed cloud rapid software distribution consisting of a plurality of physically distributed center clouds, a plurality of area clouds and a plurality of edge clouds is a technical problem to be solved urgently at present.
Disclosure of Invention
The technical task of the invention is to provide a method and a system for rapidly distributing software in a distributed cloud, so as to solve the problem of how to realize rapid software distribution in the distributed cloud consisting of a plurality of physically distributed center clouds, a plurality of physically distributed regional clouds and a plurality of physically distributed edge clouds.
The technical task of the invention is realized in the following way, the method for rapidly distributing the software in the distributed cloud is a distributed cloud rapid software distribution method which adopts a layered way, utilizes the copying and transmission functions of CMSP and consists of a plurality of physically distributed center clouds, a plurality of regional clouds and a plurality of edge clouds; the method comprises the following specific steps:
the software distribution module A distributes software to be distributed to any node S in each first-layer center cloud;
each central cloud is forwarded to the regional cloud connected with the central cloud on the second layer;
each region cloud is forwarded to a third layer of edge cloud or heterogeneous cloud connected with the region clouds;
the software distribution module A is positioned on one node of the central cloud, and each node in the same central cloud or regional cloud or edge cloud acquires a distributed software distribution package from the S node software distribution module B of the central cloud.
Preferably, the software distribution module a splits the distributed software into ordered messages and stores the messages in the CMSP topic.
More preferably, the CMSP topic is specifically as follows:
copying the CMSP theme into a plurality of themes according to the number of the next-layer cloud centers;
sending the ordered message to the next layer of cloud center CMSP theme by utilizing the safe transmission and bandwidth control functions of the CMSP theme;
and the next-layer cloud center copies the received ordered messages by the software distribution module B, wherein one part of the ordered messages is restored to the distributed software, and the rest parts are distributed to the next lower layer.
Preferably, the principle of the bandwidth control function of the CMSP theme is controlled by adopting a Linux kernel mechanism.
Preferably, the manner of obtaining the distributed software distribution package from the S node software distribution module B of the central cloud is specifically as follows:
firstly, an S node software distribution module B in the cloud center adopts a message notification and internal broadcasting mechanism;
secondly, for nodes which are not received by internal broadcasting due to reasons, the nodes to be distributed pull distributed software to the S node software distribution module B, and message notification is realized by a CMSP theme.
Preferably, for a complex network environment such as unidirectional communication or gatekeeper, software distribution is realized by means of a reverse transmission or gatekeeper crossing transmission function of the CMSP theme.
A distributed cloud software rapid distribution system comprises,
the software distribution module A is used for distributing software to be distributed to any node S in each first-layer central cloud; the software distribution module A is positioned on one node of the central cloud;
the forwarding module I is used for forwarding each central cloud to the regional cloud connected with the central cloud on the second layer;
the forwarding module II is used for forwarding each region cloud to a third layer of edge cloud or heterogeneous cloud connected with the region clouds;
the software distribution module B is configured to store the distributed software distribution packages, that is, each node in the same center cloud or area cloud or edge cloud obtains the distributed software distribution packages from the S node software distribution module B of the center cloud.
Preferably, the software distribution module a splits distributed software into ordered messages and stores the ordered messages in the CMSP topic; the CMSP theme is specifically as follows:
copying the CMSP theme into a plurality of themes according to the number of the next-layer cloud centers;
sending the ordered message to the next layer of cloud center CMSP theme by utilizing the safe transmission and bandwidth control functions of the CMSP theme; the principle of the bandwidth control function of the CMSP theme is controlled by adopting a Linux kernel mechanism;
and the next-layer cloud center copies the received ordered messages by the software distribution module B, wherein one part of the ordered messages is restored to the distributed software, and the rest parts are distributed to the next lower layer.
Preferably, the manner of obtaining the distributed software distribution package from the S node software distribution module B of the central cloud is specifically as follows:
firstly, an S node software distribution module B in the cloud center adopts a message notification and internal broadcasting mechanism;
secondly, for nodes which are not received by internal broadcasting due to reasons, the nodes to be distributed pull distributed software to the S node software distribution module B, and message notification is realized by a CMSP theme.
A computer-readable storage medium having stored therein computer-executable instructions that, when executed by a processor, implement the method for rapid software distribution in a distributed cloud as recited in claims 1 to 6.
The method and the system for rapidly distributing the software in the distributed cloud have the following advantages:
the invention adopts a scheme of layered distribution and safe, reliable and complex network transmission by means of CMSP, solves the problem of distributed cloud distribution software consisting of a plurality of physically distributed center clouds, a plurality of area clouds and a plurality of edge clouds, and has better distribution performance and real-time performance;
in each cloud center, as the bandwidth is generally larger and the delay is small, the S node distribution module B in the cloud center adopts a message notification and internal broadcasting mechanism, so that the real-time performance and the performance are ensured;
for complex network environments such as unidirectional communication or gatekeeper and the like, such as edge cloud-in-enterprise intranet, software distribution can be realized by means of the reverse transmission or gatekeeper-crossing transmission function of the CMSP; therefore, the invention can rapidly distribute the software in a complex network environment of distributed clouds (a central cloud, a regional cloud and an edge cloud which are distributed).
Drawings
The invention is further described below with reference to the accompanying drawings.
Fig. 1 is a schematic flow diagram of a method for rapidly distributing software in a distributed cloud.
Detailed Description
The method and system for rapidly distributing software in a distributed cloud according to the present invention are described in detail below with reference to the drawings and specific embodiments of the specification.
Example 1:
as shown in fig. 1, the method for rapidly distributing software in a distributed cloud of the present invention is a distributed cloud rapid distribution software composed of a plurality of physically distributed center clouds, a plurality of area clouds, and a plurality of edge clouds, by using a hierarchical manner and using the copy and transmission functions of a CMSP; the method comprises the following specific steps:
s1, the software distribution module A distributes the software to be distributed to any node S in each first-layer center cloud;
s2, forwarding each central cloud to an area cloud connected with the central cloud on the second layer;
s3, forwarding each region cloud to a third layer of edge cloud or heterogeneous cloud connected with the region clouds;
and S4, the software distribution module A is positioned on one node of the central cloud, and each node in the same central cloud or regional cloud or edge cloud acquires the distributed software distribution package from the S node software distribution module B of the central cloud.
The software distribution module a in this embodiment splits distributed software into ordered messages and stores the ordered messages in the CMSP topic.
The CMSP topic in this embodiment is specifically as follows:
(1) copying the CMSP theme from the CMSP theme to a plurality of themes according to the number of the next-layer cloud centers;
(2) sending the ordered message to the next-layer cloud center CMSP theme by utilizing the safe transmission and bandwidth control functions of the CMSP theme; the principle of the bandwidth control function of the CMSP theme is controlled by adopting a Linux kernel mechanism, so that the control is more accurate, and meanwhile, the configuration can be flexible;
(3) and the next cloud center copies the received ordered messages by the software distribution module B, wherein one part of the ordered messages is restored to the distributed software, and the rest parts are distributed to the next layer.
In this embodiment, in step S4, the manner of obtaining the distributed software distribution package from the S node software distribution module B of the central cloud is specifically as follows:
firstly, an S node software distribution module B in the cloud center adopts a message notification and internal broadcasting mechanism;
secondly, for nodes which are not received by internal broadcasting due to reasons, the nodes to be distributed pull distributed software to the S node software distribution module B, and message notification is realized by a CMSP theme.
In this embodiment, for a complex network environment such as unidirectional communication or a gateway, for example, an edge cloud is in an enterprise intranet, software distribution is realized by means of a reverse transmission or gateway-crossing transmission function of the CMSP topic.
Example 2:
the invention discloses a software rapid distribution system in distributed cloud, which comprises,
the software distribution module A is used for distributing software to be distributed to any node S in each first-layer central cloud; the software distribution module A is positioned on one node of the central cloud;
the forwarding module I is used for forwarding each central cloud to the regional cloud connected with the central cloud on the second layer;
the forwarding module II is used for forwarding each region cloud to a third layer of edge cloud or heterogeneous cloud connected with the region clouds;
the software distribution module B is configured to store the distributed software distribution packages, that is, each node in the same center cloud or area cloud or edge cloud obtains the distributed software distribution packages from the S node software distribution module B of the center cloud.
A software distribution module A in the embodiment divides distributed software into ordered messages and stores the ordered messages into a CMSP theme; the CMSP theme is specifically as follows:
(1) copying the CMSP theme into a plurality of themes according to the number of the next-layer cloud centers;
(2) sending the ordered message to the next-layer cloud center CMSP theme by utilizing the safe transmission and bandwidth control functions of the CMSP theme; the principle of the bandwidth control function of the CMSP theme is controlled by adopting a Linux kernel mechanism;
(3) and the next cloud center copies the received ordered messages by the software distribution module B, wherein one part of the ordered messages is restored to the distributed software, and the rest parts are distributed to the next layer.
In this embodiment, a manner of obtaining the distributed software distribution package from the S node software distribution module B of the center cloud is specifically as follows:
firstly, an S node software distribution module B in the cloud center adopts a message notification and internal broadcasting mechanism;
secondly, for nodes which are not received by internal broadcasting due to reasons, the nodes to be distributed pull distributed software to the S node software distribution module B, and message notification is realized by a CMSP theme.
Example 3:
the embodiment of the invention also provides a computer-readable storage medium, wherein a plurality of instructions are stored, and the instructions are loaded by the processor, so that the processor executes the method for rapidly distributing the software in the distributed cloud in any embodiment of the invention. Specifically, a system or an apparatus equipped with a storage medium on which software program codes that realize the functions of any of the above-described embodiments are stored may be provided, and a computer (or a CPU or MPU) of the system or the apparatus is caused to read out and execute the program codes stored in the storage medium.
In this case, the program code itself read from the storage medium can realize the functions of any of the above-described embodiments, and thus the program code and the storage medium storing the program code constitute a part of the present invention.
Examples of the storage medium for supplying the program code include a floppy disk, a hard disk, a magneto-optical disk, an optical disk (e.g., CD-ROM, CD-R, CD-RW, DVD-ROM, DVD-R, a distributed fast distribution method of software in the cloud and systems M, DVD-RW, DVD + RW), a magnetic tape, a nonvolatile memory card, and a ROM. Alternatively, the program code may be downloaded from a server computer via a communications network.
Further, it should be clear that the functions of any one of the above-described embodiments may be implemented not only by executing the program code read out by the computer, but also by causing an operating system or the like operating on the computer to perform a part or all of the actual operations based on instructions of the program code.
Further, it is to be understood that the program code read out from the storage medium is written to a memory provided in an expansion board inserted into the computer or to a memory provided in an expansion unit connected to the computer, and then causes a CPU or the like mounted on the expansion board or the expansion unit to perform part or all of the actual operations based on instructions of the program code, thereby realizing the functions of any of the above-described embodiments.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (10)

1. A distributed cloud software rapid distribution method is characterized in that the method adopts a layered mode, and utilizes the copying and transmission functions of CMSP (China Mobile protocol) to distribute software rapidly through a distributed cloud consisting of a plurality of physically distributed center clouds, a plurality of area clouds and a plurality of edge clouds; the method comprises the following specific steps:
the software distribution module A distributes software to be distributed to any node S in each first-layer center cloud;
each central cloud is forwarded to the regional cloud connected with the central cloud on the second layer;
each region cloud is forwarded to a third layer of edge cloud or heterogeneous cloud connected with the region clouds;
the software distribution module A is positioned on one node of the central cloud, and each node in the same central cloud or regional cloud or edge cloud acquires a distributed software distribution package from the S node software distribution module B of the central cloud.
2. The distributed fast software distribution method in the cloud according to claim 1, wherein the software distribution module a splits the distributed software into ordered messages and stores the ordered messages in the CMSP topic.
3. The method for rapidly distributing software in a distributed cloud according to claim 2, wherein the CMSP topic is as follows:
copying the CMSP theme into a plurality of themes according to the number of the next-layer cloud centers;
sending the ordered message to the next layer of cloud center CMSP theme by utilizing the safe transmission and bandwidth control functions of the CMSP theme;
and the next-layer cloud center copies the received ordered messages by the software distribution module B, wherein one part of the ordered messages is restored to the distributed software, and the rest parts are distributed to the next lower layer.
4. The method for rapidly distributing software in the distributed cloud according to claim 3, wherein the principle of the bandwidth control function of the CMSP theme is controlled by using a Linux kernel mechanism.
5. The method for rapidly distributing software in a distributed cloud according to claim 1, wherein a manner of obtaining the distributed software distribution package from the S node software distribution module B of the central cloud is specifically as follows:
firstly, an S node software distribution module B in the cloud center adopts a message notification and internal broadcasting mechanism;
secondly, for nodes which are not received by internal broadcasting due to reasons, the nodes to be distributed pull distributed software to the S node software distribution module B, and message notification is realized by a CMSP theme.
6. The method for rapidly distributing software in the distributed cloud according to claim 1, wherein for a unidirectional communication or a gatekeeper network environment, the software distribution is realized by means of a reverse transmission or gatekeeper crossing transmission function of a CMSP theme.
7. A distributed cloud software rapid distribution system is characterized in that the system comprises,
the software distribution module A is used for distributing software to be distributed to any node S in each first-layer central cloud; the software distribution module A is positioned on one node of the central cloud;
the forwarding module I is used for forwarding each central cloud to the regional cloud connected with the central cloud on the second layer;
the forwarding module II is used for forwarding each region cloud to a third layer of edge cloud or heterogeneous cloud connected with the region clouds;
the software distribution module B is configured to store the distributed software distribution packages, that is, each node in the same center cloud or area cloud or edge cloud obtains the distributed software distribution packages from the S node software distribution module B of the center cloud.
8. The distributed fast software distribution system in cloud according to claim 7, wherein the software distribution module A splits the distributed software into ordered messages and stores the ordered messages in the CMSP theme; the CMSP theme is specifically as follows:
copying the CMSP theme into a plurality of themes according to the number of the next-layer cloud centers;
sending the ordered message to the next layer of cloud center CMSP theme by utilizing the safe transmission and bandwidth control functions of the CMSP theme; the principle of the bandwidth control function of the CMSP theme is controlled by adopting a Linux kernel mechanism;
and the next-layer cloud center copies the received ordered messages by the software distribution module B, wherein one part of the ordered messages is restored to the distributed software, and the rest parts are distributed to the next lower layer.
9. The system for rapidly distributing software in a distributed cloud according to claim 7 or 8, wherein a manner of obtaining the distributed software distribution package from the S node software distribution module B of the central cloud is specifically as follows:
firstly, an S node software distribution module B in the cloud center adopts a message notification and internal broadcasting mechanism;
secondly, for nodes which are not received by internal broadcasting due to reasons, the nodes to be distributed pull distributed software to the S node software distribution module B, and message notification is realized by a CMSP theme.
10. A computer-readable storage medium, wherein the computer-readable storage medium stores computer-executable instructions, and when a processor executes the computer, the method for fast software distribution in distributed cloud as claimed in claims 1 to 6 is implemented.
CN202110093487.2A 2021-01-22 2021-01-22 Method and system for rapidly distributing software in distributed cloud Active CN112788149B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110093487.2A CN112788149B (en) 2021-01-22 2021-01-22 Method and system for rapidly distributing software in distributed cloud

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110093487.2A CN112788149B (en) 2021-01-22 2021-01-22 Method and system for rapidly distributing software in distributed cloud

Publications (2)

Publication Number Publication Date
CN112788149A true CN112788149A (en) 2021-05-11
CN112788149B CN112788149B (en) 2022-04-08

Family

ID=75758770

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110093487.2A Active CN112788149B (en) 2021-01-22 2021-01-22 Method and system for rapidly distributing software in distributed cloud

Country Status (1)

Country Link
CN (1) CN112788149B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103297507A (en) * 2013-05-13 2013-09-11 西安电子科技大学 Cloud computing operation system and method for providing services to users
CN109714421A (en) * 2018-12-28 2019-05-03 国汽(北京)智能网联汽车研究院有限公司 Intelligent network based on bus or train route collaboration joins automobilism system
CN109784090A (en) * 2018-12-27 2019-05-21 浪潮软件股份有限公司 A kind of method and system for realizing multi-tenant control based on cloud messaging service
CN110022371A (en) * 2019-04-16 2019-07-16 山东超越数控电子股份有限公司 One kind managing platform and its working method towards the cloud security of " side Yun Xietong " Yun Zhongxin
CN111263931A (en) * 2017-11-17 2020-06-09 国际商业机器公司 Policy-based optimization of cloud resources on tiered storage operations
CN111556514A (en) * 2020-04-14 2020-08-18 北京航空航天大学 Decentralized mobile edge computing resource discovery and selection method and system
US20200322225A1 (en) * 2019-04-05 2020-10-08 Mimik Technology Inc. Method and system for distributed edge cloud computing
CN111885122A (en) * 2020-07-03 2020-11-03 中移(杭州)信息技术有限公司 Remote pushing method, system, server and computer readable storage medium
CN111901173A (en) * 2020-07-30 2020-11-06 山东超越数控电子股份有限公司 Cloud edge cooperative system construction method, device, equipment and readable medium

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103297507A (en) * 2013-05-13 2013-09-11 西安电子科技大学 Cloud computing operation system and method for providing services to users
CN111263931A (en) * 2017-11-17 2020-06-09 国际商业机器公司 Policy-based optimization of cloud resources on tiered storage operations
CN109784090A (en) * 2018-12-27 2019-05-21 浪潮软件股份有限公司 A kind of method and system for realizing multi-tenant control based on cloud messaging service
CN109714421A (en) * 2018-12-28 2019-05-03 国汽(北京)智能网联汽车研究院有限公司 Intelligent network based on bus or train route collaboration joins automobilism system
US20200322225A1 (en) * 2019-04-05 2020-10-08 Mimik Technology Inc. Method and system for distributed edge cloud computing
CN110022371A (en) * 2019-04-16 2019-07-16 山东超越数控电子股份有限公司 One kind managing platform and its working method towards the cloud security of " side Yun Xietong " Yun Zhongxin
CN111556514A (en) * 2020-04-14 2020-08-18 北京航空航天大学 Decentralized mobile edge computing resource discovery and selection method and system
CN111885122A (en) * 2020-07-03 2020-11-03 中移(杭州)信息技术有限公司 Remote pushing method, system, server and computer readable storage medium
CN111901173A (en) * 2020-07-30 2020-11-06 山东超越数控电子股份有限公司 Cloud edge cooperative system construction method, device, equipment and readable medium

Also Published As

Publication number Publication date
CN112788149B (en) 2022-04-08

Similar Documents

Publication Publication Date Title
CN110716744B (en) Data stream processing method, system and computer readable storage medium
CN111866191B (en) Message event distribution method, distribution platform, system and server
CN114787781B (en) System and method for enabling high availability managed failover services
US8281302B2 (en) Method and apparatus for dynamically instantiating services using a service insertion architecture
JP4503225B2 (en) Virtual network with adaptive dispatcher
US9692689B2 (en) Reporting static flows to a switch controller in a software-defined network (SDN)
US8843914B1 (en) Distributed update service
CN102339234B (en) Device for operating protocol stack and method
CN111835837B (en) Message pushing method and system with multi-terminal adaptation
KR20190017997A (en) Security configuration of cloud computing nodes
JP6279744B2 (en) How to queue email web client notifications
JP2006340354A (en) Distributed kernel operating system
CN111212134A (en) Request message processing method and device, edge computing system and electronic equipment
US10218780B2 (en) Cloud based peer assisted updates in a device management environment
CN113259479B (en) Data processing method and equipment
US20170279624A1 (en) Overlay network with optimized bum flooding
CN109104368B (en) Connection request method, device, server and computer readable storage medium
CN112346926A (en) Resource state monitoring method and device and electronic equipment
CN116566984A (en) Routing information creation method and device of k8s container cluster and electronic equipment
CN115168031A (en) Fog calculation system, method, electronic equipment and storage medium
CN110730095A (en) Cloud computing platform-oriented data security emergency drilling method and system
US20240089352A1 (en) Udp message distribution method, udp message distribution apparatus, electronic device and computer readable storage medium
CN112788149B (en) Method and system for rapidly distributing software in distributed cloud
CN111756800A (en) Method and system for processing burst flow
CN114615268B (en) Service network, monitoring node, container node and equipment based on Kubernetes cluster

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