CN113420076A - Service scheduling method and scheduling model system of government affair service platform - Google Patents

Service scheduling method and scheduling model system of government affair service platform Download PDF

Info

Publication number
CN113420076A
CN113420076A CN202110612867.2A CN202110612867A CN113420076A CN 113420076 A CN113420076 A CN 113420076A CN 202110612867 A CN202110612867 A CN 202110612867A CN 113420076 A CN113420076 A CN 113420076A
Authority
CN
China
Prior art keywords
service
scheduling
message queue
interface
middleware
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
CN202110612867.2A
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.)
Inspur Software Co Ltd
Original Assignee
Inspur Software Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Inspur Software Co Ltd filed Critical Inspur Software Co Ltd
Priority to CN202110612867.2A priority Critical patent/CN113420076A/en
Publication of CN113420076A publication Critical patent/CN113420076A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • 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/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5083Techniques for rebalancing the load in a distributed system
    • 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
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/547Messaging middleware
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/548Queue

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a service scheduling method and a scheduling model system of a government affair service platform, relating to the technical field of big data distributed processing; the service scheduling of the declaration terminal, the acceptance terminal and the approval terminal is carried out through a service scheduling model, and the method comprises the following steps: the reverse proxy server is used for uniformly proxying all service interface requests, the load is balanced to the network application server for service resource allocation, the cluster deployed cache service middleware is used for caching database information, the query frequency of the database and the service interface is reduced, and the cluster deployed message queue middleware is used for forwarding the service requests in sequence through a message queue distribution model.

Description

Service scheduling method and scheduling model system of government affair service platform
Technical Field
The invention discloses a method and a system, relates to the technical field of big data distributed processing, and particularly relates to a service scheduling method and a scheduling model system of a government affair service platform.
Background
Government affairs service platforms are basically divided into several types of systems: the declaration end comprises a government affair network, a small program, a government affair App and the like; the acceptance end comprises a window acceptance, comprehensive acceptance, parallel examination and approval and the like; and the examination and approval end comprises an administrative examination and approval system, a national or local vertical management system, a self-building examination and approval system and the like. The data stream among the systems is transferred mainly by an interface butt joint mode, and the current general practice is to establish a scheduling platform, maintain the interface data of each system and the mapping relation with items on the scheduling platform, for example, a declaration end needs to push data to a receiving end, the receiving end only needs to mount an interface for receiving the data to the scheduling platform, the declaration end calls a unified declaration interface of the scheduling platform, the scheduling platform automatically forwards the interface to the receiving end according to the maintained mapping relation, and simultaneously the scheduling platform records the request parameters of the declaration end and the return value information of the receiving end interface in the process for later-stage problem troubleshooting.
However, the scheduling platform described above forwards a request in real time upon receiving an interface request based on the real-time forwarding of the mapping relationship. The defects are very obvious: due to the limitation of server configuration, only fixed amount of requests can be processed at the same time, and when mass traffic flows in for a short time, the risk of downtime occurs, so that the whole service is paralyzed and unavailable; when in distributed deployment, because all servers simultaneously process requests and the same service is multi-thread operation, the interface requests cannot be forwarded according to the actual request sequence, the link data sequence of the government affair service is very sensitive, declaration, acceptance, audit and transaction must be performed according to the sequence, and if the sequence of the link data is disordered, normal business transaction is influenced; the information of the events is based on the query event interface and the database, and the forwarding scheduling speed of the program is seriously influenced under the high concurrency condition.
Disclosure of Invention
Aiming at the problems in the prior art, the invention provides a service scheduling method and a scheduling model system of a government affair service platform, which can enhance the high availability of the system and realize that the system can provide stable service under the condition of high concurrency.
The specific scheme provided by the invention is as follows:
a service scheduling method of a government affair service platform performs service scheduling of a declaration end, a acceptance end and an approval end through a service scheduling model, and comprises the following steps:
uniformly proxy all service interface requests by using a reverse proxy server, and load balancing to a network application server for service resource allocation,
the database information is cached by utilizing the cache service middleware deployed by the cluster, the query frequency of the database and the service interface is reduced,
and forwarding the service requests in sequence by utilizing message queue middleware deployed by the cluster through a message queue distribution model.
Further, according to the service scheduling method of the government affair service platform, the network application server is deployed by using a load balancing algorithm according to the request data volume.
Further, in the service scheduling method of the government affair service platform, the database information cached by the message queue middleware comprises mapping relations between items and each end system, service interface information and parameter verification rules, and the cached database information is updated regularly and passively.
Further, in the service scheduling method for the government affair service platform, the message queue middleware is utilized to obtain the service interface information and the parameter checking rule for parameter checking when the service interface is requested.
Further, in the service scheduling method of the government affair service platform, the message corresponding to the service is stored into the corresponding queue through the message queue distribution model according to the running number of the service through the hash operation, and simultaneously the message is stored into different memory queues through the hash operation according to the running number of the service when the message is consumed, and each memory queue uses the same thread for processing and forwarding.
A scheduling model system of a government affair service platform comprises a service scheduling module,
the service scheduling module performs service scheduling of a declaration terminal, a acceptance terminal and an approval terminal through a service scheduling model, and comprises the following steps:
uniformly proxy all service interface requests by using a reverse proxy server, and load balancing to a network application server for service resource allocation,
the database information is cached by utilizing the cache service middleware deployed by the cluster, the query frequency of the database and the service interface is reduced,
and forwarding the service requests in sequence by utilizing message queue middleware deployed by the cluster through a message queue distribution model.
A scheduler of a government affairs service platform, comprising: at least one memory and at least one processor;
the at least one memory to store a machine readable program;
the at least one processor is used for calling the machine readable program to execute the service scheduling method of the government affairs service platform.
A computer readable medium having stored thereon computer instructions, which, when executed by a processor, cause the processor to execute the service scheduling method of a government service platform.
The invention has the advantages that:
the invention provides a service scheduling method of a government affair service platform, which ensures the stability of service and can still provide normal service when mass data are flooded into the government affair service platform; secondly, the scheduling and forwarding interface is ensured to forward the requests strictly according to the received request sequence, and the orderliness of the service handling process is achieved; and finally, the processing speed of the program is prevented from being influenced by high-frequency query, the redundant query of the system is further reduced, and the processing performance of the program is improved.
Drawings
FIG. 1 is a schematic diagram of the interface distribution relationship of the present invention.
FIG. 2 is a schematic diagram of the service deployment architecture of the present invention.
Fig. 3 is a schematic diagram of the message queue model for distributing messages in accordance with the present invention.
FIG. 4 is a schematic diagram of a functional interface of a portion of the system of the present invention.
FIG. 5 is a schematic view of a service dispatch test interface of the method of the present invention.
FIG. 6 is a diagram illustrating the result of the service scheduling test according to the present invention.
Detailed Description
The present invention is further described below in conjunction with the following figures and specific examples so that those skilled in the art may better understand the present invention and practice it, but the examples are not intended to limit the present invention.
The invention provides a service scheduling method of a government affair service platform, which carries out service scheduling of a declaration end, a acceptance end and an approval end through a service scheduling model and comprises the following steps:
uniformly proxy all service interface requests by using a reverse proxy server, and load balancing to a network application server for service resource allocation,
the database information is cached by utilizing the cache service middleware deployed by the cluster, the query frequency of the database and the service interface is reduced,
and forwarding the service requests in sequence by utilizing message queue middleware deployed by the cluster through a message queue distribution model.
The method can provide stable service when facing a large number of requests of data flow among systems of a short-time government affair service platform, simultaneously processes business links of declaration, receiving, acceptance, suspension, audit, transaction and the like of the same business, ensures that the subsequent requests are initiated after the previous requests are finished, strictly ensures the sequence of the business links, and supports the control of the request sequence based on each business.
In specific implementation, in some embodiments of the present invention, the government affair service platform performs service scheduling on a declaration end, a reception end and an approval end through a service scheduling model, addresses and parameter verification information of interfaces of each type of system are maintained in the model, the model recommends using a standardized interface, and a system that cannot modify an interface for a special reason also provides a docking manner of an adapter to perform personalized docking. For scheduling and forwarding with a service interface to a specific system, the minimum granularity may be divided into matters, i.e. the minimum support to each matter forwarding system is different. Other optional granularity is units, divisions, etc.
The service architecture in the service scheduling model can refer to fig. 2, each type of system mounts interfaces which receive other types of system data into the scheduling model, the model can be deployed into a Tomcat container as micro-services, all tomcats use Nginx as a unified proxy service, the number of tomcats is deployed according to the actual data quantity of requests, and a proper load balancing algorithm, such as weight, hash and the like, is selected according to the actual configuration condition of the server where each micro-service is located to perform load balancing, so that the resource utilization rate is improved to the maximum extent.
And the read-write separation is carried out by utilizing a deployed relational database of the cluster, such as Oracle. Data are synchronized through a master-slave copying mode, and then the concurrent load capacity of the database is improved through read-write separation. The safety, the high availability, the high concurrency and other aspects are guaranteed to meet the actual requirements.
And the cache service middleware and the message queue middleware perform cluster deployment and provide corresponding middleware cluster services. The cache service middleware takes Redis as an example, provides high-frequency query contents such as mapping relation between items and a system, service interface information, parameter verification rules and the like, and the information is stored in the cache service middleware in a preloading mode. When the model is started, the information inquired from the database is put into the cache service middleware, and the information is updated passively at regular time, and meanwhile, in order to ensure timeliness, the data is updated actively when the information changes. The reading speed of the Redis cluster is greatly higher than that of the database, the query frequency of the database and the item interface can be reduced, the pressure of the database is relieved, the reading and writing capacity of the Redis service is enhanced by the cluster, and more requests can be responded.
The message queue middleware adopts a RockettMQ cluster, the middleware mainly aims at traffic peak clipping and valley filling in the model, the condition that database service is unavailable due to too large interface request quantity is avoided, all functions are influenced, the stability of the service is ensured, normal service can be still provided when mass data are flooded, meanwhile, the message queue distribution model is utilized to ensure that the interface for scheduling and forwarding forwards the requests according to the strictly received request sequence, and the orderliness of the service handling process is realized.
After the service scheduling model is utilized, the high availability of the government affair service platform system is enhanced through the test referring to the test results in fig. 5 and fig. 6, and the system can provide stable service under the condition of high concurrency.
In order to further explain the process of controlling the request sequence of each service by the message queue middleware RocktMQ cluster, in other embodiments of the invention, the link data sequence for government services is very important, declaration, acceptance, audit and transaction must be performed in sequence, and if the sequence of the link data is disordered in extreme cases, normal service transaction is affected. The service scheduling model of the invention utilizes the RocktMQ cluster to calculate the hash value according to the running number of the service aiming at the requests of different links of the same service through the message queue distribution model, and stores the hash value into the corresponding queue after the module is taken, thereby ensuring that the same service is consumed in the same message queue according to the normal sequence during consumption. And if the order of the requests cannot be absolutely guaranteed even when the same queue consumes due to the fact that multithreading processing is carried out on the java bottom layer in order to reduce performance loss caused by context switching, a memory queue is introduced through a message queue distribution model, services are also put into different memory queues according to the hash value operation of serial numbers during consumption, each memory queue uses the same thread to process and forward, and the consistency of service processing orders is guaranteed.
Meanwhile, the invention provides a scheduling model system of a government affair service platform, which comprises a service scheduling module,
the service scheduling module performs service scheduling of a declaration terminal, a acceptance terminal and an approval terminal through a service scheduling model, and comprises the following steps:
uniformly proxy all service interface requests by using a reverse proxy server, and load balancing to a network application server for service resource allocation,
the database information is cached by utilizing the cache service middleware deployed by the cluster, the query frequency of the database and the service interface is reduced,
and forwarding the service requests in sequence by utilizing message queue middleware deployed by the cluster through a message queue distribution model.
For the information interaction and other contents of the service scheduling module in the system, the specific contents can be referred to the description in the embodiment of the method of the present invention because the same concept is based on the embodiment of the method of the present invention, and are not described herein again.
The invention also provides a scheduling device of the government affair service platform, which comprises: at least one memory and at least one processor;
the at least one memory to store a machine readable program;
the at least one processor is used for calling the machine readable program to execute the service scheduling method of the government affairs service platform. The content of the information interaction and the readable program execution of the processor in the device is based on the same concept as the method embodiment of the present invention, and the specific content can be referred to the description in the method embodiment of the present invention, and is not described herein again.
And a computer readable medium having stored thereon computer instructions, which, when executed by a processor, cause the processor to execute the service scheduling method of a government affairs service platform. Specifically, a system or an apparatus equipped with a storage medium on which software program codes that realize the functions of any of the above-described embodiments are stored may be provided, and a computer (or a CPU or MPU) of the system or the apparatus is caused to read out and execute the program codes stored in the storage medium.
In this case, the program code itself read from the storage medium can realize the functions of any of the above-described embodiments, and thus the program code and the storage medium storing the program code constitute a part of the present invention.
Examples of the storage medium for supplying the program code include a floppy disk, a hard disk, a magneto-optical disk, an optical disk (e.g., CD-ROM, CD-R, CD-RW, DVD-ROM, DVD-RAM, DVD-RW, DVD + RW), a magnetic tape, a nonvolatile memory card, and a ROM. Alternatively, the program code may be downloaded from a server computer via a communications network.
Further, it should be clear that the functions of any one of the above-described embodiments may be implemented not only by executing the program code read out by the computer, but also by causing an operating system or the like operating on the computer to perform a part or all of the actual operations based on instructions of the program code.
Further, it is to be understood that the program code read out from the storage medium is written to a memory provided in an expansion board inserted into the computer or to a memory provided in an expansion unit connected to the computer, and then causes a CPU or the like mounted on the expansion board or the expansion unit to perform part or all of the actual operations based on instructions of the program code, thereby realizing the functions of any of the above-described embodiments.
It should be noted that not all steps and modules in the processes and system structures in the preferred embodiments are necessary, and some steps or modules may be omitted according to actual needs. The execution order of the steps is not fixed and can be adjusted as required. The system structure described in the above embodiments may be a physical structure or a logical structure, that is, some modules may be implemented by the same physical entity, or some modules may be implemented by a plurality of physical entities, or some components in a plurality of independent devices may be implemented together.
The above-mentioned embodiments are merely preferred embodiments for fully illustrating the present invention, and the scope of the present invention is not limited thereto. The equivalent substitution or change made by the technical personnel in the technical field on the basis of the invention is all within the protection scope of the invention. The protection scope of the invention is subject to the claims.

Claims (8)

1. A service scheduling method of a government affair service platform is characterized in that service scheduling of a declaration end, a acceptance end and an approval end is carried out through a service scheduling model, and comprises the following steps:
uniformly proxy all service interface requests by using a reverse proxy server, and load balancing to a network application server for service resource allocation,
the database information is cached by utilizing the cache service middleware deployed by the cluster, the query frequency of the database and the service interface is reduced,
and forwarding the service requests in sequence by utilizing message queue middleware deployed by the cluster through a message queue distribution model.
2. The service scheduling method of a government affairs service platform according to claim 1, wherein the network application server is deployed by using a load balancing algorithm according to the amount of the requested data.
3. The service scheduling method of a government affair service platform according to claim 1 or 2, wherein the database information cached by the message queue middleware includes mapping relationships between matters and end systems, service interface information and parameter checking rules, and the cached database information is updated periodically and passively.
4. The service scheduling method of a government affairs service platform according to claim 3, wherein the message queue middleware is used for obtaining the service interface information and the parameter checking rule to check the parameters when the service interface is requested.
5. The service scheduling method of a government affair service platform according to claim 1 or 4, wherein the message queue distribution model stores the message corresponding to the business into the corresponding queue through hashing according to the serial number of the business, and stores the message into different memory queues through hashing according to the serial number of the business when the message is consumed, and each memory queue uses the same thread for processing and forwarding.
6. A scheduling model system of a government affair service platform is characterized by comprising a service scheduling module,
the service scheduling module performs service scheduling of a declaration terminal, a acceptance terminal and an approval terminal through a service scheduling model, and comprises the following steps:
uniformly proxy all service interface requests by using a reverse proxy server, and load balancing to a network application server for service resource allocation,
the database information is cached by utilizing the cache service middleware deployed by the cluster, the query frequency of the database and the service interface is reduced,
and forwarding the service requests in sequence by utilizing message queue middleware deployed by the cluster through a message queue distribution model.
7. A scheduling device of a government affair service platform is characterized by comprising: at least one memory and at least one processor;
the at least one memory to store a machine readable program;
the at least one processor, configured to invoke the machine readable program to perform the service scheduling method of a government service platform according to any one of claims 1 to 5.
8. Computer readable medium, characterized in that said computer readable medium has stored thereon computer instructions which, when executed by a processor, cause said processor to execute a method of service scheduling for a government services platform according to any of claims 1 to 5.
CN202110612867.2A 2021-06-02 2021-06-02 Service scheduling method and scheduling model system of government affair service platform Pending CN113420076A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110612867.2A CN113420076A (en) 2021-06-02 2021-06-02 Service scheduling method and scheduling model system of government affair service platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110612867.2A CN113420076A (en) 2021-06-02 2021-06-02 Service scheduling method and scheduling model system of government affair service platform

Publications (1)

Publication Number Publication Date
CN113420076A true CN113420076A (en) 2021-09-21

Family

ID=77713561

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110612867.2A Pending CN113420076A (en) 2021-06-02 2021-06-02 Service scheduling method and scheduling model system of government affair service platform

Country Status (1)

Country Link
CN (1) CN113420076A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113923115A (en) * 2021-10-09 2022-01-11 紫光云技术有限公司 VPC configuration issuing method based on RockMq
CN114448680A (en) * 2022-01-04 2022-05-06 浪潮软件股份有限公司 Non-invasive government affair service data sharing method, system, device and medium
CN115297122A (en) * 2022-09-29 2022-11-04 数字江西科技有限公司 Government affair operation and maintenance method and system based on load automatic monitoring
CN116627681A (en) * 2023-07-25 2023-08-22 太平金融科技服务(上海)有限公司 Service request processing method, device, computer equipment, medium and program product
CN116880928A (en) * 2023-09-06 2023-10-13 菲特(天津)检测技术有限公司 Model deployment method, device, equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130086148A1 (en) * 2011-09-29 2013-04-04 Oracle International Corporation System and method for preventing single-point bottleneck in a transactional middleware machine environment
CN107093138A (en) * 2017-04-21 2017-08-25 山东佳联电子商务有限公司 Auction Ask-Bid System and its operation method based on distributed clog-free asynchronous message tupe
CN110009355A (en) * 2019-04-02 2019-07-12 深圳智乾区块链科技有限公司 Examine acceptance method, device and computer readable storage medium
CN110311983A (en) * 2019-07-09 2019-10-08 北京字节跳动网络技术有限公司 Processing method, device, system, electronic equipment and the storage medium of service request
CN111311810A (en) * 2020-02-28 2020-06-19 京东方科技集团股份有限公司 Numbering method, numbering system and readable storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130086148A1 (en) * 2011-09-29 2013-04-04 Oracle International Corporation System and method for preventing single-point bottleneck in a transactional middleware machine environment
CN107093138A (en) * 2017-04-21 2017-08-25 山东佳联电子商务有限公司 Auction Ask-Bid System and its operation method based on distributed clog-free asynchronous message tupe
CN110009355A (en) * 2019-04-02 2019-07-12 深圳智乾区块链科技有限公司 Examine acceptance method, device and computer readable storage medium
CN110311983A (en) * 2019-07-09 2019-10-08 北京字节跳动网络技术有限公司 Processing method, device, system, electronic equipment and the storage medium of service request
CN111311810A (en) * 2020-02-28 2020-06-19 京东方科技集团股份有限公司 Numbering method, numbering system and readable storage medium

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113923115A (en) * 2021-10-09 2022-01-11 紫光云技术有限公司 VPC configuration issuing method based on RockMq
CN113923115B (en) * 2021-10-09 2023-08-25 紫光云技术有限公司 VPC configuration issuing method based on RocketMq
CN114448680A (en) * 2022-01-04 2022-05-06 浪潮软件股份有限公司 Non-invasive government affair service data sharing method, system, device and medium
CN115297122A (en) * 2022-09-29 2022-11-04 数字江西科技有限公司 Government affair operation and maintenance method and system based on load automatic monitoring
CN116627681A (en) * 2023-07-25 2023-08-22 太平金融科技服务(上海)有限公司 Service request processing method, device, computer equipment, medium and program product
CN116627681B (en) * 2023-07-25 2023-10-17 太平金融科技服务(上海)有限公司 Service request processing method, device, computer equipment, medium and program product
CN116880928A (en) * 2023-09-06 2023-10-13 菲特(天津)检测技术有限公司 Model deployment method, device, equipment and storage medium
CN116880928B (en) * 2023-09-06 2023-11-21 菲特(天津)检测技术有限公司 Model deployment method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN113420076A (en) Service scheduling method and scheduling model system of government affair service platform
US10292044B2 (en) Apparatus for end-user transparent utilization of computational, storage, and network capacity of mobile devices, and associated methods
CN101493826B (en) Database system based on WEB application and data management method thereof
US20100023564A1 (en) Synchronous replication for fault tolerance
US20120215877A1 (en) Dynamic structural management of a distributed caching infrastructure
KR20080014800A (en) Efficient processing of time-bounded messages
CN106446168B (en) A kind of load client realization method of Based on Distributed data warehouse
JP2009504030A (en) Revenue management system and method
CN103607428A (en) Method of accessing shared memory and apparatus thereof
CN105681426B (en) Heterogeneous system
CN110442432A (en) Method for processing business, system, device, equipment and storage medium
CN115640110B (en) Distributed cloud computing system scheduling method and device
CN109739640A (en) A kind of container resource management system based on Shen prestige framework
CN113468221A (en) System integration method based on kafka message data bus
CN109756573A (en) A kind of file system based on block chain
CN111858190B (en) Method and system for improving availability of cluster
CN115396377B (en) Method, device, equipment and storage medium for optimizing service quality of object storage
CN113326148A (en) Data interaction system based on micro-service
CN108121730B (en) Device and method for quickly synchronizing data update to service system
CN114090230A (en) Massive heterogeneous resource-oriented Internet of things northbound middleware service management method
CN109947828B (en) Method and device for processing report data
CN112199432A (en) High-performance data ETL device based on distribution and control method
CN115757552B (en) Bank historical data management system based on distributed microservice
CN111865687A (en) Service data updating method and equipment
CN110119388A (en) File read/write method, device, system, equipment and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20210921

RJ01 Rejection of invention patent application after publication