CN116737395A - Asynchronous information processing system and method - Google Patents

Asynchronous information processing system and method Download PDF

Info

Publication number
CN116737395A
CN116737395A CN202311019171.4A CN202311019171A CN116737395A CN 116737395 A CN116737395 A CN 116737395A CN 202311019171 A CN202311019171 A CN 202311019171A CN 116737395 A CN116737395 A CN 116737395A
Authority
CN
China
Prior art keywords
target
request information
callback
notification
platform
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
CN202311019171.4A
Other languages
Chinese (zh)
Inventor
王少飞
李亚威
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Haike Rongtong Payment Service Co ltd
Original Assignee
Beijing Haike Rongtong Payment Service Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Haike Rongtong Payment Service Co ltd filed Critical Beijing Haike Rongtong Payment Service Co ltd
Priority to CN202311019171.4A priority Critical patent/CN116737395A/en
Publication of CN116737395A publication Critical patent/CN116737395A/en
Pending legal-status Critical Current

Links

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/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • 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/542Event management; Broadcasting; Multicasting; Notifications
    • 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/541Client-server

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention discloses an asynchronous information processing system and method, the system includes: a notification platform client, a notification platform server and a distributed timing platform; the notification platform client is used for: acquiring target request information for requesting a target terminal to respond; the notification platform server is used for: constructing a target callback task corresponding to the target request information; the distributed timing platform is used for: determining a callback message body of the target request information according to the target callback task, and sending the callback message body to the target terminal; and the distributed timing platform and the target terminal adopt a multithreading asynchronous mode to transmit request information. The invention adopts a multithreading asynchronous processing mode, avoids the blocking problem in the single-thread processing process, and improves the performance and stability of information processing.

Description

Asynchronous information processing system and method
Technical Field
The present invention relates to the field of information processing technologies, and in particular, to an asynchronous information processing system and method.
Background
Currently, there are many methods proposed for asynchronous message processing. For example, the multithreading asynchronous processing of the thread pool avoids the frequent creation and destruction processes of threads, and improves the performance of the system. However, in high concurrency situations, the resources of the thread pool may be occupied, affecting the performance of the system.
Accordingly, there is a need to provide a solution to the above-mentioned problems.
Disclosure of Invention
In order to solve the technical problems, the invention provides an asynchronous information processing system and an asynchronous information processing method.
In a first aspect, the present invention provides an asynchronous information processing system, where the technical scheme of the system is as follows:
comprising the following steps: a notification platform client, a notification platform server and a distributed timing platform;
the notification platform client is used for: acquiring target request information for requesting a target terminal to respond;
the notification platform server is used for: constructing a target callback task corresponding to the target request information;
the distributed timing platform is used for: determining a callback message body of the target request information according to the target callback task, and sending the callback message body to the target terminal; and the distributed timing platform and the target terminal adopt a multithreading asynchronous mode to transmit request information.
The asynchronous information processing system has the following beneficial effects:
the system adopts a multithreading asynchronous processing mode, avoids the blocking problem in the single-thread processing process, and improves the performance and stability of information processing.
Based on the technical scheme, the asynchronous information processing system can be improved as follows.
In an optional manner, the notification platform server is further configured to:
and determining whether the target request information is successfully sent or not according to the received HTTP response corresponding to the target request information.
In an optional manner, the notification platform client is specifically configured to:
and when new request information in the local blocking queue is monitored, the target request information is taken out from the local blocking queue and is sent to the notification platform server.
In the above optional manner, the occupation of resources of the thread pool is further reduced by adopting the local blocking queue, and the performance and stability of information processing are improved.
In an alternative manner, the method further comprises: a transmitting terminal;
the transmitting terminal is used for: and generating the target request information, calling a target SDK of the notification platform client, and sending the target request information to the local blocking queue.
In an alternative manner, the target request information includes: message identification, service type, callback message body and callback address.
In an optional manner, the notification platform server is specifically configured to:
analyzing the message containing the target request information, and constructing the target callback task according to the analyzed data; the target callback task comprises: the callback address, the message identifier, the current callback state, the current callback times, the service type and the callback message body.
In an optional manner, the notification platform server is further configured to: configuring a notification strategy type and a maximum notification frequency corresponding to each service type;
the distributed timing platform is specifically used for:
and sending the callback message body to the target terminal according to the notification strategy type and the maximum notification times corresponding to the service type.
In an alternative manner, the notification policy type is: fixed duration intervals, incremental duration intervals, or custom duration intervals.
In the above optional manner, the distributed timing platform sends the message to the target terminal according to the configured notification policy, so that the problem that the target terminal waits for a long time to respond and the message is possibly lost is avoided.
In a second aspect, the present invention provides an asynchronous information processing method, where the technical scheme of the method includes the following steps:
a notification platform client, a notification platform server and a distributed timing platform;
notifying a platform client to acquire target request information for requesting a target terminal to respond;
notifying a platform server to construct a target callback task corresponding to the target request information;
the distributed timing platform determines a callback message body of the target request information according to the target callback task, and sends the callback message body to the target terminal; and the distributed timing platform and the target terminal adopt a multithreading asynchronous mode to transmit request information.
The asynchronous information processing method has the beneficial effects that:
the method adopts a multithreading asynchronous processing mode, avoids the blocking problem in the single-thread processing process, and improves the performance and stability of information processing.
Based on the scheme, the asynchronous information processing method can be improved as follows.
In an alternative manner, the method further comprises:
and determining whether the target request information is successfully sent or not according to the received HTTP response corresponding to the target request information.
The foregoing description is only an overview of the present invention, and is intended to be implemented in accordance with the teachings of the present invention in order that the same may be more clearly understood and to make the same and other objects, features and advantages of the present invention more readily apparent.
Drawings
The drawings are only for purposes of illustrating embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to designate like parts throughout the figures. In the drawings:
FIG. 1 is a schematic diagram illustrating the architecture of an embodiment of an asynchronous information handling system provided by the present invention;
fig. 2 is a schematic flow chart of an embodiment of an asynchronous information processing method provided by the invention.
Detailed Description
Exemplary embodiments of the present invention will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present invention are shown in the drawings, it should be understood that the present invention may be embodied in various forms and should not be limited to the embodiments set forth herein.
FIG. 1 is a schematic diagram of an embodiment of an asynchronous information processing system according to the present invention. As shown in fig. 1, the system 100 includes: notification platform client 110, notification platform server 120, and distributed timing platform 130.
Wherein (1) the notification platform comprises: clients and servers, i.e., notification platform client 110 and notification platform server 120 in this embodiment. (2) The distributed timing platform 130 is equivalent to a distributed timing task scheduling system (e.g., a Crocodile distributed timing task scheduling system) and is used for implementing distributed timing processing on callback tasks.
The notification platform client 110 is configured to: target request information for requesting a response of the target terminal 140 is acquired.
Wherein (1) the target request information is: the request information of the related message to be sent in this embodiment includes: message identification, service type, callback message body and callback address. (2) The target terminal is as follows: and the terminal equipment corresponding to the receiving party of the information. Specifically:
1) The message identification is used to confirm the uniqueness of the message. Such as: a01, 101, etc.
2) The service types are divided according to the products to which the access notification platform belongs, for example: commodity order systems, service order systems, and the like.
3) The callback message body is expressed as: the content of the relevant message (notification) that needs to be sent, such as: order number, order time, order status, etc.
4) The callback address is an address corresponding to the target terminal 140, for example: when the callback message body is notification content, the target terminal 140 is the terminal device corresponding to the notification receiver.
The notification platform server 120 is configured to: and constructing a target callback task corresponding to the target request information.
The target callback task comprises the following steps: callback address, message identification, current callback state, current callback number, service type and callback message body. Specifically:
1) The current callback state is: callback success or callback failure.
2) The current callback number is: the number of requests for information at the current time, i.e. the number of times the callback message body has been sent to the target terminal at the current time.
The distributed timing platform 130 is configured to: and determining a callback message body of the target request information according to the target callback task, and sending the callback message body to the target terminal 140.
The distributed timing platform 130 and the target terminal 140 adopt a multithreading asynchronous mode to transmit request information.
In the multithreading asynchronous mode, the program may execute multiple threads simultaneously, each thread may independently execute a different task, and the multiple threads may execute in parallel.
Preferably, the notification platform server 120 is further configured to:
and determining whether the target request information is successfully sent or not according to the received HTTP response corresponding to the target request information.
And each time a callback message body corresponding to the target request information is sent to the callback address of the target terminal, the notification platform server 120 receives an HTTP response, and the HTTP response is used for feeding back whether the callback message body is sent successfully or not. If yes, ending the sending of the callback message body corresponding to the target request information; if not, after a certain period of time, the callback message body is sent to the callback address of the target terminal again until the sending is successful.
Preferably, the notification platform client 110 is specifically configured to:
and when new request information in the local blocking queue is monitored, the target request information is taken out of the local blocking queue and sent to the notification platform server 120.
The local blocking queue processes each request information according to the first-in first-out principle.
Specifically, the notification platform client 110 monitors the request information in the local blocking queue in a manner of real-time monitoring or monitoring every preset time period, and if the newly added request information in the local blocking queue is monitored, the notification platform client 110 takes out the target request information from the local blocking queue and sends the target request information to the notification platform server 120.
Note that, when the notification platform client 110 takes out the target request information from the local blocking queue, the sub-thread is started, and an HTTP request containing the target request information is sent to the notification platform server 120.
Preferably, the method further comprises: transmitting terminal 150.
The transmitting terminal 150 is configured to: and generating the target request information, calling a target SDK of the notification platform client 110, and sending the target request information to the local blocking queue.
Specifically, when the sending terminal 150 (i.e., the terminal device corresponding to the requiring party) needs to send the notification, the sending terminal assembles the notification content into request information in a set format, invokes the target SDK in the notification platform client 110, and puts the target request information into the local blocking queue.
The target SDK is the SDK corresponding to the target request information.
Note that, the notification platform client 110 provides a unified package SDK, and the sending terminal 150 having an asynchronous notification need introduces the SDK into the service.
Preferably, the notification platform server 120 is specifically configured to:
and analyzing the message containing the target request information, and constructing the target callback task according to the analyzed data.
The parsed data is the same as the data in the target request information, and includes: message identification, service type, callback message body and callback address.
It should be noted that, the notification platform server 120 stores the target callback task in the database. When the distributed timing platform 130 sends a request for taking out the target callback task to the notification platform server 120, the target callback task is taken out of the database and sent to the distributed timing platform 130.
Preferably, the notification platform server 120 is further configured to: and configuring the notification policy type and the maximum notification times corresponding to each service type.
Wherein (1) the notification policy type is: one of a fixed duration interval (e.g., every 2 minutes), an incremental duration interval (e.g., every 2, 4, 6, 8 minutes), or a custom duration interval (e.g., every 2, 4, 2, 4 minutes). (2) The maximum notification times are set according to actual requirements, such as 5 times.
The distributed timing platform 130 is specifically configured to:
and sending the callback message body to the target terminal 140 according to the notification policy type and the maximum notification times corresponding to the service type.
Specifically, for example, the notification policy type corresponding to the order system is to send notification information once every 2 minutes, and the maximum notification number is 10.
It should be noted that the present invention adopts classical producer and consumer modes and asynchronous multithreading, which saves hardware resources, avoids task peak time, and reduces network and local IO overhead. Specifically:
1) The adoption of the local blocking queue reduces the resource occupation of the thread pool and improves the performance and stability of the system. The producer puts the request information into the local blocking queue through the notification platform client, the consumer, namely the daemon thread, takes out from the local blocking queue and sends the HTTP request to the notification platform server, so that the notification platform client and the notification platform server are isolated from each other and are not affected by each other.
2) The notification platform server side callback service side adopts a multithreading asynchronous processing mode, in the multithreading asynchronous processing mode, a program can simultaneously execute a plurality of threads, each thread can independently execute different tasks, the threads can execute in parallel, the blocking problem in the single-thread processing process is avoided, and the performance and the stability of the system are improved.
3) The distributed timing platform triggers the notification platform server to take out the callback task, and sends the message to the designated address according to the configured notification strategy, so that the problem that the service party waits for response for a long time and the message is possibly lost is avoided. If the notification platform server side immediately notifies the service side after receiving the request message body, when the service side network is bad or unavailable, the service side network may wait for a long time and possibly lose the message, and a callback task is created, and a subsequent timing notification mode is adopted, so that the influence of the service platform on the service side can be reduced, the message is not lost, and the transmission can be retried again at the next timing.
The technical scheme of the embodiment adopts a multithreading asynchronous processing mode, avoids the blocking problem in the single-thread processing process, and improves the performance and stability of information processing. By adopting the local blocking queue, the resource occupation of a thread pool is reduced, and the performance and the stability of information processing are improved. The distributed timing platform sends the message to the target terminal according to the configured notification strategy, so that the problem that the target terminal waits for response for a long time and the message is possibly lost is avoided.
Fig. 2 is a schematic flow chart of an embodiment of an asynchronous information processing method provided by the invention. As shown in fig. 2, the method comprises the following steps:
s210: notifying a platform client to acquire target request information for requesting a target terminal to respond;
s220: notifying a platform server to construct a target callback task corresponding to the target request information;
s230: the distributed timing platform determines a callback message body of the target request information according to the target callback task, and sends the callback message body to the target terminal; and the distributed timing platform and the target terminal adopt a multithreading asynchronous mode to transmit request information.
Preferably, the method further comprises:
and determining whether the target request information is successfully sent or not according to the received HTTP response corresponding to the target request information.
The technical scheme of the embodiment adopts a multithreading asynchronous processing mode, avoids the blocking problem in the single-thread processing process, and improves the performance and stability of information processing.
The steps for implementing the corresponding functions by the parameters and the steps in the asynchronous information processing method according to the present embodiment are referred to the parameters and the modules in the asynchronous information processing system according to the embodiments above, and are not described herein.
The algorithms or displays presented herein are not inherently related to any particular computer, virtual system, or other apparatus. In addition, embodiments of the present invention are not directed to any particular programming language.
In the description provided herein, numerous specific details are set forth. It will be appreciated, however, that embodiments of the invention may be practiced without such specific details. Similarly, in the above description of exemplary embodiments of the invention, various features of embodiments of the invention are sometimes grouped together in a single embodiment, figure, or description thereof for the purpose of streamlining the disclosure and aiding in the understanding of one or more of the various inventive aspects. Wherein the claims following the detailed description are hereby expressly incorporated into this detailed description, with each claim standing on its own as a separate embodiment of this invention.
Those skilled in the art will appreciate that the modules in the apparatus of the embodiments may be adaptively changed and disposed in one or more apparatuses different from the embodiments. The modules or units or components of the embodiments may be combined into one module or unit or component and, furthermore, they may be divided into a plurality of sub-modules or sub-units or sub-components. Except that at least some of such features and/or processes or elements are mutually exclusive.
It should be noted that the above-mentioned embodiments illustrate rather than limit the invention, and that those skilled in the art will be able to design alternative embodiments without departing from the scope of the appended claims. In the claims, any reference signs placed between parentheses shall not be construed as limiting the claim. The word "comprising" does not exclude the presence of elements or steps not listed in a claim. The word "a" or "an" preceding an element does not exclude the presence of a plurality of such elements. The invention may be implemented by means of hardware comprising several distinct elements, and by means of a suitably programmed computer. In the unit claims enumerating several means, several of these means may be embodied by one and the same item of hardware. The use of the words first, second, third, etc. do not denote any order. These words may be interpreted as names. The steps in the above embodiments should not be construed as limiting the order of execution unless specifically stated.

Claims (10)

1. An asynchronous information processing system, comprising: a notification platform client, a notification platform server and a distributed timing platform;
the notification platform client is used for: acquiring target request information for requesting a target terminal to respond;
the notification platform server is used for: constructing a target callback task corresponding to the target request information;
the distributed timing platform is used for: determining a callback message body of the target request information according to the target callback task, and sending the callback message body to the target terminal; and the distributed timing platform and the target terminal adopt a multithreading asynchronous mode to transmit request information.
2. The asynchronous information processing system of claim 1, wherein the notification platform server is further configured to:
and determining whether the target request information is successfully sent or not according to the received HTTP response corresponding to the target request information.
3. The asynchronous information processing system according to claim 1, wherein the notification platform client is specifically configured to:
and when new request information in the local blocking queue is monitored, the target request information is taken out from the local blocking queue and is sent to the notification platform server.
4. The asynchronous information processing system according to claim 3, further comprising: a transmitting terminal;
the transmitting terminal is used for: and generating the target request information, calling a target SDK of the notification platform client, and sending the target request information to the local blocking queue.
5. The asynchronous information processing system according to any one of claims 1 to 4, wherein the target request information includes: message identification, service type, callback message body and callback address.
6. The asynchronous information processing system according to claim 5, wherein the notification platform server is specifically configured to:
analyzing the message containing the target request information, and constructing the target callback task according to the analyzed data; the target callback task comprises: the callback address, the message identifier, the current callback state, the current callback times, the service type and the callback message body.
7. The asynchronous information processing system of claim 6, wherein the notification platform server is further configured to: configuring a notification strategy type and a maximum notification frequency corresponding to each service type;
the distributed timing platform is specifically used for:
and sending the callback message body to the target terminal according to the notification strategy type and the maximum notification times corresponding to the service type.
8. The asynchronous information processing system of claim 7, wherein the notification policy type is: fixed duration intervals, incremental duration intervals, or custom duration intervals.
9. An asynchronous information processing method, characterized by comprising:
a notification platform client, a notification platform server and a distributed timing platform;
notifying a platform client to acquire target request information for requesting a target terminal to respond;
notifying a platform server to construct a target callback task corresponding to the target request information;
the distributed timing platform determines a callback message body of the target request information according to the target callback task, and sends the callback message body to the target terminal; and the distributed timing platform and the target terminal adopt a multithreading asynchronous mode to transmit request information.
10. The asynchronous information processing method according to claim 9, further comprising:
and determining whether the target request information is successfully sent or not according to the received HTTP response corresponding to the target request information.
CN202311019171.4A 2023-08-14 2023-08-14 Asynchronous information processing system and method Pending CN116737395A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311019171.4A CN116737395A (en) 2023-08-14 2023-08-14 Asynchronous information processing system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311019171.4A CN116737395A (en) 2023-08-14 2023-08-14 Asynchronous information processing system and method

Publications (1)

Publication Number Publication Date
CN116737395A true CN116737395A (en) 2023-09-12

Family

ID=87910108

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311019171.4A Pending CN116737395A (en) 2023-08-14 2023-08-14 Asynchronous information processing system and method

Country Status (1)

Country Link
CN (1) CN116737395A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117176811A (en) * 2023-11-02 2023-12-05 北京力通通信有限公司 Blocking type asynchronous monitoring multi-client instruction and multi-hardware control server architecture, communication system and method

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120260261A1 (en) * 2011-04-07 2012-10-11 Microsoft Corporation Asynchronous callback driven messaging request completion notification
CN104917833A (en) * 2015-06-08 2015-09-16 北京集奥聚合网络技术有限公司 Asynchronous information processing method based on NIO request
CN106130868A (en) * 2016-06-02 2016-11-16 腾讯科技(深圳)有限公司 A kind of processing method adjusting back message and queue management system
CN113496395A (en) * 2021-05-25 2021-10-12 城家酒店管理有限公司 Payment method and system
CN113687926A (en) * 2021-07-26 2021-11-23 济南浪潮数据技术有限公司 Control method, device and equipment for server asset scanning
CN114327832A (en) * 2021-12-30 2022-04-12 胜斗士(上海)科技技术发展有限公司 Callback processing method, callback processing platform, callback processing device, storage medium and program product
CN116384993A (en) * 2023-06-05 2023-07-04 山东师创云服务有限公司 Method and system for realizing high consistency of order payment state based on cloud payment center

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120260261A1 (en) * 2011-04-07 2012-10-11 Microsoft Corporation Asynchronous callback driven messaging request completion notification
CN104917833A (en) * 2015-06-08 2015-09-16 北京集奥聚合网络技术有限公司 Asynchronous information processing method based on NIO request
CN106130868A (en) * 2016-06-02 2016-11-16 腾讯科技(深圳)有限公司 A kind of processing method adjusting back message and queue management system
CN113496395A (en) * 2021-05-25 2021-10-12 城家酒店管理有限公司 Payment method and system
CN113687926A (en) * 2021-07-26 2021-11-23 济南浪潮数据技术有限公司 Control method, device and equipment for server asset scanning
CN114327832A (en) * 2021-12-30 2022-04-12 胜斗士(上海)科技技术发展有限公司 Callback processing method, callback processing platform, callback processing device, storage medium and program product
CN116384993A (en) * 2023-06-05 2023-07-04 山东师创云服务有限公司 Method and system for realizing high consistency of order payment state based on cloud payment center

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117176811A (en) * 2023-11-02 2023-12-05 北京力通通信有限公司 Blocking type asynchronous monitoring multi-client instruction and multi-hardware control server architecture, communication system and method
CN117176811B (en) * 2023-11-02 2024-01-26 北京力通通信有限公司 Server architecture, system and method for blocking and monitoring multiple clients and controlling multiple hardware

Similar Documents

Publication Publication Date Title
CN109547511B (en) WEB message real-time pushing method, server, client and system
CN108449239B (en) Heartbeat packet detection method, device, equipment and storage medium
CN106777371B (en) Log collection system and method
EP1183845B1 (en) Method and apparatus for server bandwidth utilization management
US7870425B2 (en) De-centralized nodal failover handling
US20040177108A1 (en) Method and apparatus and program for scheduling and executine events in real time over a network
CN112118315A (en) Data processing system, method, device, electronic equipment and storage medium
CN116737395A (en) Asynchronous information processing system and method
CN111711697A (en) Message pushing method, device, equipment and storage medium
US9413851B2 (en) Information processing system, information processing device, client terminal, and computer readable medium
CN108446172B (en) Data calling method and device, computer equipment and storage medium
EP3306866B1 (en) Message processing method, device and system
CN105335231B (en) server thread dynamic allocation method and device
CN111225029A (en) Dynamic message pushing method and system and automobile diagnosis server
CN103577251A (en) Event based Internet computing processing system and method
CN115622906A (en) Application log capturing system and method
CN108628677B (en) Distributed task processing system, method and device
US20070038900A1 (en) System with executing nodes for executing schedules
CN112600842A (en) Cluster shell method and device, electronic equipment and computer readable storage medium
EP3687133B1 (en) System and method for synchronization of media objects between devices operating in a multiroom system
CN112965811B (en) Optimization method of monitoring data and server
CN114896035A (en) Cross-platform-space timed task scheduling management system
CN114968636A (en) Fault processing method and device
CN108390924A (en) Order fulfillment method and device
CN113986516A (en) Distributed task scheduling system based on Hongming system

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