CN111258760A - Platform management method, system, device and storage medium - Google Patents
Platform management method, system, device and storage medium Download PDFInfo
- Publication number
- CN111258760A CN111258760A CN202010035416.2A CN202010035416A CN111258760A CN 111258760 A CN111258760 A CN 111258760A CN 202010035416 A CN202010035416 A CN 202010035416A CN 111258760 A CN111258760 A CN 111258760A
- Authority
- CN
- China
- Prior art keywords
- service
- platform
- user request
- service node
- platform management
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5083—Techniques for rebalancing the load in a distributed system
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3003—Monitoring arrangements specially adapted to the computing system or computing system component being monitored
- G06F11/3006—Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system is distributed, e.g. networked systems, clusters, multiprocessor systems
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3051—Monitoring arrangements for monitoring the configuration of the computing system or of the computing system component, e.g. monitoring the presence of processing resources, peripherals, I/O links, software programs
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/546—Message passing systems or structures, e.g. queues
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/50—Indexing scheme relating to G06F9/50
- G06F2209/5011—Pool
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/50—Indexing scheme relating to G06F9/50
- G06F2209/5013—Request control
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/54—Indexing scheme relating to G06F9/54
- G06F2209/548—Queue
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computing Systems (AREA)
- Quality & Reliability (AREA)
- Mathematical Physics (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
The invention discloses a platform management method, a system, a device and a storage medium, wherein the method comprises the following steps: splitting the enterprise system into a plurality of service nodes according to preset conditions; registering all service nodes, storing the service nodes to a service platform after the registration is finished, and monitoring each service node in real time; and acquiring a user request and distributing the user request to each service node for processing according to preset conditions. The system comprises: the system comprises a splitting module, a registering module and a shunting module. The device comprises a memory and a processor for executing the platform management method. The storage medium includes instructions executable by the processor. By using the invention, the stability of the platform can be improved, and the platform management is simpler. The invention can be widely applied to the field of platform management as a platform management method, a system, a device and a storage medium.
Description
Technical Field
The present invention relates to the field of platform management, and in particular, to a method, system, apparatus, and storage medium for platform management.
Background
The enterprise platform management is mainly characterized in that a framework is utilized to construct a platform and then is monitored and operated, a commonly used framework at present is a Spring MVC framework, the Spring MVC is a request-driven lightweight Web framework, the configuration of the Spring MVC is very complex, especially for the development of some basic services, the Spring MVC is more complex, a developer is inconvenient to construct a platform and a manager management platform, most of the platforms at present are slow in process processing when the number of processes is large, and when the number of processes is too large, the platform is easy to crash, so that the management of workers on the platform is more difficult.
Disclosure of Invention
In order to solve the above technical problems, an object of the present invention is to provide a platform management method, system, device and storage medium, which can improve platform stability and facilitate the management of a platform by a worker.
The first technical scheme adopted by the invention is as follows: a method of platform management, comprising the steps of:
splitting the enterprise system into a plurality of service nodes according to preset conditions;
registering all service nodes, storing the service nodes to a service platform after the registration is finished, and monitoring each service node in real time;
and acquiring a user request and distributing the user request to each service node for processing according to preset conditions.
Further, the step of splitting the enterprise system into a plurality of service nodes according to preset requirements specifically includes:
acquiring business information of an enterprise and dividing the type of the business of the enterprise according to the business information;
the system is split into a plurality of service nodes based on the J2EE framework and the business type of the enterprise.
Further, the step of registering all the service nodes, storing the service nodes to the service platform after the registration is completed, and monitoring each service node in real time specifically includes:
registering the service node based on the eureka component, and importing the registered service node to a service platform;
the service platform monitors the service nodes in real time through the Turbine cluster, and generates a monitoring instrument panel according to monitoring information after the monitoring information of the service nodes is obtained.
Further, the step of obtaining the user request and distributing the user request to each service node for processing according to the preset condition specifically includes:
receiving a user request, and classifying the user request through a service gateway;
and forwarding the classified user request to a corresponding service node of the service platform for processing, and feeding back the result to the service platform.
Further, receiving the user request based on the RabbitMQ queue service, wherein the receiving of the user request further comprises placing the user request into a queue pool of the service platform when the number of the received user requests is excessive.
Further, the monitoring information of the service node comprises the running time of the service node, the data called by the service node and the number of times of processing the request by the service node.
Furthermore, the service gateway adopts ZUULL, and the classification of the user requests through the service gateway also comprises preliminary screening to reject the user requests which do not conform to the requirements.
The second technical scheme adopted by the invention is as follows: a platform management system, comprising:
the splitting module is used for splitting the enterprise system into a plurality of service nodes according to preset conditions;
the registration module is used for registering all the service nodes, storing the service nodes to the service platform after the registration is finished and monitoring each service node in real time;
and the shunting module is used for acquiring the user request and shunting the user request to each service node for processing according to preset conditions.
The third technical scheme adopted by the invention is as follows: a platform management apparatus, comprising:
at least one processor;
at least one memory for storing at least one program;
when the at least one program is executed by the at least one processor, the at least one processor is caused to implement a platform management method as described above.
The fourth technical scheme adopted by the invention is as follows: a storage medium having stored therein instructions executable by a processor, the storage medium comprising: the processor-executable instructions, when executed by the processor, are for implementing a platform management method as described above.
The method, the system, the device and the storage medium have the advantages that: the invention divides the system into a plurality of service nodes, distributes a large amount of user requests to different service nodes, balances the platform load, improves the stability of the platform and simplifies the management of the platform.
Drawings
FIG. 1 is a flow chart of the steps of a platform management method of the present invention;
fig. 2 is a block diagram of a platform management system according to the present invention.
Detailed Description
The invention is described in further detail below with reference to the figures and the specific embodiments. The step numbers in the following embodiments are provided only for convenience of illustration, the order between the steps is not limited at all, and the execution order of each step in the embodiments can be adapted according to the understanding of those skilled in the art.
As shown in fig. 1, the present invention provides a platform management method, which includes the following steps:
s101, splitting the enterprise system into a plurality of service nodes according to preset conditions.
Specifically, the preset condition may be that the enterprise is split into a plurality of service nodes according to the business characteristics of the enterprise or the requirements of the enterprise, so as to adapt to the variability of future business, enhance the expandability, maintainability and security of the platform, and enable the platform to have high concurrent access processing capability and massive data storage capability.
S102, registering all service nodes, storing the service nodes to a service platform after the registration is completed, and monitoring each service node in real time;
specifically, a platform is built by adopting a Nginx server, the Nginx server is based on an event-driven asynchronous non-blocking architecture and a load balancing and reverse proxy server supporting high concurrency of processes, in order to further guarantee the stability of the system and avoid the condition that the whole platform cannot be accessed due to single-point faults, a main and standby redundancy mode is adopted for front-end access, real-time monitoring is carried out on service nodes and comprises link tracking and node interface tracking, the link tracking is used for tracking a calling process between services and used for tracking and analyzing information such as the execution condition of a link and the time consumed by calling each time, the node interface tracking is realized through a circuit breaker, and the information of the time consumed by calling each service is obtained.
S103, acquiring the user request and distributing the user request to each service node for processing according to preset conditions.
Specifically, the user request is shunted, so that the stability of the system can be improved, and the user request belonging to a service node with a fault can be forwarded to other normal service nodes for processing when one service node has a fault, so that the stability of the platform is guaranteed, the condition that the whole platform cannot be accessed due to single-point faults is avoided, in addition, when the load of the database is detected to be too high, the cache sharing of all service nodes can be realized by using the distributed cache, and the access pressure of the database server is reduced.
As a preferred embodiment of the method, the step of splitting the enterprise system into a plurality of service nodes according to preset requirements specifically includes:
acquiring business information of an enterprise and dividing the type of the business of the enterprise according to the business information;
the system is split into a plurality of service nodes based on the J2EE framework and the business type of the enterprise.
Specifically, a distributed technical framework based on J2EE is adopted to support an enterprise to be vertically split into different application services according to business, so that the method can adapt to the variability of future business, enhance the expandability, maintainability and safety of the platform, and enable the platform to have high concurrent access processing capacity and mass data storage capacity.
As a preferred embodiment of the method, the step of registering all the service nodes, storing the service nodes to the service platform after the registration is completed, and monitoring each service node in real time further includes:
registering the service node based on the eureka component, and importing the registered service node to a service platform;
the service platform monitors the service nodes in real time through the Turbine cluster, and generates a monitoring instrument panel according to monitoring information after the monitoring information of the service nodes is obtained.
Specifically, the eureka component comprises a client side for providing registration service and service discovery, the Turbine cluster monitoring can also obtain real-time statistics and monitoring information by combining with a Hystrix breaker, a monitoring instrument panel is generated to enable information display to be more visual, and management personnel can conveniently check the information, wherein the monitoring instrument panel can display information such as the number of overruns, the number of successful user requests, the number of refused user requests, the number of failed user requests/abnormal constants, the request frequency, the service node state, the platform flow and the like.
As a further preferred embodiment of the method, the step of obtaining the user request and distributing the user request to each service node for processing according to a preset condition further includes:
receiving a user request, and classifying the user request through a service gateway;
forwarding the classified user request to a corresponding service node of the service platform for processing, and feeding back the result to the service platform
Specifically, the result may include a forwarding result of the service gateway forwarding the user request and a processing result of the service node processing the user request, and a preliminary screening may be set at the service gateway as needed, so as to preliminarily reject the user request that does not meet the specification, thereby reducing a load of the platform, further stabilizing the platform, and the service gateway determining the processing service of the user request through route configuration.
Further as a preferred embodiment of the method, the method receives the user request based on the RabbitMQ queue service, and the receiving of the user request further comprises placing the user request into a queue pool of the service platform when the number of the received user requests is excessive.
Specifically, the RabbitMQ is a message middleware, can well process asynchronous message sending and requests from a client, sends the messages into a queue pool of a server, and a receiving end can receive and filter the messages forwarded by the server according to a forwarding mechanism configured by the RabbitMQ, and the RabbitMQ is mainly used for communication among subsystems of multiple servers or a single server and is a configuration of a distributed system standard.
Further, as a preferred embodiment of the method, the monitoring information of the service node includes the running time of the service node, data called by the service node, and the number of times the service node processes the request.
Specifically, more components can be added as needed to obtain more information, such as a link tracking component, a process called between tracking services, information used for tracking and analyzing the execution condition of the link and the time consumption of each call of the service node, and the like.
Further, as a preferred embodiment of the method, the service gateway adopts ZUUL, and classifying the user request through the service gateway further includes preliminary screening to reject a user request that does not meet the requirement.
Specifically, the ZUUL comprises an authentication function as a service gateway, each user request needing authentication is identified, and the requests which do not meet the requirements are rejected; the performance monitoring function is used for tracking and counting data at a service boundary and providing an accurate production view; a dynamic routing function that dynamically routes the request to the back-end cluster as needed; a pressure test function, which gradually increases the flow of the clusters to know the performance of the clusters; a load shedding function that allocates capacity to each type of request in advance, and automatically discards when the request exceeds the capacity; static resource handling functions, which return some responses directly at the boundary.
The specific embodiment of the invention is as follows:
the method comprises the steps of building an enterprise system platform, obtaining business information of an enterprise, classifying a large amount of business information according to a certain rule to obtain characteristics of business of the enterprise, dividing the whole system into service nodes such as basic data service, mall service, field service and plan service according to business characteristics of the enterprise system, registering the service nodes into the same service platform through a registration server eureka, monitoring interfaces of each service node and each service node by managers through a Turbine cluster and a Hystrix breaker to obtain statistical information of flow and processing requests of the service nodes of the platform, and displaying the statistical information through a generated monitoring instrument panel. The method comprises the steps of receiving user requests through a queue service, placing the user requests into a queue pool of a service platform to wait when the number of the user requests is excessive, then primarily screening the user requests through a service gateway ZUUL, rejecting the user requests which do not meet requirements, classifying the user requests which meet the requirements, distributing the user requests to corresponding service nodes according to preset conditions, processing the user requests by the service nodes respectively, and finally feeding back processing results to the platform.
As shown in fig. 2, a platform management system includes:
the splitting module is used for splitting the enterprise system into a plurality of service nodes according to preset conditions;
the registration module is used for registering all the service nodes, storing the service nodes to the service platform after the registration is finished and monitoring each service node in real time;
and the shunting module is used for acquiring the user request and shunting the user request to each service node for processing according to preset conditions.
As a further preferred embodiment of the present system, the splitting module further includes:
the business information submodule is used for acquiring business information of an enterprise and dividing the type of the enterprise business according to the business information;
and the service node submodule is used for splitting the system into a plurality of service nodes based on the J2EE framework and the type of the enterprise business.
As a further preferred embodiment of the present system, the registration module further includes:
and the import submodule is used for registering the service node based on the eureka component and importing the registered service node to the service platform.
And the monitoring submodule is used for the service platform to carry out real-time monitoring on the service node through the Turbine cluster, and generating a monitoring instrument panel according to the monitoring information after the monitoring information of the service node is obtained.
As a further preferred embodiment of the present system, the shunting module further includes:
the classification submodule is used for receiving the user request and classifying the user request through the service gateway;
and the forwarding submodule is used for forwarding the classified user request to a corresponding service node of the service platform for processing, and feeding back the result to the service platform.
The contents in the above method embodiments are all applicable to the present system embodiment, the functions specifically implemented by the present system embodiment are the same as those in the above method embodiment, and the beneficial effects achieved by the present system embodiment are also the same as those achieved by the above method embodiment.
A platform management device:
at least one processor;
at least one memory for storing at least one program;
when the at least one program is executed by the at least one processor, the at least one processor is caused to implement a platform management method as described above.
The contents in the above method embodiments are all applicable to the present apparatus embodiment, the functions specifically implemented by the present apparatus embodiment are the same as those in the above method embodiments, and the advantageous effects achieved by the present apparatus embodiment are also the same as those achieved by the above method embodiments.
A storage medium having stored therein instructions executable by a processor, the storage medium comprising: the processor-executable instructions, when executed by the processor, are for implementing a platform management method as described above.
The contents in the above method embodiments are all applicable to the present storage medium embodiment, the functions specifically implemented by the present storage medium embodiment are the same as those in the above method embodiments, and the advantageous effects achieved by the present storage medium embodiment are also the same as those achieved by the above method embodiments.
While the preferred embodiments of the present invention have been illustrated and described, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.
Claims (10)
1. A method for platform management, comprising:
splitting the enterprise system into a plurality of service nodes according to preset conditions;
registering all service nodes, storing the service nodes to a service platform after the registration is finished, and monitoring each service node in real time;
and acquiring a user request and distributing the user request to each service node for processing according to preset conditions.
2. The platform management method according to claim 1, wherein: the step of splitting the enterprise system into a plurality of service nodes according to the preset condition specifically includes:
acquiring business information of an enterprise and dividing the type of the business of the enterprise according to the business information;
the system is split into multiple service nodes based on the J2EE framework and the type of enterprise traffic.
3. The platform management method according to claim 2, wherein: the step of registering all the service nodes, storing the service nodes to the service platform after the registration is completed, and monitoring each service node in real time specifically includes:
registering the service node based on the eureka component, and importing the registered service node to a service platform;
the service platform monitors the service nodes in real time through the Turbine cluster, and generates a monitoring instrument panel according to monitoring information after the monitoring information of the service nodes is obtained.
4. A platform management method according to claim 3, wherein: the step of obtaining the user request and distributing the user request to each service node for processing according to the preset condition further specifically includes:
receiving a user request, and classifying the user request through a service gateway;
and forwarding the classified user request to a corresponding service node of the service platform for processing, and feeding back the result to the service platform.
5. The platform management method according to claim 4, wherein: receiving a user request based on a RabbitMQ queue service, wherein the receiving of the user request further comprises placing the user request into a queue pool of a service platform when the number of the received user requests is excessive.
6. A platform management method according to claim 3, wherein: the monitoring information of the service node comprises the running time of the service node, the data called by the service node and the times of processing the request by the service node.
7. The method of claim 4, further comprising: the service gateway adopts ZUULL, and the classification of the user requests through the service gateway also comprises primary screening to reject the user requests which do not conform to the requirements.
8. A platform management system, comprising:
the splitting module is used for splitting the enterprise system into a plurality of service nodes according to preset conditions;
the registration module is used for registering all the service nodes, storing the service nodes to the service platform after the registration is finished and monitoring each service node in real time;
and the shunting module is used for acquiring the user request and shunting the user request to each service node for processing according to preset conditions.
9. A platform management apparatus, comprising:
at least one processor;
at least one memory for storing at least one program;
when executed by the at least one processor, cause the at least one processor to implement a platform management method according to any one of claims 1-7.
10. A storage medium having stored therein instructions executable by a processor, the storage medium comprising: the processor-executable instructions, when executed by a processor, are for implementing a platform management method as claimed in any one of claims 1 to 7.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010035416.2A CN111258760A (en) | 2020-01-14 | 2020-01-14 | Platform management method, system, device and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010035416.2A CN111258760A (en) | 2020-01-14 | 2020-01-14 | Platform management method, system, device and storage medium |
Publications (1)
Publication Number | Publication Date |
---|---|
CN111258760A true CN111258760A (en) | 2020-06-09 |
Family
ID=70954060
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202010035416.2A Pending CN111258760A (en) | 2020-01-14 | 2020-01-14 | Platform management method, system, device and storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111258760A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112486876A (en) * | 2020-11-16 | 2021-03-12 | 中国人寿保险股份有限公司 | Distributed bus architecture method and device and electronic equipment |
CN112948141A (en) * | 2021-02-04 | 2021-06-11 | 北京淇瑀信息科技有限公司 | Data processing method, device and system based on message middleware |
CN113344454A (en) * | 2021-07-05 | 2021-09-03 | 湖南快乐阳光互动娱乐传媒有限公司 | Pressure measurement data processing method and device |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106101232A (en) * | 2016-06-16 | 2016-11-09 | 北京思源置地科技有限公司 | Load-balancing method and device |
CN107977259A (en) * | 2017-11-21 | 2018-05-01 | 中国人民解放军63920部队 | A kind of universal parallel computational methods and platform |
CN109379430A (en) * | 2018-11-30 | 2019-02-22 | 四川芯波智创物联技术有限公司 | A kind of shared platform that is full of altogether of " Internet of Things+" industry ecosphere |
-
2020
- 2020-01-14 CN CN202010035416.2A patent/CN111258760A/en active Pending
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106101232A (en) * | 2016-06-16 | 2016-11-09 | 北京思源置地科技有限公司 | Load-balancing method and device |
CN107977259A (en) * | 2017-11-21 | 2018-05-01 | 中国人民解放军63920部队 | A kind of universal parallel computational methods and platform |
CN109379430A (en) * | 2018-11-30 | 2019-02-22 | 四川芯波智创物联技术有限公司 | A kind of shared platform that is full of altogether of " Internet of Things+" industry ecosphere |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112486876A (en) * | 2020-11-16 | 2021-03-12 | 中国人寿保险股份有限公司 | Distributed bus architecture method and device and electronic equipment |
CN112486876B (en) * | 2020-11-16 | 2024-08-06 | 中国人寿保险股份有限公司 | Distributed bus architecture method and device and electronic equipment |
CN112948141A (en) * | 2021-02-04 | 2021-06-11 | 北京淇瑀信息科技有限公司 | Data processing method, device and system based on message middleware |
CN112948141B (en) * | 2021-02-04 | 2025-03-18 | 北京淇瑀信息科技有限公司 | A data processing method, device and system based on message middleware |
CN113344454A (en) * | 2021-07-05 | 2021-09-03 | 湖南快乐阳光互动娱乐传媒有限公司 | Pressure measurement data processing method and device |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110266716B (en) | Unified service platform system of power grid | |
CN108776934B (en) | Distributed data calculation method and device, computer equipment and readable storage medium | |
US7523454B2 (en) | Apparatus and method for routing a transaction to a partitioned server | |
US9323588B2 (en) | Service platform architecture | |
US11431827B2 (en) | Data center management system | |
US11838384B2 (en) | Intelligent scheduling apparatus and method | |
CN109271243B (en) | Cluster task management system | |
CN106131213A (en) | A kind of service management and system | |
CN111258760A (en) | Platform management method, system, device and storage medium | |
CN111913784B (en) | Task scheduling method and device, network element and storage medium | |
CN110442610A (en) | The method, apparatus of load balancing calculates equipment and medium | |
CN111597033A (en) | Task scheduling method and device | |
CN109933431A (en) | A kind of intelligent client load equalization methods and system | |
CN110636108B (en) | Micro-service architecture for electric power metering and implementation method thereof | |
US10893015B2 (en) | Priority topic messaging | |
CN103473848B (en) | Network invoice checking framework and method based on high concurrency | |
CN117978806A (en) | A method for implementing cross-cluster resource scheduling | |
CN103067486A (en) | Big-data processing method based on platform-as-a-service (PaaS) platform | |
CN111984505A (en) | Operation and maintenance data acquisition engine and acquisition method | |
US20200302034A1 (en) | Systems and methods for transaction-based licensing | |
CN110913018A (en) | Distributed regulation and control service system | |
US11620164B1 (en) | Virtual partitioning of a shared message bus | |
CN117950839A (en) | Task processing method and device based on intelligent task allocation and execution | |
CN118261274A (en) | A high-load balanced car-hailing method and system | |
CN117997715A (en) | Alarm processing method, device, equipment, storage medium and program product |
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 | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20200609 |
|
RJ01 | Rejection of invention patent application after publication |