CN114416311A - Method and device for managing message queue based on Go language - Google Patents

Method and device for managing message queue based on Go language Download PDF

Info

Publication number
CN114416311A
CN114416311A CN202111665664.6A CN202111665664A CN114416311A CN 114416311 A CN114416311 A CN 114416311A CN 202111665664 A CN202111665664 A CN 202111665664A CN 114416311 A CN114416311 A CN 114416311A
Authority
CN
China
Prior art keywords
information
queue
node
cluster
consumer
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.)
Pending
Application number
CN202111665664.6A
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.)
China Telecom Corp Ltd
Original Assignee
China Telecom Corp 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 China Telecom Corp Ltd filed Critical China Telecom Corp Ltd
Priority to CN202111665664.6A priority Critical patent/CN114416311A/en
Publication of CN114416311A publication Critical patent/CN114416311A/en
Pending 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/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority 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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming

Abstract

The invention provides a method and a device for managing a message queue based on Go language, wherein the method comprises the following steps: the method comprises the steps of obtaining configuration information, wherein the configuration information comprises queue cluster information, the queue cluster information comprises queue consumer information and queue producer information, loading the configuration information into a Go language file, operating the Go language file, and starting a queue cluster according to the configuration information. According to the technical scheme, the consumer information and the producer information are loaded into the Go language file, the information queue based on Go language management is started, multi-thread synchronous or asynchronous starting in the information queue can be achieved, starting efficiency of the information queue is improved, and multi-thread concurrence is achieved.

Description

Method and device for managing message queue based on Go language
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for managing a message queue based on Go language.
Background
The Go language (also known as Golang) is a programming language developed by Google (Google) with compiling and concurrent functions. The Go language is specially optimized for the programming of the application program of the multiprocessor system, a programmer has higher production efficiency, the program compiled by the Go language can be comparable to the speed of C or C + + codes, and meanwhile, the Go language supports parallel processes.
A bottom development system of a telecommunication channel operation center can use middleware of a message queue RabbitMq to process high-concurrency multi-thread service, but at present, Go language has no framework suitable for RabbitMq, the efficiency of starting the message queue is not high in the operation process, and the whole load of a server is increased.
Disclosure of Invention
In view of the above problems, embodiments of the present invention are provided to provide a method for managing a message queue based on Go language, and a corresponding device for managing a message queue based on Go language, which overcome or at least partially solve the above problems.
In order to solve the above problem, in one aspect, an embodiment of the present invention discloses a method for managing a message queue based on Go language, including:
acquiring configuration information, wherein the configuration information comprises queue cluster information, and the queue cluster information comprises queue consumer information and queue producer information;
loading the configuration information into a Go language file;
and operating the Go language file, and starting the queue cluster according to the configuration information.
Further, the obtaining configuration information, where the configuration information includes queue cluster information, where the queue cluster information includes queue consumer information and queue producer information, includes:
acquiring order information, wherein the order information comprises consumer information and producer information;
queue cluster information, queue consumer information, and queue producer information based on the order information, the consumer information, and the producer information are generated, respectively.
Further, the consumer information comprises the number, type and consumption mode of the consumers;
the queue cluster is provided with a first node, a second node and a third node, the first node is the name of the queue cluster, the second node is the starting number of the consumers, and the third node is the consumption mode of the consumers.
Further, the producer information corresponds to the consumer information, and the producer information includes switch information and router information;
the queue cluster is provided with a fourth node, a fifth node and a sixth node, the fourth node is the number of the switch, the fifth node is the name of the switch, and the sixth node is the number of the router.
Further, the method further comprises:
and starting the queue cluster by using a load balancing server, and carrying out load balancing on the starting of the queue consumer information and the queue producer information.
In another aspect, the present invention further provides a device for managing a message queue based on Go language, including:
the system comprises a configuration information acquisition module, a queue management module and a queue management module, wherein the configuration information acquisition module is used for acquiring configuration information, the configuration information comprises queue cluster information, and the queue cluster information comprises queue consumer information and queue producer information;
the configuration information loading module is used for loading the configuration information into a Go language file;
and the queue cluster starting module is used for operating the Go language file and starting the queue cluster according to the configuration information.
Further, the configuration information obtaining module includes:
the order information acquisition sub-module is used for acquiring order information, and the order information comprises consumer information and producer information;
and the queue information generation submodule is used for respectively generating queue cluster information, queue consumer information and queue producer information based on the order information, the consumer information and the producer information.
Further, the consumer information comprises the number, type and consumption mode of the consumers;
the queue cluster is provided with a first node, a second node and a third node, the first node is the name of the queue cluster, the second node is the starting number of the consumers, and the third node is the consumption mode of the consumers.
Further, the producer information corresponds to the consumer information, and the producer information includes switch information and router information;
the queue cluster is provided with a fourth node, a fifth node and a sixth node, the fourth node is the number of the switch, the fifth node is the name of the switch, and the sixth node is the number of the router.
Further, the apparatus further comprises:
and the load balancing module is used for starting the queue cluster and carrying out load balancing on the starting of the queue consumer information and the queue producer information.
In another aspect, an embodiment of the present invention further provides an electronic device, which includes a processor, a memory, and a computer program stored on the memory and capable of running on the processor, and when executed by the processor, the computer program implements the steps of the method for managing a message queue based on a Go language.
In another aspect, an embodiment of the present invention also provides a computer-readable storage medium, on which a computer program is stored, which, when executed by a processor, implements the steps of the method for managing a message queue based on a Go language.
The embodiment of the invention has the following advantages: the method comprises the steps of obtaining configuration information, wherein the configuration information comprises queue cluster information, the queue cluster information comprises queue consumer information and queue producer information, loading the configuration information into a Go language file, operating the Go language file, and starting a queue cluster according to the configuration information. According to the technical scheme, the consumer information and the producer information are loaded into the Go language file, the information queue based on Go language management is started, multi-thread synchronous or asynchronous starting in the information queue can be achieved, starting efficiency of the information queue is improved, and multi-thread concurrence is achieved.
The embodiment of the invention starts the queue cluster by using the load balancing module, and performs load balancing on the starting of the queue consumer information and the queue producer information, thereby reducing the operation load of the server.
Drawings
Fig. 1 is a flowchart illustrating steps of a method for managing a message queue based on Go language according to an embodiment of the present invention;
fig. 2 is a block diagram illustrating a structure of a method for managing a message queue based on a Go language according to an embodiment of the present invention.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in further detail below. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Due to the demand of telecommunication group integrated network management, the network elements of the metropolitan area network need to be managed and received, the network elements managed by the network management are increased to a hundred thousand level, and the overall load of the server is increased. A bottom development system of a telecommunication channel operation center can process high-concurrency multi-thread service by using middleware of a message queue RabbitMq, has the advantages of compiling and concurrency functions based on Go language, and is convenient for managing the starting of the message queue by programming engineering projects by adopting the Go language and establishing a configuration queue frame based on order information by programming the Go language.
Fig. 1 is a flowchart illustrating steps of a method for managing a message queue based on a Go language according to an embodiment of the present invention, where the method includes the following steps:
step 101, obtaining configuration information, wherein the configuration information comprises queue cluster information, and the queue cluster information comprises queue consumer information and queue producer information;
in this embodiment, a programmer first obtains order information, where the order information includes consumer information and producer information; queue cluster information, queue consumer information, and queue producer information based on the order information, the consumer information, and the producer information are generated, respectively.
Specifically, the consumer information includes the number, type and consumption mode of the consumers. The queue cluster is provided with a first node, a second node and a third node, the first node is the name of the queue cluster, the second node is the starting number of the consumers, and the third node is the consumption mode of the consumers. The code instructions to configure the consumer information are as follows:
# recharge order information-to-be-paid
queue-name:q.recharge.order.release.ocp
queue-count:5
queue-prefetch:30
queue-cluster:mq-2
queue-method:CZOrderHandler
# recharge order information-success of Payment
-queue-name:q.recharge.ocp
queue-count:5
queue-prefetch:30
queue-cluster:mq-2
queue-method:CZSrderHandler
The method comprises the steps that a queue-name node is a name of a consumer information queue, a queue-count node is a starting number of consumers, a queue-prefetch node is a number of the consumers to grab each time, a queue-cluster node is a cluster to which the consumer information queue belongs, and a queue-method is a consumption mode registered by the consumers.
The producer information corresponds to the consumer information, the producer information including switch information and router information. The queue cluster is provided with a fourth node, a fifth node and a sixth node, the fourth node is the number of the switch used by the node, the fifth node is the name of the switch, and the sixth node is the number of the router. The code instructions to configure the producer information are as follows:
queue:
exchange-config:
order push switch
-exchange-id:ex-1
exchange-name:x.order.ocp.order.push
routing-key:order
exchange-type:topic
exchange-couster:mq-1
# State push switch
-exchange-id:ex-2
exchange-name:x.order.ocp.status.push
routing-key:status
exchange-type:topic
exchange-couster:mq-1
The exchange-id is a switch id, the exchange-name is a switch name routing-key and is router information, and the exchange-type is a switch type exchange-cluster and is a queue cluster to which the switch belongs.
Step 102, loading the configuration information into a Go language file;
and loading the consumer information and the producer information in the queue cluster information into a Go language file, wherein a plurality of nodes corresponding to the order information are arranged in the Go language file.
And 103, operating the Go language file, and starting the queue cluster according to the configuration information.
The code instructions for starting the consumer information queue are as follows:
// Start the consumer
queueConfigList:=config.
QueueSecret.Queue.
QueueConfig
for_v:=rangequeueConfigList
{
goconsumer.StartConsumer(v)
}
In the actual operation process, a user manages the message queue based on the Go language, and by setting the starting number of the consumer information queue and the producer information queue in the queue cluster information, the multi-thread synchronous or asynchronous starting in the message queue can be realized, the starting efficiency of the message queue is improved, and the multi-thread concurrence is realized.
In an alternative embodiment, a user may use a load balancing server to start a queue cluster, and perform load balancing on the start of the queue consumer information and the queue producer information, thereby reducing the operating load of the server.
In an alternative embodiment, after the configuration queue framework based on the order information is established by writing the Go language, in order to facilitate the starting of the management message queue, the packet-dependent management tool of the Go language can be used for management. The Go language package dependency management tool has multiple types, management of external dependency packages can be achieved by installing any one of the Go language package dependency management tools, compared with the fact that a Go language is directly used to obtain third party class libraries one by one through Go and get instructions, the package dependency management tool can directly provide a special directory for the introduced third party class library packages, a configuration file can be specially formulated, the third party class libraries, versions and other dependency relations introduced by the Go language project are controlled, and in the specific application process: reading information of a third party class library which is depended on by the Go language project and recorded in a configuration file of the Go language project; and downloading a corresponding third party class library to the catalogue of the GO language project according to the information of the third party class library. Optionally, the package dependency management tool may include: dep, Go mod, Go vendor.
In an optional embodiment, in order to facilitate synchronous or asynchronous starting of multiple threads in a message queue, a user may establish a scheduling center, and after a configuration queue frame based on order information is established by writing Go language, unified scheduling is performed on a consumer information queue and a producer information queue in the queue frame, so that task conflict caused by starting multiple message queues at the same time is avoided, and different consumer information queues depending on the same switch are scheduled, so that the configuration queue frame based on the order information can be normally started and operated. And an executor is arranged in the scheduling center and used for receiving the scheduling request and executing the task logic, and meanwhile, the RPC communication is used for accessing the scheduling center and receiving the execution request and the termination request of the scheduling center.
Based on the above description, the embodiments of the present invention include the following advantages: the method comprises the steps of obtaining configuration information, wherein the configuration information comprises queue cluster information, the queue cluster information comprises queue consumer information and queue producer information, loading the configuration information into a Go language file, operating the Go language file, and starting a queue cluster according to the configuration information. According to the technical scheme, the consumer information and the producer information are loaded into the Go language file, the information queue based on Go language management is started, multi-thread synchronous or asynchronous starting in the information queue can be achieved, starting efficiency of the information queue is improved, and multi-thread concurrence is achieved. The embodiment of the invention starts the queue cluster by using the load balancing module, and performs load balancing on the starting of the queue consumer information and the queue producer information, thereby reducing the operation load of the server.
It should be noted that, for simplicity of description, the method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the present invention is not limited by the illustrated order of acts, as some steps may occur in other orders or concurrently in accordance with the embodiments of the present invention. Further, those skilled in the art will appreciate that the embodiments described in the specification are presently preferred and that no particular act is required to implement the invention.
Fig. 2 is a block diagram of a device for managing a message queue based on Go language according to an embodiment of the present invention, and in order to implement the above evaluation method, the embodiment of the present invention further provides a device for managing a message queue based on Go language, including:
a configuration information obtaining module 201, configured to obtain configuration information, where the configuration information includes queue cluster information, and the queue cluster information includes queue consumer information and queue producer information;
a configuration information loading module 202, configured to load the configuration information into a Go language file;
and the queue cluster starting module 203 is configured to run the Go language file, and start the queue cluster according to the configuration information.
In an alternative embodiment, the configuration information obtaining module 201 may include:
the order information acquisition sub-module is used for acquiring order information, and the order information comprises consumer information and producer information;
and the queue information generation submodule is used for respectively generating queue cluster information, queue consumer information and queue producer information based on the order information, the consumer information and the producer information.
In an alternative embodiment, the consumer information includes the number, type and consumption mode of the consumer; the queue cluster is provided with a first node, a second node and a third node, the first node is the name of the queue cluster, the second node is the starting number of the consumers, and the third node is the consumption mode of the consumers.
In an alternative embodiment, the producer information corresponds to the consumer information, the producer information including switch information and router information; the queue cluster is provided with a fourth node, a fifth node and a sixth node, the fourth node is the number of the switch, the fifth node is the name of the switch, and the sixth node is the number of the router.
In an alternative embodiment, the apparatus further comprises:
and the load balancing module is used for starting the queue cluster and carrying out load balancing on the starting of the queue consumer information and the queue producer information.
In an optional embodiment, in order to facilitate synchronous or asynchronous starting of multiple threads in a message queue, a user may establish a scheduling center, and after a configuration queue frame based on order information is established by writing Go language, unified scheduling is performed on a consumer information queue and a producer information queue in the queue frame, so that task conflict caused by starting multiple message queues at the same time is avoided, and different consumer information queues depending on the same switch are scheduled, so that the configuration queue frame based on the order information can be normally started and operated. And an executor is arranged in the scheduling center and used for receiving the scheduling request and executing the task logic, and meanwhile, the RPC communication is used for accessing the scheduling center and receiving the execution request and the termination request of the scheduling center.
Based on the above description, the embodiments of the present invention include the following advantages: the method comprises the steps of obtaining configuration information, wherein the configuration information comprises queue cluster information, the queue cluster information comprises queue consumer information and queue producer information, loading the configuration information into a Go language file, operating the Go language file, and starting a queue cluster according to the configuration information. According to the technical scheme, the consumer information and the producer information are loaded into the Go language file, the information queue based on Go language management is started, multi-thread synchronous or asynchronous starting in the information queue can be achieved, starting efficiency of the information queue is improved, and multi-thread concurrence is achieved. The embodiment of the invention starts the queue cluster by using the load balancing module, and performs load balancing on the starting of the queue consumer information and the queue producer information, thereby reducing the operation load of the server.
The embodiment of the present invention further provides an electronic device, which includes a processor, a memory, and a computer program stored in the memory and capable of running on the processor, and when being executed by the processor, the computer program implements the processes of the method embodiments, and can achieve the same technical effect, and is not described herein again to avoid repetition.
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 being executed by a processor, the computer program implements the processes of the foregoing method embodiments, and can achieve the same technical effects, and is not described herein again to avoid repetition.
The embodiments in the present specification are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, apparatus, or computer program product. Accordingly, embodiments of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
Embodiments of the present invention are described with reference to flowchart illustrations and/or block diagrams of methods, terminal devices (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing terminal to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing terminal, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing terminal to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing terminal to cause a series of operational steps to be performed on the computer or other programmable terminal to produce a computer implemented process such that the instructions which execute on the computer or other programmable terminal provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications of these embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the embodiments of the invention.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be 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 terminal 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 terminal. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or terminal that comprises the element.
The method for managing the message queue based on the Go language and the device for managing the message queue based on the Go language provided by the invention are introduced in detail, specific examples are applied in the text to explain the principle and the implementation mode of the invention, and the description of the above embodiments is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. A method for managing a message queue based on a Go language is characterized by comprising the following steps:
acquiring configuration information, wherein the configuration information comprises queue cluster information, and the queue cluster information comprises queue consumer information and queue producer information;
loading the configuration information into a Go language file;
and operating the Go language file, and starting the queue cluster according to the configuration information.
2. The method of claim 1, wherein obtaining configuration information, the configuration information including queue cluster information, the queue cluster information including queue consumer information and queue producer information, comprises:
acquiring order information, wherein the order information comprises consumer information and producer information;
queue cluster information, queue consumer information, and queue producer information based on the order information, the consumer information, and the producer information are generated, respectively.
3. The method of claim 2, wherein the consumer information includes number, type, and consumption mode of the consumer;
the queue cluster is provided with a first node, a second node and a third node, the first node is the name of the queue cluster, the second node is the starting number of the consumers, and the third node is the consumption mode of the consumers.
4. The method of claim 2, wherein the producer information corresponds to the consumer information, the producer information comprising switch information and router information;
the queue cluster is provided with a fourth node, a fifth node and a sixth node, the fourth node is the number of the switch, the fifth node is the name of the switch, and the sixth node is the number of the router.
5. The method of claim 1, further comprising:
and starting the queue cluster by using a load balancing server, and carrying out load balancing on the starting of the queue consumer information and the queue producer information.
6. An apparatus for managing a message queue based on Go language, comprising:
the system comprises a configuration information acquisition module, a queue management module and a queue management module, wherein the configuration information acquisition module is used for acquiring configuration information, the configuration information comprises queue cluster information, and the queue cluster information comprises queue consumer information and queue producer information;
the configuration information loading module is used for loading the configuration information into a Go language file;
and the queue cluster starting module is used for operating the Go language file and starting the queue cluster according to the configuration information.
7. The apparatus of claim 6, wherein the configuration information obtaining module comprises:
the order information acquisition sub-module is used for acquiring order information, and the order information comprises consumer information and producer information;
and the queue information generation submodule is used for respectively generating queue cluster information, queue consumer information and queue producer information based on the order information, the consumer information and the producer information.
8. The apparatus of claim 7, wherein the consumer information comprises number, type, and consumption mode of consumers;
the queue cluster is provided with a first node, a second node and a third node, the first node is the name of the queue cluster, the second node is the starting number of the consumers, and the third node is the consumption mode of the consumers.
9. An electronic device, comprising: processor, memory and a computer program stored on the memory and being executable on the processor, the computer program realizing the steps of the method according to any of the claims 1-5 when executed by the processor.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 5.
CN202111665664.6A 2021-12-30 2021-12-30 Method and device for managing message queue based on Go language Pending CN114416311A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111665664.6A CN114416311A (en) 2021-12-30 2021-12-30 Method and device for managing message queue based on Go language

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111665664.6A CN114416311A (en) 2021-12-30 2021-12-30 Method and device for managing message queue based on Go language

Publications (1)

Publication Number Publication Date
CN114416311A true CN114416311A (en) 2022-04-29

Family

ID=81270629

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111665664.6A Pending CN114416311A (en) 2021-12-30 2021-12-30 Method and device for managing message queue based on Go language

Country Status (1)

Country Link
CN (1) CN114416311A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116382814A (en) * 2023-03-31 2023-07-04 杭州端点网络科技有限公司 Unified system scheduling adaptation method, device, computer equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116382814A (en) * 2023-03-31 2023-07-04 杭州端点网络科技有限公司 Unified system scheduling adaptation method, device, computer equipment and storage medium
CN116382814B (en) * 2023-03-31 2024-03-12 杭州端点网络科技有限公司 Unified system scheduling adaptation method, device, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
US20150128143A1 (en) Realizing jumps in an executing process instance
Spillner Snafu: Function-as-a-service (faas) runtime design and implementation
CN111221643B (en) Task processing method and task processing device
CN107341054B (en) Task execution method and device and computer readable storage medium
CN106569880B (en) Method and system for dynamically sharing resources between Android applications
US11507419B2 (en) Method,electronic device and computer program product for scheduling computer resources in a task processing environment
CN109947643B (en) A/B test-based experimental scheme configuration method, device and equipment
CN114327861B (en) Method, device, system and storage medium for executing EDA task
CN111897539A (en) Method and device for deploying applications according to service roles
Puttonen et al. Cloud computing as a facilitator for web service composition in factory automation
CN113645262A (en) Cloud computing service system and method
CN102420709A (en) Method and equipment for managing scheduling task based on task frame
CN110888736A (en) Application management method and system based on container cloud platform and related components
CN114416311A (en) Method and device for managing message queue based on Go language
CN114820187A (en) Data processing method and device, electronic equipment and storage medium
CN111258726B (en) Task scheduling method and device
CN112579049A (en) Customized software productization management method and device based on cloud platform
CN112764902B (en) Task scheduling method and system
CN113448650A (en) Live broadcast function plug-in loading method, device, equipment and storage medium
Benini et al. Resource management policy handling multiple use-cases in mpsoc platforms using constraint programming
Quinten et al. Using feature modelling and automations to select among cloud solutions
Henrio et al. Declarative scheduling for active objects
CN112418796B (en) Sub-process task node activation method and device, electronic equipment and storage medium
CN107291439B (en) Target incremental data construction method and device
CN115220887A (en) Processing method of scheduling information, task processing system, processor and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination