CN108810125B - Service discovery method and system for physical node - Google Patents

Service discovery method and system for physical node Download PDF

Info

Publication number
CN108810125B
CN108810125B CN201810561246.4A CN201810561246A CN108810125B CN 108810125 B CN108810125 B CN 108810125B CN 201810561246 A CN201810561246 A CN 201810561246A CN 108810125 B CN108810125 B CN 108810125B
Authority
CN
China
Prior art keywords
physical
information
node
heartbeat information
physical node
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.)
Expired - Fee Related
Application number
CN201810561246.4A
Other languages
Chinese (zh)
Other versions
CN108810125A (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.)
Yunjiayuan Network Technology Co ltd
Original Assignee
Yunjiayuan Network Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yunjiayuan Network Technology Co ltd filed Critical Yunjiayuan Network Technology Co ltd
Priority to CN201810561246.4A priority Critical patent/CN108810125B/en
Publication of CN108810125A publication Critical patent/CN108810125A/en
Application granted granted Critical
Publication of CN108810125B publication Critical patent/CN108810125B/en
Expired - Fee Related 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/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a service discovery method and a service discovery system of a physical node, which relate to the technical field of communication and comprise the following steps: when a new physical node is added into the physical resource pool, the new physical node creates a corresponding message queue through proxy service; each physical node reports heartbeat information and writes the heartbeat information into a physical machine resource list in a database; and the resource scheduling node of the PaaS layer selects a target message queue matched with the service request information from all the message queues according to the physical machine resource list. The invention can improve the rationality of resource scheduling and improve the user experience.

Description

Service discovery method and system for physical node
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a method and a system for discovering services of a physical node.
Background
At present, a home cloud platform is designed and constructed based on docker (application container engine), and open source container orchestration management technologies generally used are kubernets, OpenStack and the like.
The construction of the home cloud platform involves service discovery of physical nodes of the home cloud. However, automatic service discovery cannot be realized in this link, and especially for newly added physical nodes, the home cloud platform cannot read the newly added physical nodes normally, so that unreasonable scheduling of resources is caused, and user experience is poor.
Disclosure of Invention
In view of this, the present invention provides a method and a system for discovering a service of a physical node, so as to improve the rationality of resource scheduling and improve user experience.
In a first aspect, an embodiment of the present invention provides a method for discovering a service of a physical node, where the method includes:
when a new physical node is added into a physical resource pool, the new physical node creates a corresponding message queue through proxy service;
each physical node reports heartbeat information and writes the heartbeat information into a physical machine resource list in a database;
and the resource scheduling node of the platform, namely the service PaaS layer, selects a target message queue matched with the service request information from all the message queues according to the physical machine resource list.
With reference to the first aspect, an embodiment of the present invention provides a first possible implementation manner of the first aspect, where reporting heartbeat information by each physical node, and writing the heartbeat information into a physical machine resource list in a database includes:
the proxy service sends the heartbeat information to the PaaS layer according to the physical node;
and the PaaS layer formats the heartbeat information and then stores the heartbeat information into a redis cache in the database to generate the physical machine resource list.
In combination with the first possible implementation manner of the first aspect, the present invention provides a second possible implementation manner of the first aspect, wherein,
and the PaaS layer sets expiration time for the heartbeat information.
With reference to the first aspect, an embodiment of the present invention provides a third possible implementation manner of the first aspect, where after the step of reporting heartbeat information by each physical node and writing the heartbeat information into a physical machine resource list in a database, the method further includes:
and editing the heartbeat information by a relational database management system in the database to obtain the physical equipment information of the physical node.
With reference to the first aspect, an embodiment of the present invention provides a fourth possible implementation manner of the first aspect, where a resource scheduling node in a PaaS layer selects, according to the physical machine resource list, a target message queue that matches service request information from all message queues, and the method includes:
the resource scheduling node obtains the load information of the physical node by reading the physical machine resource list;
selecting target load information matched with the service request information from the load information according to a scheduling algorithm and a screening strategy;
determining the target message queue in all message queues according to the target load information;
and sending the service request information to the target message queue.
In a second aspect, an embodiment of the present invention further provides a service discovery system for a physical node, where the service discovery system includes:
the message queue creating unit is used for creating a corresponding message queue through proxy service by a new physical node when the new physical node is added into the physical resource pool;
the heartbeat information reporting unit is used for reporting heartbeat information by each physical node and writing the heartbeat information into a physical machine resource list in a database;
and the scheduling unit is used for selecting a target message queue matched with the service request information from all the message queues by the resource scheduling node of the PaaS layer according to the physical machine resource list.
With reference to the second aspect, an embodiment of the present invention provides a first possible implementation manner of the second aspect, where the heartbeat information reporting unit includes:
the proxy service sends the heartbeat information to the PaaS layer according to the physical node;
and the PaaS layer formats the heartbeat information and then stores the heartbeat information into a redis cache in the database to generate the physical machine resource list.
With reference to the first possible implementation manner of the second aspect, an embodiment of the present invention provides a second possible implementation manner of the second aspect, where the heartbeat information reporting unit further includes:
and the PaaS layer sets expiration time for the heartbeat information.
With reference to the second aspect, an embodiment of the present invention provides a third possible implementation manner of the second aspect, where the system further includes:
and the heartbeat information editing unit is used for editing the heartbeat information by a relational database management system in the database to obtain the physical equipment information of the physical node.
With reference to the second aspect, an embodiment of the present invention provides a fourth possible implementation manner of the second aspect, where the scheduling unit includes:
the resource scheduling node obtains the load information of the physical node by reading the physical machine resource list;
selecting target load information matched with the service request information from the load information according to a scheduling algorithm and a screening strategy;
determining the target message queue in all message queues according to the target load information;
and sending the service request information to the target message queue.
The embodiment of the invention has the following beneficial effects:
the invention provides a method and a system for discovering services of physical nodes, comprising the following steps: when a new physical node is added into the physical resource pool, the new physical node creates a corresponding message queue through proxy service; each physical node reports heartbeat information and writes the heartbeat information into a physical machine resource list in a database; and the resource scheduling node of the PaaS layer selects a target message queue matched with the service request information from all the message queues according to the physical machine resource list. The invention can improve the rationality of resource scheduling and improve the user experience.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
In order to make the aforementioned and other objects, features and advantages of the present invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a flowchart of a service discovery method for a physical node according to an embodiment of the present invention;
fig. 2 is a schematic diagram illustrating a service discovery method for a physical node according to a second embodiment of the present invention;
fig. 3 is a schematic diagram of a service discovery system of a physical node according to a third embodiment of the present invention.
Icon:
100-a message queue creating unit; 200-a heartbeat information reporting unit; 300-scheduling unit.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings, and it is apparent that the described embodiments are some, but not all embodiments of the present invention. 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.
At present, a home cloud platform is designed and constructed based on docker, and open source container deployment and management technologies generally used are kubernets, OpenStack and the like. The construction of the home cloud platform involves service discovery of physical nodes of the home cloud. However, automatic service discovery cannot be realized in this link, and especially for newly added physical nodes, the home cloud platform cannot read the newly added physical nodes normally, so that unreasonable scheduling of resources is caused, and user experience is poor.
Based on this, the method and the system for discovering the service of the physical node provided by the embodiment of the invention can improve the rationality of resource scheduling and improve user experience.
For the convenience of understanding the present embodiment, a detailed description is first given of the service discovery method of a physical node disclosed in the present embodiment.
The first embodiment is as follows:
fig. 1 is a flowchart of a service discovery method for a physical node according to an embodiment of the present invention.
Referring to fig. 1, the service discovery method of a physical node mainly includes the following steps:
step S01, when a new physical node joins the physical resource pool, the new physical node creates a corresponding message queue through the proxy service.
Specifically, when a new physical node joins the physical resource pool, the new physical node starts an agent service (agent), as shown in fig. 2 ((r)); the proxy service then creates a message queue for the corresponding physical machine on the rabbitMQ, as shown at (c). Each physical node corresponds to a message queue.
And step S02, each physical node reports heartbeat information and writes the heartbeat information into a physical machine resource list in the database.
In a specific implementation, the steps include the following:
firstly, the agent service sends heartbeat information to the PaaS layer according to the physical node. Each physical node reports heartbeat information to the Paas layer, and the heartbeat information comprises configuration information, load conditions and load information of the physical nodes.
And secondly, the PaaS layer formats the heartbeat information and then stores the heartbeat information into a redis cache in a database to generate a physical machine resource list. The PaaS layer organizes the load condition, the load information and the load policy of the physical node into json format information and stores the json format information in a redis cache of the database, as shown in fig. 2. After the above steps are completed, the resource scheduling node side of the Paas layer can read the newly added physical node, and in the next resource scheduling, the new physical node and the original physical node are jointly used as the selection object.
Further, step S02 includes: the PaaS layer sets expiration time for heartbeat information.
Step S03, the resource scheduling node in the PaaS layer selects a target message queue matching the service request information from all the message queues according to the physical machine resource list.
In a specific implementation, the method comprises the following steps:
firstly, the resource scheduling node obtains the load information of the physical node by reading the physical machine resource list. When the resource scheduling node selects a physical node, the resource scheduling node reads the physical machine resource list in the database, and further reads the load condition, the load information and the load strategy in the redis, as shown in the fourth step.
And secondly, selecting target load information matched with the service request information from the load information according to a scheduling algorithm and a screening strategy.
And thirdly, determining a target message queue in all message queues according to the target load information.
And fourthly, sending the service request information to a target message queue. And the PaaS layer sends the service request information to the corresponding target physical node through the target message queue.
In addition, regarding the expiration time set in step S02, when a certain physical node hangs up, the reported heartbeat information will fail after reaching the expiration time, and further the load information of the physical machine cannot be acquired, so that the resource scheduling node will not send the service request information to the message queue corresponding to the hung physical node.
Further, after step S02, the method for discovering the service of the physical node further includes:
and (3) editing the heartbeat information by mysql (relational database management system) in the database to obtain the physical equipment information of the physical nodes. Here, the heartbeat information is edited to obtain perfect physical device information.
Further, for the opposite process of adding a physical node newly, namely, the process of deleting a physical node, the above steps are reversed, but the operation of closing the physical node in the physical machine resource list is manually required.
Example two:
fig. 3 is a schematic diagram of a service discovery system of a physical node according to a second embodiment of the present invention.
The present embodiment further provides a service discovery system of a physical node, which is used to implement the service discovery method of a physical node provided in the foregoing embodiment. Referring to fig. 3, the service discovery system of a physical node includes the following elements:
a message queue creating unit 100, configured to create, when a new physical node joins the physical resource pool, a corresponding message queue by the new physical node through the proxy service;
a heartbeat information reporting unit 200, configured to report heartbeat information by each physical node, and write the heartbeat information into a physical machine resource list in a database;
and the scheduling unit 300 is configured to select, by a resource scheduling node of the PaaS layer, a target message queue matching the service request information from all message queues according to the physical machine resource list.
Further, the heartbeat information reporting unit 200 includes:
the agent service sends heartbeat information to the PaaS layer according to the physical node;
and the PaaS layer formats the heartbeat information and then stores the heartbeat information into a redis cache in a database to generate a physical machine resource list.
Further, the heartbeat information reporting unit 200 further includes:
the PaaS layer sets expiration time for heartbeat information.
Further, the service discovery system of the physical node further includes:
and the heartbeat information editing unit is used for editing the heartbeat information by a relational database management system in the database to obtain the physical equipment information of the physical node.
Further, the scheduling unit 300 includes:
the resource scheduling node obtains load information of the physical node by reading the physical machine resource list;
selecting target load information matched with the service request information from the load information according to a scheduling algorithm and a screening strategy;
determining a target message queue in all message queues according to the target load information;
and sending the service request information to the target message queue.
The system provided by the embodiment of the present invention has the same implementation principle and technical effect as the system embodiment, and for the sake of brief description, no part of the system embodiment is mentioned, and reference may be made to the corresponding contents in the method embodiment.
The embodiment of the invention has the following beneficial effects:
the invention provides a method and a system for discovering services of physical nodes, comprising the following steps: when a new physical node is added into the physical resource pool, the new physical node creates a corresponding message queue through proxy service; each physical node reports heartbeat information and writes the heartbeat information into a physical machine resource list in a database; and the resource scheduling node of the PaaS layer selects a target message queue matched with the service request information from all the message queues according to the physical machine resource list. The invention can improve the rationality of resource scheduling and improve the user experience.
The embodiment of the present invention further provides an electronic device, which includes a memory and a processor, where the memory stores a computer program that can run on the processor, and the processor implements the steps of the service discovery method for a physical node provided in the foregoing embodiment when executing the computer program.
The embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the steps of the service discovery method for a physical node in the foregoing embodiment are executed.
The computer program product for performing the service discovery method for the physical node according to the embodiment of the present invention includes a computer-readable storage medium storing a nonvolatile program code executable by a processor, where instructions included in the program code may be used to execute the method described in the foregoing method embodiment, and specific implementation may refer to the method embodiment, which is not described herein again.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and method may be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one logical division, and there may be other divisions when actually implemented, and for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection of devices or units through some communication interfaces, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a non-volatile computer-readable storage medium executable by a processor. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
Finally, it should be noted that: the above-mentioned embodiments are only specific embodiments of the present invention, which are used for illustrating the technical solutions of the present invention and not for limiting the same, and the protection scope of the present invention is not limited thereto, although the present invention is described in detail with reference to the foregoing embodiments, those skilled in the art should understand that: any person skilled in the art can modify or easily conceive the technical solutions described in the foregoing embodiments or equivalent substitutes for some technical features within the technical scope of the present disclosure; such modifications, changes or substitutions do not depart from the spirit and scope of the embodiments of the present invention, and they should be construed as being included therein. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (8)

1. A method for discovering services of a physical node, comprising:
when a new physical node is added into a physical resource pool, the new physical node creates a corresponding message queue through proxy service;
each physical node reports heartbeat information and writes the heartbeat information into a physical machine resource list in a database;
a resource scheduling node of a platform-as-a-service PaaS layer selects a target message queue matched with service request information from all message queues according to the physical machine resource list;
the resource scheduling node of the PaaS layer selects a target message queue matched with the service request information from all the message queues according to the physical machine resource list, and the method comprises the following steps:
the resource scheduling node obtains the load information of the physical node by reading the physical machine resource list;
selecting target load information matched with the service request information from the load information according to a scheduling algorithm and a screening strategy;
determining the target message queue in all message queues according to the target load information;
and sending the service request information to the target message queue.
2. The method of claim 1, wherein reporting heartbeat information by each physical node and writing the heartbeat information into a physical machine resource list in a database comprises:
the proxy service sends the heartbeat information to the PaaS layer according to the physical node;
and the PaaS layer formats the heartbeat information and then stores the heartbeat information into a redis cache in the database to generate the physical machine resource list.
3. The method of claim 2, further comprising:
and the PaaS layer sets expiration time for the heartbeat information.
4. The method of claim 1, wherein after the step of reporting heartbeat information by each physical node and writing the heartbeat information into a physical machine resource list in a database, the method further comprises:
and editing the heartbeat information by a relational database management system in the database to obtain the physical equipment information of the physical node.
5. A system for service discovery of a physical node, comprising:
the message queue creating unit is used for creating a corresponding message queue through proxy service by a new physical node when the new physical node is added into the physical resource pool;
the heartbeat information reporting unit is used for reporting heartbeat information by each physical node and writing the heartbeat information into a physical machine resource list in a database;
the scheduling unit is used for selecting a target message queue matched with the service request information from all the message queues by a resource scheduling node of the PaaS layer according to the physical machine resource list;
the scheduling unit includes:
the resource scheduling node obtains the load information of the physical node by reading the physical machine resource list;
selecting target load information matched with the service request information from the load information according to a scheduling algorithm and a screening strategy;
determining the target message queue in all message queues according to the target load information;
and sending the service request information to the target message queue.
6. The system according to claim 5, wherein the heartbeat information reporting unit comprises:
the proxy service sends the heartbeat information to the PaaS layer according to the physical node;
and the PaaS layer formats the heartbeat information and then stores the heartbeat information into a redis cache in the database to generate the physical machine resource list.
7. The system according to claim 6, wherein the heartbeat information reporting unit further comprises:
and the PaaS layer sets expiration time for the heartbeat information.
8. The system of claim 5, further comprising:
and the heartbeat information editing unit is used for editing the heartbeat information by a relational database management system in the database to obtain the physical equipment information of the physical node.
CN201810561246.4A 2018-06-01 2018-06-01 Service discovery method and system for physical node Expired - Fee Related CN108810125B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810561246.4A CN108810125B (en) 2018-06-01 2018-06-01 Service discovery method and system for physical node

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810561246.4A CN108810125B (en) 2018-06-01 2018-06-01 Service discovery method and system for physical node

Publications (2)

Publication Number Publication Date
CN108810125A CN108810125A (en) 2018-11-13
CN108810125B true CN108810125B (en) 2021-04-23

Family

ID=64090334

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810561246.4A Expired - Fee Related CN108810125B (en) 2018-06-01 2018-06-01 Service discovery method and system for physical node

Country Status (1)

Country Link
CN (1) CN108810125B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111866045B (en) * 2019-04-29 2023-05-30 京东科技控股股份有限公司 Information processing method and device, computer system and computer readable medium
CN110912972B (en) * 2019-11-07 2022-08-19 北京浪潮数据技术有限公司 Service processing method, system, electronic equipment and readable storage medium
CN111314241B (en) * 2020-01-17 2024-03-29 新华智云科技有限公司 Task scheduling method and scheduling system
CN111841019A (en) * 2020-06-23 2020-10-30 腾讯科技(成都)有限公司 Game application security verification method, device, equipment and storage medium
CN112671819A (en) * 2020-08-17 2021-04-16 紫光云技术有限公司 Distributed message communication method based on redis

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102281329A (en) * 2011-08-02 2011-12-14 北京邮电大学 Resource scheduling method and system for platform as a service (Paas) cloud platform
CN106330602A (en) * 2016-08-22 2017-01-11 中国科学院信息工程研究所 Method and system for monitoring cloud computing virtual tenant network
WO2018001004A1 (en) * 2016-06-27 2018-01-04 中兴通讯股份有限公司 Docker based cloud platform control method and apparatus
CN107766205A (en) * 2017-10-10 2018-03-06 武汉大学 A kind of monitoring system and method towards the tracking of micro services invoked procedure

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102281329A (en) * 2011-08-02 2011-12-14 北京邮电大学 Resource scheduling method and system for platform as a service (Paas) cloud platform
WO2018001004A1 (en) * 2016-06-27 2018-01-04 中兴通讯股份有限公司 Docker based cloud platform control method and apparatus
CN106330602A (en) * 2016-08-22 2017-01-11 中国科学院信息工程研究所 Method and system for monitoring cloud computing virtual tenant network
CN107766205A (en) * 2017-10-10 2018-03-06 武汉大学 A kind of monitoring system and method towards the tracking of micro services invoked procedure

Also Published As

Publication number Publication date
CN108810125A (en) 2018-11-13

Similar Documents

Publication Publication Date Title
CN108810125B (en) Service discovery method and system for physical node
US10572285B2 (en) Method and apparatus for elastically scaling virtual machine cluster
KR102376713B1 (en) Composite partition functions
KR101781339B1 (en) Method and device for updating client
US11461679B2 (en) Message management using machine learning techniques
US10726150B2 (en) Determination of data object exposure in cloud computing environments
CN108287708B (en) Data processing method and device, server and computer readable storage medium
CN108829588B (en) Processing method, deployment system and device for testing application program
US10310851B2 (en) Automated generation of service definitions for message queue application clients
CN110417910B (en) Notification message sending method, device, server and storage medium
CN109104368B (en) Connection request method, device, server and computer readable storage medium
CN111193792A (en) Message transmission method and device, electronic equipment and storage medium
CN109726038B (en) Method and apparatus for managing virtual machines
CN108366098A (en) A kind of data interactive method and device of network node
WO2022012305A1 (en) Method and apparatus for managing model file in inference application
CA3065729A1 (en) Business rules processing framework
CN112463305A (en) Management method, system and related device of cloud virtualization GPU
EP3721604B1 (en) Automatic subscription management of computing services
US9942083B1 (en) Capacity pool management
CN112286622A (en) Virtual machine migration processing and strategy generating method, device, equipment and storage medium
CN111104200A (en) Virtual machine management method, device, storage medium and server
US20140244719A1 (en) Techniques To Manage Platform Migrations
CN112685218B (en) Method, apparatus and computer program product for managing backup systems
CN113760446A (en) Resource scheduling method, device, equipment and medium
CN106934555B (en) Workflow organization method and device, computer equipment and storage medium

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
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20210423

CF01 Termination of patent right due to non-payment of annual fee