CN110955490A - Asynchronous resource creating method, device, equipment and medium - Google Patents

Asynchronous resource creating method, device, equipment and medium Download PDF

Info

Publication number
CN110955490A
CN110955490A CN201911026016.9A CN201911026016A CN110955490A CN 110955490 A CN110955490 A CN 110955490A CN 201911026016 A CN201911026016 A CN 201911026016A CN 110955490 A CN110955490 A CN 110955490A
Authority
CN
China
Prior art keywords
resource
container
asynchronous
creating
container resource
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.)
Withdrawn
Application number
CN201911026016.9A
Other languages
Chinese (zh)
Inventor
张少杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Inspur Data Technology Co Ltd
Original Assignee
Beijing Inspur Data 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 Inspur Data Technology Co Ltd filed Critical Beijing Inspur Data Technology Co Ltd
Priority to CN201911026016.9A priority Critical patent/CN110955490A/en
Publication of CN110955490A publication Critical patent/CN110955490A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45562Creating, deleting, cloning virtual machine instances

Abstract

The invention discloses an asynchronous establishing method of resources, which comprises the following steps: judging whether a request message for creating container resources is received or not; if yes, initiating the operation of creating the container resource according to the request message; the feedback is a response message that prompts the container resource that creation has begun. Therefore, the method provided by the invention can feed back the response message in time after initiating the operation of creating the container resource, can quickly feed back the operation of the user, and improves the experience of the user; the time of the user is effectively saved, and the requirements of the user are better met. In addition, the asynchronous creating device, equipment and medium of the resource provided by the invention correspond to the method.

Description

Asynchronous resource creating method, device, equipment and medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method, an apparatus, a device, and a medium for asynchronous creation of a resource.
Background
At present, the container technology is a server resource sharing mode which saves more computing resources than the virtual machine technology and is more flexible, and the container technology is widely applied. The kubernets technology stands out to be a de facto standard in the field of container organization.
When a user wants the Kubernets technology to create a container resource, the user needs to click a creation button on a Kubernets cluster management software interface to send a creation request message. In the prior art, after receiving the request message, the backend program completes the creation of the container resource in a synchronous manner, that is, the user needs to wait until the container resource is successfully created and started to receive the response message, and can execute other operations.
Therefore, especially for container resources with long creation process and slow start, the user needs to wait for a long time on the software interface and cannot perform other operations, so that the kubernets cluster management software has poor usability, and the user experience is reduced.
Disclosure of Invention
The invention aims to provide a method, a device, equipment and a medium for asynchronously creating resources. The response message can be fed back in time after the operation of creating the container resource is initiated, so that the feedback can be quickly made on the operation of the user, the waiting process of the user is avoided, and the experience of the user is improved; meanwhile, after the system receives the response message, the user can be allowed to execute other operations, the availability of the cluster management software is improved, the time of the user is effectively saved, and the requirements of the user are better met.
In order to solve the above technical problem, the present invention provides an asynchronous resource creation method, including:
judging whether a request message for creating container resources is received or not;
if yes, initiating the operation of creating the container resource according to the request message;
and feeding back a response message for prompting that the container resource starts to be created.
Preferably, the method further comprises the following steps:
inquiring the actual state of the container resource, and judging whether the container resource normally operates according to the actual state;
if not, judging whether the time length of the current distance receiving the request message is greater than the preset time length;
and if so, prompting that the creation of the container resource fails.
Preferably, the initiating the operation of creating the container resource according to the request message specifically includes:
acquiring the configuration information of the container resource contained in the request message; and calling an interface for creating resources to create container resources corresponding to the configuration information.
Preferably, the querying the actual state of the container resource specifically includes:
and inquiring the actual state of the container resource regularly.
Preferably, the method further comprises the following steps:
generating a log for recording the actual state.
Preferably, the method further comprises the following steps:
and carrying out alarm prompt on the container resource which is failed to be established in the log.
Preferably, the method further comprises the following steps:
and informing the operation and maintenance personnel to process the situation of the failed creation according to the pre-stored contact information of the operation and maintenance personnel.
In order to solve the above technical problem, the present invention further provides an asynchronous resource creation apparatus, including:
the judging module is used for judging whether a request message for creating the container resource is received or not; if yes, entering an initiating module;
the initiating module is used for initiating the operation of creating the container resource according to the request message;
and the feedback module is used for feeding back a response message for prompting that the container resource starts to be created.
In order to solve the above technical problem, the present invention further provides an asynchronous resource creation device, including a memory for storing a computer program;
a processor for implementing the steps of the asynchronous creation method of a resource as claimed in any one of the above when executing said computer program.
To solve the above technical problem, the present invention further provides a computer-readable storage medium, having a computer program stored thereon, where the computer program, when executed by a processor, implements the steps of the asynchronous creation method of a resource according to any one of the above.
The asynchronous establishing method of the resource provided by the invention comprises the steps of firstly judging whether a request message for establishing the container resource is received; if the request message is received, initiating the operation of creating the container resource according to the request message, and feeding back a response message for prompting that the container resource starts to be created after the operation of creating the container resource is started, thereby completing the asynchronous creation of the resource. According to the method, the response message is fed back in time after the operation of creating the container resource is initiated, so that the operation of the user can be fed back quickly, the process that the user needs to wait for the whole creation and starting process is avoided, and the experience of the user is improved; meanwhile, after the system receives the response message, the user can be allowed to execute other operations, the usability of the cluster management software is improved, the user is prevented from executing other operations after the created container resource can normally run, the time of the user is effectively saved, and the requirements of the user are better met.
In addition, the asynchronous creating device, equipment and medium of the resource provided by the invention correspond to the method, and have the same beneficial effects.
Drawings
In order to illustrate the embodiments of the present invention more clearly, the drawings that are needed in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and that other drawings can be obtained by those skilled in the art without inventive effort.
Fig. 1 is a flowchart of an asynchronous resource creation method according to an embodiment of the present invention;
FIG. 2 is a flowchart of another asynchronous resource creation method according to an embodiment of the present invention;
fig. 3 is a structural diagram of an asynchronous resource creation apparatus according to an embodiment of the present invention;
fig. 4 is a structural diagram of an asynchronous resource creation device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments of the present invention without any creative work belong to the protection scope of the present invention.
The core of the invention is to provide a method, a device, equipment and a medium for asynchronously creating resources. The response message can be fed back in time after the operation of creating the container resource is initiated, so that the feedback can be quickly made on the operation of the user, the waiting process of the user is avoided, and the experience of the user is improved; meanwhile, after the system receives the response message, the user can be allowed to execute other operations, the availability of the cluster management software is improved, the time of the user is effectively saved, and the requirements of the user are better met.
In order that those skilled in the art will better understand the disclosure, the invention will be described in further detail with reference to the accompanying drawings and specific embodiments.
It should be noted that the asynchronous resource creation method provided by the present invention is specifically implemented by designing a multithread manner. Those skilled in the art can also implement the method by other methods according to the practical application, and the embodiment of the present invention is not limited. For detailed information on asynchronous operation realized by multi-thread design, reference may be made to the prior art, and details of the present invention are not repeated.
Fig. 1 is a flowchart of an asynchronous resource creation method according to an embodiment of the present invention; as shown in fig. 1, an asynchronous creating method for a resource provided in an embodiment of the present invention includes steps S101 to S103:
step S101: judging whether a request message for creating container resources is received or not; if yes, go to step S102;
it will be appreciated that the user may perform different operations on the container resource through the kubernets cluster management software interface. In one embodiment, the user may click on a create button on the interface when the user needs to create a container resource. And when the user finishes the clicking operation, forming a request message for creating the container resource according to the configuration information of the requested container resource and sending the request message. It can be understood that the configuration information of the container resource may be set by a user at will, or may be preset fixed configuration information, and a person skilled in the art may set the configuration information according to actual needs to implement creation of different container resources, which is not limited in the embodiment of the present invention. By determining whether the request message is received, it can be determined whether the user has clicked the operation button.
In one embodiment, the container resource is specifically a Deployment, stateful and PVC service resource. Those skilled in the art can set other types of container resources according to the actual application requirements, and the embodiment of the present invention is not limited thereto.
Step S102: initiating an operation of creating container resources according to the request message;
in an embodiment, the initiating the operation of creating the container resource according to the request message specifically includes:
acquiring configuration information of container resources contained in the request message; and calls an interface for creating the resource to create a container resource corresponding to the configuration information.
In particular implementations, the operation of creating a container resource may be initiated in accordance with a received request message. The request message contains the configuration information of the container resource to be created. Specifically, a thread may be created, such that the thread first acquires configuration information included in the received request message, and invokes an interface for creating a resource, so as to create a corresponding container resource according to the configuration information.
Step S103: the feedback is a response message that prompts the container resource that creation has begun.
In one embodiment, after the operation of creating the container resource is initiated, a response message for prompting that the container resource starts to be created can be fed back to the front-end interface through the interface, so that the user can see the feedback in time. Specifically, the front-end interface displays contents such as "started processing" or "busy" and the user can know that the creation operation is responded through the displayed contents. In one embodiment, a response message may be fed back through the created thread, and after feeding back the response message, the operation of the thread is ended.
The asynchronous establishing method of the resource provided by the invention comprises the steps of firstly judging whether a request message for establishing the container resource is received; if the request message is received, initiating the operation of creating the container resource according to the request message, and feeding back a response message for prompting that the container resource starts to be created after the operation of creating the container resource is started, thereby completing the asynchronous creation of the resource. According to the method, the response message is fed back in time after the operation of creating the container resource is initiated, so that the operation of the user can be fed back quickly, the process that the user needs to wait for the whole creation and starting process is avoided, and the experience of the user is improved; meanwhile, after the system receives the response message, the user can be allowed to execute other operations, the usability of the cluster management software is improved, the user is prevented from executing other operations after the created container resource can normally run, the time of the user is effectively saved, and the requirements of the user are better met.
FIG. 2 is a flowchart of another asynchronous resource creation method according to an embodiment of the present invention; as shown in fig. 2, the asynchronous creating method of resources provided in the embodiment of the present invention further includes:
step S104: inquiring the actual state of the container resource, and judging whether the container resource normally operates according to the actual state; if not, the step S105 is entered;
step S105: judging whether the time length of the request message received by the current distance is greater than the preset time length; if yes, go to step S106;
step S106: and prompting that the container resource is failed to create.
In an embodiment, the actual state of the container resource may be queried through an interface for acquiring resource information, specifically, the query mode may be set to be a timing query or a random query, and a person skilled in the art may make a corresponding setting according to an actual application situation, which is not limited in the embodiment of the present invention.
In one embodiment, the actual state is specifically an unrequired state, a created but not run state, or a normal run state. It will be appreciated that subsequent runs may be performed only after the container resource is successfully created. Specifically, whether the container resource is in a normal operation state is judged according to the actual state. If the operation is normal, the container resource is prompted to be successfully created, and the information for recording the resource state in the database is set to be normal. If the container resource is in an abnormal operating state, step S105 is performed. It will be appreciated that the container resource non-created complete state and the created but not running state may both be considered container resource not running normal states.
When the operation state is abnormal, it needs to judge whether the time length of the current distance receiving the request message is longer than the preset time length. It should be noted that, the preset duration may refer to the time for successfully creating the container resource and normally operating under normal conditions. Whether the creation of the container resource exceeds the successful creation time under the general condition can be judged by judging whether the time length of the request message received from the current distance is longer than the preset time length or not, if so, the creation abnormity possibly caused by the fact that the memory or other configuration conditions do not meet the requirements can occur in the creation process, and for the condition, the failure of the creation of the container resource can be prompted, and the information of recording the resource state in the database is set to be overtime, so that more time is prevented from being wasted. If the preset time length is not exceeded, the next round of inquiry can be carried out, whether the container resources normally operate or not is judged again, and the operation is repeated.
In the embodiment, the state of creating the container resource is inquired, so that whether the container resource is successfully created or not can be fed back in time and the container resource can normally run, and the operation can be stopped in time under the abnormal condition, so that more time and resources are prevented from being wasted.
As shown in fig. 2, the asynchronous creating method of resources provided in the embodiment of the present invention further includes:
step S107: a log is generated for recording the actual state.
In one embodiment, a log may be generated for recording the actual state of the container resource. Specifically, by means of timing query, the actual states of the container resources at different times in the creation process are recorded in the log, and the operation and maintenance personnel can clearly know the creation condition of the container resources according to the records in the log.
As shown in fig. 2, the asynchronous creating method of resources provided in the embodiment of the present invention further includes:
step S108: and carrying out alarm prompt on the container resource which is failed to be established in the log.
In one embodiment, for a container resource that fails to be created, an alarm prompt may be generated in the log, specifically, the alarm prompt may be generated by highlighting the container resource in the log or marking the user information that sent the request message. According to the embodiment, the alarm prompt is carried out in the log, so that operation and maintenance personnel can conveniently judge according to the log, and the reason of the creation failure is analyzed through the recorded relevant information of the log, so that the reason of the creation failure can be fed back to the user, and better service is provided for the user.
As shown in fig. 2, the asynchronous creating method of resources provided in the embodiment of the present invention further includes:
step S109: and informing the operation and maintenance personnel to process the situation of the failed creation according to the pre-stored contact information of the operation and maintenance personnel.
Specifically, the contact information of the operation and maintenance personnel, such as a mailbox or a telephone number, may be stored in advance. When the situation that the creation fails is determined, the situation that the creation of the container resource fails can be notified to operation and maintenance personnel according to the contact way, so that the operation and maintenance personnel can timely perform processing. The influence on the use of the user due to untimely processing is prevented, and the requirements of the user are better met.
The invention also provides a device and a corresponding embodiment of the equipment for asynchronously creating the resources. It should be noted that one is an angle based on the function module, and the other is an angle based on the hardware.
Fig. 3 is a structural diagram of an asynchronous resource creation apparatus according to an embodiment of the present invention; as shown in fig. 3, an asynchronous creating apparatus for a resource provided in an embodiment of the present invention includes:
a judging module 10, configured to judge whether a request message for creating a container resource is received; if yes, entering an initiating module;
an initiating module 11, configured to initiate an operation of creating a container resource according to the request message;
a feedback module 12, configured to feed back a response message for prompting that the container resource has started to be created.
In one embodiment, the asynchronous creating apparatus of a resource provided by the present invention further includes:
the query module is used for querying the actual state of the container resource and judging whether the container resource normally operates according to the actual state; if not, judging whether the time length of the request message received by the current distance is greater than the preset time length; if so, prompting the container resource to create failure.
And the generating module is used for generating a log for recording the actual state.
And the alarm module is used for carrying out alarm prompt on the container resource which is failed to be established in the log.
And the notification module is used for notifying the operation and maintenance personnel to process the situation of the creation failure according to the pre-stored contact information of the operation and maintenance personnel.
Since the embodiments of this section correspond to the embodiments of the method section, reference is made to the description of the embodiments of the method section for the embodiments of this section, and details are not repeated here.
The asynchronous establishing device of the resource provided by the invention firstly judges whether a request message for establishing the container resource is received; if the request message is received, initiating the operation of creating the container resource according to the request message, and feeding back a response message for prompting that the container resource starts to be created after the operation of creating the container resource is started, thereby completing the asynchronous creation of the resource. According to the method, the response message is fed back in time after the operation of creating the container resource is initiated, so that the operation of the user can be fed back quickly, the process that the user needs to wait for the whole creation and starting process is avoided, and the experience of the user is improved; meanwhile, after the system receives the response message, the user can be allowed to execute other operations, the usability of the cluster management software is improved, the user is prevented from executing other operations after the created container resource can normally run, the time of the user is effectively saved, and the requirements of the user are better met.
Fig. 4 is a structural diagram of an asynchronous resource creation device according to an embodiment of the present invention. As shown in fig. 4, an asynchronous creation device of a resource provided by an embodiment of the present invention includes a memory 20 for storing a computer program;
a processor 21 for implementing the steps of the asynchronous creation method of a resource as claimed in any one of the above when executing a computer program.
The processor 21 may include one or more processing cores, such as a 4-core processor, an 8-core processor, and the like. The processor 21 may be implemented in at least one hardware form of a DSP (Digital Signal Processing), an FPGA (Field-Programmable Gate Array), and a PLA (Programmable Logic Array). The processor 21 may also include a main processor and a coprocessor, where the main processor is a processor for processing data in an awake state, and is also called a Central Processing Unit (CPU); a coprocessor is a low power processor for processing data in a standby state. In some embodiments, the processor 21 may be integrated with a GPU (Graphics Processing Unit), which is responsible for rendering and drawing the content required to be displayed on the display screen. In some embodiments, the processor 21 may further include an AI (Artificial Intelligence) processor for processing a calculation operation related to machine learning.
The memory 20 may include one or more computer-readable storage media, which may be non-transitory. Memory 20 may also include high speed random access memory, as well as non-volatile memory, such as one or more magnetic disk storage devices, flash memory storage devices. In this embodiment, the memory 20 is at least used for storing the computer program 201, wherein after being loaded and executed by the processor 21, the computer program can implement the relevant steps in the asynchronous resource creation method disclosed in any of the foregoing embodiments. In addition, the resources stored in the memory 20 may also include an operating system 202, data 203, and the like, and the storage manner may be a transient storage manner or a permanent storage manner. Operating system 202 may include, among others, Windows, Unix, Linux, and the like.
In some embodiments, the asynchronous creation device of resources may further include an input-output interface 22, a communication interface 23, a power supply 24, and a communication bus 25.
Those skilled in the art will appreciate that the architecture shown in FIG. 4 does not constitute a limitation of an asynchronously created device of resources and may include more or fewer components than those shown.
Since the embodiments of this section correspond to the embodiments of the method section, reference is made to the description of the embodiments of the method section for the embodiments of this section, and details are not repeated here. In some embodiments of the invention, the processor and memory may be connected by a bus or other means.
The asynchronous establishing equipment of the resource provided by the invention can realize the following method: firstly, judging whether a request message for creating container resources is received or not; if the request message is received, initiating the operation of creating the container resource according to the request message, and feeding back a response message for prompting that the container resource starts to be created after the operation of creating the container resource is started, thereby completing the asynchronous creation of the resource. According to the method, the response message is fed back in time after the operation of creating the container resource is initiated, so that the operation of the user can be fed back quickly, the process that the user needs to wait for the whole creation and starting process is avoided, and the experience of the user is improved; meanwhile, after the system receives the response message, the user can be allowed to execute other operations, the usability of the cluster management software is improved, the user is prevented from executing other operations after the created container resource can normally run, the time of the user is effectively saved, and the requirements of the user are better met.
Finally, the invention also provides a corresponding embodiment of the computer readable storage medium. The computer-readable storage medium has stored thereon a computer program which, when being executed by a processor, carries out the steps as set forth in the above-mentioned method embodiments.
It is to be understood that if the method in the above embodiments is implemented in the form of software functional units and sold or used as a stand-alone product, it can be stored in a computer readable storage medium. 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 performs all or part of the steps of the methods according to the embodiments of the present invention, or all or part of the technical solution. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The method, apparatus, device and medium for asynchronous creation of resources provided by the present invention are described in detail above. The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. A method for asynchronous creation of a resource, comprising:
judging whether a request message for creating container resources is received or not;
if yes, initiating the operation of creating the container resource according to the request message;
and feeding back a response message for prompting that the container resource starts to be created.
2. The asynchronous creation method of a resource of claim 1, further comprising:
inquiring the actual state of the container resource, and judging whether the container resource normally operates according to the actual state;
if not, judging whether the time length of the current distance receiving the request message is greater than the preset time length;
and if so, prompting that the creation of the container resource fails.
3. The asynchronous creation method of a resource according to claim 1, wherein the initiating the operation of creating the container resource according to the request message specifically comprises:
acquiring the configuration information of the container resource contained in the request message; and calling an interface for creating resources to create container resources corresponding to the configuration information.
4. The asynchronous resource creation method of claim 2, wherein the querying the actual state of the container resource specifically comprises:
and inquiring the actual state of the container resource regularly.
5. The asynchronous creation method of a resource of claim 2, further comprising:
generating a log for recording the actual state.
6. The asynchronous creation method of a resource of claim 5, further comprising:
and carrying out alarm prompt on the container resource which is failed to be established in the log.
7. The asynchronous creation method of a resource of claim 6, further comprising:
and informing the operation and maintenance personnel to process the situation of the failed creation according to the pre-stored contact information of the operation and maintenance personnel.
8. An apparatus for asynchronous creation of a resource, comprising:
the judging module is used for judging whether a request message for creating the container resource is received or not; if yes, entering an initiating module;
the initiating module is used for initiating the operation of creating the container resource according to the request message;
and the feedback module is used for feeding back a response message for prompting that the container resource starts to be created.
9. An apparatus for asynchronous creation of a resource, comprising a memory for storing a computer program;
processor for implementing the steps of the asynchronous creation method of a resource according to any of claims 1 to 7 when executing said computer program.
10. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the asynchronous creation method of a resource according to any one of claims 1 to 7.
CN201911026016.9A 2019-10-25 2019-10-25 Asynchronous resource creating method, device, equipment and medium Withdrawn CN110955490A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911026016.9A CN110955490A (en) 2019-10-25 2019-10-25 Asynchronous resource creating method, device, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911026016.9A CN110955490A (en) 2019-10-25 2019-10-25 Asynchronous resource creating method, device, equipment and medium

Publications (1)

Publication Number Publication Date
CN110955490A true CN110955490A (en) 2020-04-03

Family

ID=69975765

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911026016.9A Withdrawn CN110955490A (en) 2019-10-25 2019-10-25 Asynchronous resource creating method, device, equipment and medium

Country Status (1)

Country Link
CN (1) CN110955490A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140201372A1 (en) * 2013-01-16 2014-07-17 Oracle International Corporation Creating and debugging resource instances in a cloud computing system
CN105897826A (en) * 2015-11-24 2016-08-24 乐视云计算有限公司 Cloud platform service creating method and system
CN107111519A (en) * 2014-11-11 2017-08-29 亚马逊技术股份有限公司 For managing the system with scheduling container
CN108462746A (en) * 2018-03-14 2018-08-28 广州西麦科技股份有限公司 A kind of container dispositions method and framework based on openstack
CN108920251A (en) * 2018-06-08 2018-11-30 郑州云海信息技术有限公司 A kind of management system and method for container
CN108961004A (en) * 2018-07-06 2018-12-07 北京金山云网络技术有限公司 Processing method, device, system, electronic equipment and the medium of cloud service order

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140201372A1 (en) * 2013-01-16 2014-07-17 Oracle International Corporation Creating and debugging resource instances in a cloud computing system
CN107111519A (en) * 2014-11-11 2017-08-29 亚马逊技术股份有限公司 For managing the system with scheduling container
CN105897826A (en) * 2015-11-24 2016-08-24 乐视云计算有限公司 Cloud platform service creating method and system
CN108462746A (en) * 2018-03-14 2018-08-28 广州西麦科技股份有限公司 A kind of container dispositions method and framework based on openstack
CN108920251A (en) * 2018-06-08 2018-11-30 郑州云海信息技术有限公司 A kind of management system and method for container
CN108961004A (en) * 2018-07-06 2018-12-07 北京金山云网络技术有限公司 Processing method, device, system, electronic equipment and the medium of cloud service order

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
潘仙张等: "基于XML的异步通信改进CRM系统", 《兰州交通大学学报》 *

Similar Documents

Publication Publication Date Title
JP6571277B2 (en) Method and apparatus for loading terminal application
WO2019237586A1 (en) Method and apparatus for managing scheduled tasks, computer device and storage medium
CN106201574B (en) Application interface starting method and device
CN102999387B (en) Process running gear and method
EP3128789B1 (en) Method, device and mobile terminal for reducing power consumption
WO2017193964A1 (en) Component upgrade method, apparatus and system
CN113010275A (en) Interrupt processing method and device
US20170160778A1 (en) Method and device for monitoring power-consuming applications, user terminal, computer program and storage medium
CN111506283A (en) Image display method, device and system
CN109032767B (en) Asynchronous multi-process business processing system, method, device and storage medium
EP3499373A1 (en) Method and apparatus for processing process
CN111580769A (en) Display control system, method, device, storage medium and processor
CN107547285B (en) Configuration information storage method and device
CN112965799A (en) Task state prompting method and device, electronic equipment and medium
CN103544061A (en) Smart television based safe exit method and device for external storage device
CN110955490A (en) Asynchronous resource creating method, device, equipment and medium
CN110417601B (en) Information prompting method, device and system in client and readable storage medium
CN109491762B (en) Container state control method and device, storage medium and electronic equipment
CN111026794A (en) Data management method, device, equipment and medium based on data source
CN108112052B (en) Terminal network sharing method and device, air conditioner and storage medium
CN107729207B (en) Application program main thread monitoring method and device
CN116089040A (en) Service flow scheduling method and device, electronic equipment and storage medium
CN109542721B (en) Application state control method and device in application container and storage medium
EP3252599B1 (en) Method and apparatus for starting application program
CN114443325A (en) Asynchronous retry method and system for interface call exception

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
WW01 Invention patent application withdrawn after publication

Application publication date: 20200403

WW01 Invention patent application withdrawn after publication