CN111611105A - Optimization method for asynchronous processing of concurrent service requests and related equipment - Google Patents

Optimization method for asynchronous processing of concurrent service requests and related equipment Download PDF

Info

Publication number
CN111611105A
CN111611105A CN202010412351.9A CN202010412351A CN111611105A CN 111611105 A CN111611105 A CN 111611105A CN 202010412351 A CN202010412351 A CN 202010412351A CN 111611105 A CN111611105 A CN 111611105A
Authority
CN
China
Prior art keywords
service
command object
asynchronous command
newly
processing equipment
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
CN202010412351.9A
Other languages
Chinese (zh)
Inventor
刘新锋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hangzhou Tuya Information Technology Co Ltd
Original Assignee
Hangzhou Tuya Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hangzhou Tuya Information Technology Co Ltd filed Critical Hangzhou Tuya Information Technology Co Ltd
Priority to CN202010412351.9A priority Critical patent/CN111611105A/en
Publication of CN111611105A publication Critical patent/CN111611105A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1497Details of time redundant execution on a single processing unit
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4812Task transfer initiation or dispatching by interrupt, e.g. masked

Abstract

The embodiment of the application discloses an optimization method for asynchronously processing concurrent service requests and related equipment, which are used for optimizing concurrent services. The method in the embodiment of the application comprises the following steps: the service processing equipment receives a new service request sent by the service access equipment; the service processing equipment sends a service entrance to the newly-built service equipment; the service processing equipment receives a first asynchronous command object sent to the service entrance by the newly-built service equipment; the business processing equipment stores the first asynchronous command object in a local database; the business processing equipment acquires a trigger instruction of the first asynchronous command object; the business processing equipment executes the first asynchronous command object; the business processing equipment detects whether the first asynchronous command object is executed successfully or not; if not, the service processing equipment executes the asynchronous command object again after preset time.

Description

Optimization method for asynchronous processing of concurrent service requests and related equipment
Technical Field
The embodiment of the application relates to the field of data processing, in particular to an optimization method for asynchronous processing of concurrent service requests and related equipment.
Background
In the era of the internet of things, the diversification of business scenes leads to the realization of business systems to be more and more complex. Different service types, different flow logics of processing and different processing time consumption. Some services need to synchronize requests and return results; some service requests require asynchronous processing and return of results.
However, the business service provided by the business interface in the industry at present usually adopts a synchronous processing mode, and does not consider the processing situation of exception throwing. The synchronous processing requires synchronous return of processing results, that is, when a service request fails to be processed, the synchronous processing returns a failure result, and the service cannot be retried.
Disclosure of Invention
In view of the foregoing problems, a first aspect of the present application provides an optimization method for asynchronous processing of concurrent service requests, which is applied to a service processing device, and includes:
the service processing equipment receives a new service request sent by the service access equipment;
the service processing equipment sends a service entrance to the newly-built service equipment;
the receiving unit is further configured to receive a first asynchronous command object sent to the service entry by the newly-built service device;
the business processing equipment stores the first asynchronous command object in a local database;
the business processing equipment acquires a trigger instruction of the first asynchronous command object;
the business processing equipment executes the first asynchronous command object;
the business processing equipment detects whether the first asynchronous command object is executed successfully or not;
if not, the service processing equipment executes the asynchronous command object again after preset time.
Optionally, the receiving, by the service processing device, a new service request sent by a service access device includes:
the method comprises the steps that a service processing device receives a service request of a service access device for a target field;
the step of sending a service entry to the newly-built service device by the service processing device includes:
and the service processing equipment sends a service entrance corresponding to the target field to the newly-built service equipment.
Optionally, before the service processing device obtains the trigger instruction of the first asynchronous command object, the method further includes:
the service processing equipment receives first associated information sent by the newly-built service equipment, wherein the first associated information represents the sequential relationship between the first asynchronous command object and the second asynchronous command object;
after the business processing device detects whether the first asynchronous command object is successfully executed, the method further comprises:
and if so, executing a second asynchronous command object according to the associated information.
Optionally, the method further comprises:
the service processing equipment receives second associated information sent by the newly-built service equipment, wherein the second associated information represents the sequence relation between the first asynchronous command object and the third asynchronous command object,
the acquiring, by the service processing device, the trigger instruction of the first asynchronous command object includes:
and the business processing equipment confirms that the execution of the third asynchronous command object is successful.
A second aspect of the present application provides an optimization method for asynchronous processing of concurrent service requests, which is applied to a new service device, and includes:
the newly-built service equipment sends a newly-built service request to the service processing equipment;
the newly-built service equipment receives a service entrance returned by the service processing equipment;
and the newly-built service equipment sends a first asynchronous command object to the service processing equipment through the service entrance, so that the service processing equipment executes the first asynchronous command object again when monitoring that the execution of the first asynchronous command object fails.
Optionally, the sending, by the newly-built service device, a newly-built service request to the service processing device includes:
the newly-built business equipment sends a business request aiming at a target field to the business processing equipment;
the step of receiving, by the newly-built service device, the service entry returned by the service processing device includes:
and the newly-built service equipment receives a service entrance corresponding to the target territory returned by the service processing equipment.
Optionally, the method further comprises:
and the newly-built service equipment sends first associated information to the service processing equipment, wherein the first associated information represents the sequential relationship between the first asynchronous command object and the second asynchronous command object, so that the service processing equipment executes the second asynchronous command object after detecting that the first asynchronous command object is successfully executed.
Optionally, the method further comprises:
and the newly-built business equipment sends second associated information to the business processing equipment, wherein the second associated information represents the sequential relation between the first asynchronous command object and the third asynchronous command object, so that the business processing equipment executes the first asynchronous command object after confirming that the third asynchronous command object is executed successfully.
This application provides, corresponding to the method of the foregoing first aspect, a service processing device, including:
a receiving unit, configured to receive a new service request sent by a service access device;
a sending unit, configured to send a service entry to the newly-built service device;
a receiving unit, configured to receive a first asynchronous command object sent to the service entry by the newly-built service device;
the saving unit is used for saving the first asynchronous command object into a local database;
the acquisition unit is used for acquiring a trigger instruction of the first asynchronous command object;
an execution unit to execute the first asynchronous command object;
the detection unit is used for detecting whether the first asynchronous command object is executed successfully or not;
and the retry unit is used for executing the asynchronous command object again after preset time when the detection unit detects no.
This application, corresponding to the method of the second aspect, provides a new service device, including:
a sending unit, configured to send a new service request to a service processing device;
a receiving unit, configured to receive a service entry returned by the service processing device;
the sending unit is further configured to send a first asynchronous command object to the service processing device through the service entry, so that the service processing device executes the first asynchronous command object again when it is monitored that the first asynchronous command object fails to be executed.
According to the technical scheme, the embodiment of the application has the following advantages: the application provides an optimization method and related equipment for asynchronous processing of concurrent service requests, which can process various services in an asynchronous processing mode, try again when the services fail, and improve the success rate of service processing.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments described in the present application, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a signaling flow diagram of an optimization method for asynchronous processing of concurrent service requests according to the present application;
FIG. 2 is a signaling flow diagram of an optimization method for asynchronous processing of concurrent service requests according to the present application;
FIG. 3 is a signaling flow diagram of an optimization method for asynchronous processing of concurrent service requests according to the present application;
fig. 4 is a schematic structural diagram of a service processing device provided in the present application;
fig. 5 is a schematic structural diagram of a newly-built service device provided in the present application.
Detailed Description
The embodiment of the application provides an optimization method for asynchronous processing of concurrent service requests and related equipment thereof, which are used for writing and retrying the realization of asynchronous services.
Referring to fig. 1, an embodiment of the present application includes:
101. the newly-built service equipment sends a newly-built service request to the service processing equipment;
when a new service request needs to be created, the newly created service device serves as an access party, and sends the newly created service request to the service processing device, wherein the newly created service request is used for informing the service processing device that a new service needs to be created.
In some embodiments, the newly created service request includes a service request for a service in a particular target domain, such as a medical domain, a transportation domain, or a trade domain.
102. The service processing equipment sends a service entrance to the newly-built service equipment;
after receiving the service processing request sent by the newly-built service equipment, the service processing equipment sends a service entrance to the newly-built service equipment according to the service processing request, so that the service processing equipment fills and sends the service to be realized in the service entrance.
When the new service request is a service in a target field, the service processing device can call a service entrance of a pre-stored field drive design, so that the new service device of the access party can conveniently realize the service in the target field, and the service realization difficulty is reduced.
103. The newly-built service equipment sends a first asynchronous command object to the service processing equipment;
and after filling the required service in the interface of the service inlet, the newly-built service equipment takes the service as a first asynchronous command object and sends the first asynchronous command object to the service processing equipment.
104. The business processing equipment stores the first asynchronous command object in a local database;
the service processing device stores the received first asynchronous command object in a local database of the service processing device, where the database may specifically be a distributed cache service or a persistent database.
105. The business processing equipment acquires a trigger instruction of the first asynchronous command object;
the business processing equipment acquires a trigger instruction aiming at the first asynchronous command object so as to execute the first asynchronous command object, and the specific form of the trigger instruction can be defined by a business developer.
106. The business processing equipment executes the first asynchronous command object;
and the service processing device reads the first asynchronous command object from the local database and executes the first asynchronous command object. Specifically, the reading mode may be that every time a fixed time elapses, the triggered first asynchronous command object is fetched from the local database, and then the first asynchronous command object is input as an entry parameter to the executor of the service processing apparatus for execution.
107. The business processing equipment detects whether the first asynchronous command object is executed successfully or not; if not, go to step 108;
after the first asynchronous command object is executed, the service processing equipment detects whether the first asynchronous command object is executed successfully. If the execution fails, step 108 is performed.
108. And the service processing equipment executes the first asynchronous command object again after preset time.
And the service processing equipment executes the first asynchronous command object again after the preset time, so that the reliability of the data is improved, and the first asynchronous command object is ensured to be successfully executed, so that the data are consistent.
201. The newly-built service equipment sends a newly-built service request to the service processing equipment;
202. the service processing equipment sends a service entrance to the newly-built service equipment;
203. the newly-built service equipment sends a first asynchronous command object to the service processing equipment;
steps 201 to 203 are similar to steps 101 to 103 of the embodiment shown in fig. 1, and are not described herein again.
204. The newly-built business equipment sends a first association relation to the business processing equipment;
the newly-built business equipment sends a first association relation to the business processing equipment, wherein the first association relation represents that a first asynchronous command object and a second asynchronous command object have a sequential relation, and the second asynchronous command object needs to be executed after the first asynchronous command object is executed.
205. The business processing equipment stores the first asynchronous command object in a local database;
206. the business processing equipment acquires a trigger instruction of the first asynchronous command object;
207. the business processing equipment executes the first asynchronous command object;
steps 205 to 207 are similar to steps 104 to 106 of the embodiment shown in fig. 1, and are not repeated here.
208. The business processing equipment detects whether the first asynchronous command object is executed successfully or not; if not, go to step 209; if yes, go to step 210;
after the first asynchronous command object is executed, the service processing equipment detects whether the first asynchronous command object is executed successfully. If the execution fails, step 209 is performed, and if the execution succeeds, step 210 is performed.
209. The service processing equipment executes the first asynchronous command object again after preset time;
and the service processing equipment executes the first asynchronous command object again after the preset time, so that the reliability of the data is improved, and the first asynchronous command object is ensured to be successfully executed, so that the data are consistent.
210. The service processing device executes a third asynchronous command object.
And the service processing equipment executes the associated second asynchronous command object after confirming that the first asynchronous command object is successfully executed according to the first association information. Specifically, the first asynchronous command object and the second asynchronous command object can be arranged by using the message queue, so that the first asynchronous command object and the second asynchronous command object can be executed in order, and data errors caused by the fact that the second asynchronous command object is still executed when the first asynchronous command object fails to be executed are avoided.
On the basis of the embodiment shown in fig. 1, the present application further provides another embodiment, referring to fig. 3, which includes:
301. the newly-built service equipment sends a newly-built service request to the service processing equipment;
302. the service processing equipment sends a service entrance to the newly-built service equipment;
303. the newly-built service equipment sends a first asynchronous command object to the service processing equipment;
steps 301 to 303 are similar to steps 101 to 103 of the embodiment shown in fig. 1, and are not repeated here.
304. The newly-built business equipment sends a second association relation to the business processing equipment;
the newly-built business equipment sends a first association relation to the business processing equipment, wherein the first association relation indicates that the first asynchronous command object and the third asynchronous command object have an order relation, and the first asynchronous command object needs to be executed after the third asynchronous command object is executed.
305. The business processing equipment stores the first asynchronous command object in a local database;
the service processing device stores the received first asynchronous command object in a local database of the service processing device, where the database may specifically be a distributed cache service or a persistent database.
306. The business processing equipment confirms that the execution of the third asynchronous command object is successful;
the service processing device takes the successful execution of the third synchronization command object as a trigger condition, and proceeds to step 307 when the successful execution of the third synchronization command object is confirmed.
307. The business processing equipment executes the first asynchronous command object;
308. the business processing equipment detects whether the first asynchronous command object is executed successfully or not; if not, go to step 309
309. And the service processing equipment executes the first asynchronous command object again after preset time.
Steps 307 to 309 are similar to steps 106 to 108 of the embodiment shown in fig. 1, and are not repeated here.
Corresponding to the method, the application also provides service processing equipment and newly-built service equipment, which are used for realizing the optimization method for the asynchronous processing of the concurrent service request.
Fig. 4 is a schematic structural diagram of an embodiment of a service processing device provided in the present application, where the service processing device includes:
a receiving unit 401, configured to receive a new service request sent by a service access device;
a sending unit 402, configured to send a service entry to the newly-built service device;
the receiving unit 401 is further configured to receive a first asynchronous command object sent to the service entry by the newly-built service device;
a saving unit 403, configured to save the first asynchronous command object in a local database;
an obtaining unit 404, configured to obtain a trigger instruction of the first asynchronous command object;
an execution unit 405 to execute the first asynchronous command object;
a detecting unit 406, configured to detect whether the first asynchronous command object is successfully executed;
a retry unit 407, configured to execute the asynchronous command object again after a preset time when the detection unit 406 detects no.
Fig. 5 is a schematic structural diagram of an embodiment of a newly created service device provided in the present application, where the service processing device includes:
a sending unit 501, configured to send a new service request to a service processing device;
a receiving unit 502, configured to receive a service entry returned by the service processing device;
the sending unit 501 is further configured to send a first asynchronous command object to the service processing device through the service entry, so that the service processing device executes the first asynchronous command object again when it is monitored that the first asynchronous command object fails to be executed.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be substantially implemented or contributed to by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a read-only memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and various other media capable of storing program codes.

Claims (10)

1. A method for optimizing asynchronous processing of concurrent service requests is applied to service processing equipment, and is characterized by comprising the following steps:
the service processing equipment receives a new service request sent by the service access equipment;
the service processing equipment sends a service entrance to the newly-built service equipment;
the service processing equipment receives a first asynchronous command object sent to the service entrance by the newly-built service equipment;
the business processing equipment stores the first asynchronous command object in a local database;
the business processing equipment acquires a trigger instruction of the first asynchronous command object;
the business processing equipment executes the first asynchronous command object;
the business processing equipment detects whether the first asynchronous command object is executed successfully or not;
if not, the service processing equipment executes the asynchronous command object again after preset time.
2. The method of claim 1, wherein the service processing device receives a new service request sent by a service access device, and the method comprises:
the method comprises the steps that a service processing device receives a service request of a service access device for a target field;
the step of sending a service entry to the newly-built service device by the service processing device includes:
and the service processing equipment sends a service entrance corresponding to the target field to the newly-built service equipment.
3. The method for optimizing asynchronous processing of concurrent service requests according to claim 1, wherein before the service processing device obtains the trigger instruction of the first asynchronous command object, the method further comprises:
the service processing equipment receives first associated information sent by the newly-built service equipment, wherein the first associated information represents the sequential relationship between the first asynchronous command object and the second asynchronous command object;
after the business processing device detects whether the first asynchronous command object is successfully executed, the method further comprises:
and if so, executing a second asynchronous command object according to the associated information.
4. A method for optimizing asynchronous processing of concurrent service requests according to any of claims 1 to 3, the method further comprising:
the service processing equipment receives second associated information sent by the newly-built service equipment, wherein the second associated information represents the sequence relation between the first asynchronous command object and the third asynchronous command object,
the acquiring, by the service processing device, the trigger instruction of the first asynchronous command object includes:
and the business processing equipment confirms that the execution of the third asynchronous command object is successful.
5. An optimization method for asynchronous processing of concurrent service requests is applied to newly-built service equipment, and is characterized by comprising the following steps:
the newly-built service equipment sends a newly-built service request to the service processing equipment;
the newly-built service equipment receives a service entrance returned by the service processing equipment;
and the newly-built service equipment sends a first asynchronous command object to the service processing equipment through the service entrance, so that the service processing equipment executes the first asynchronous command object again when monitoring that the execution of the first asynchronous command object fails.
6. The method of optimizing asynchronous processing of concurrent service requests according to claim 5,
the newly-built service equipment sends a newly-built service request to service processing equipment, and the method comprises the following steps:
the newly-built business equipment sends a business request aiming at a target field to the business processing equipment;
the step of receiving, by the newly-built service device, the service entry returned by the service processing device includes:
and the newly-built service equipment receives a service entrance corresponding to the target territory returned by the service processing equipment.
7. The method for optimizing asynchronous processing of concurrent service requests according to claim 5, further comprising:
and the newly-built service equipment sends first associated information to the service processing equipment, wherein the first associated information represents the sequential relationship between the first asynchronous command object and the second asynchronous command object, so that the service processing equipment executes the second asynchronous command object after detecting that the first asynchronous command object is successfully executed.
8. Method for optimizing the asynchronous handling of concurrent service requests according to any of the claims 5 to 7, characterized in that the method further comprises:
and the newly-built business equipment sends second associated information to the business processing equipment, wherein the second associated information represents the sequential relation between the first asynchronous command object and the third asynchronous command object, so that the business processing equipment executes the first asynchronous command object after confirming that the third asynchronous command object is executed successfully.
9. A traffic processing device, comprising:
a receiving unit, configured to receive a new service request sent by a service access device;
a sending unit, configured to send a service entry to the newly-built service device;
the receiving unit is further configured to receive a first asynchronous command object sent to the service entry by the newly-built service device;
the saving unit is used for saving the first asynchronous command object into a local database;
the acquisition unit is used for acquiring a trigger instruction of the first asynchronous command object;
an execution unit to execute the first asynchronous command object;
the detection unit is used for detecting whether the first asynchronous command object is executed successfully or not;
and the retry unit is used for executing the asynchronous command object again after preset time when the detection unit detects no.
10. A new service device, comprising:
a sending unit, configured to send a new service request to a service processing device;
a receiving unit, configured to receive a service entry returned by the service processing device;
the sending unit is further configured to send a first asynchronous command object to the service processing device through the service entry, so that the service processing device executes the first asynchronous command object again when it is monitored that the first asynchronous command object fails to be executed.
CN202010412351.9A 2020-05-15 2020-05-15 Optimization method for asynchronous processing of concurrent service requests and related equipment Pending CN111611105A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010412351.9A CN111611105A (en) 2020-05-15 2020-05-15 Optimization method for asynchronous processing of concurrent service requests and related equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010412351.9A CN111611105A (en) 2020-05-15 2020-05-15 Optimization method for asynchronous processing of concurrent service requests and related equipment

Publications (1)

Publication Number Publication Date
CN111611105A true CN111611105A (en) 2020-09-01

Family

ID=72200351

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010412351.9A Pending CN111611105A (en) 2020-05-15 2020-05-15 Optimization method for asynchronous processing of concurrent service requests and related equipment

Country Status (1)

Country Link
CN (1) CN111611105A (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6269378B1 (en) * 1998-12-23 2001-07-31 Nortel Networks Limited Method and apparatus for providing a name service with an apparently synchronous interface
CN101751288A (en) * 2008-12-12 2010-06-23 中国移动通信集团山东有限公司 Method, device and system applying process scheduler
CN101882161A (en) * 2010-06-23 2010-11-10 中国工商银行股份有限公司 Application level asynchronous task scheduling system and method
CN104407922A (en) * 2014-10-29 2015-03-11 中国建设银行股份有限公司 Asynchronous batch-processing dispatching method and system
US20170004015A1 (en) * 2015-07-01 2017-01-05 Oracle International Corporation System and method for association aware executor service in a distributed computing environment
US20170322948A1 (en) * 2014-11-17 2017-11-09 Institute Of Acoustics, Chinese Academy Of Sciences Streaming data reading method based on embedded file system
WO2018103318A1 (en) * 2016-12-06 2018-06-14 上海壹账通金融科技有限公司 Distributed transaction handling method and system
EP3396550A1 (en) * 2017-04-28 2018-10-31 Ebury Technology Limited Asynchronous event-based instruction processing system and method
US20180322168A1 (en) * 2017-05-04 2018-11-08 Salesforce.Com, Inc. Technologies for asynchronous querying
CN109063027A (en) * 2018-07-16 2018-12-21 阿里巴巴集团控股有限公司 A kind of method and device for business processing
CN111090699A (en) * 2019-12-13 2020-05-01 北京奇艺世纪科技有限公司 Service data synchronization method and device, storage medium and electronic device

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6269378B1 (en) * 1998-12-23 2001-07-31 Nortel Networks Limited Method and apparatus for providing a name service with an apparently synchronous interface
CN101751288A (en) * 2008-12-12 2010-06-23 中国移动通信集团山东有限公司 Method, device and system applying process scheduler
CN101882161A (en) * 2010-06-23 2010-11-10 中国工商银行股份有限公司 Application level asynchronous task scheduling system and method
CN104407922A (en) * 2014-10-29 2015-03-11 中国建设银行股份有限公司 Asynchronous batch-processing dispatching method and system
US20170322948A1 (en) * 2014-11-17 2017-11-09 Institute Of Acoustics, Chinese Academy Of Sciences Streaming data reading method based on embedded file system
US20170004015A1 (en) * 2015-07-01 2017-01-05 Oracle International Corporation System and method for association aware executor service in a distributed computing environment
WO2018103318A1 (en) * 2016-12-06 2018-06-14 上海壹账通金融科技有限公司 Distributed transaction handling method and system
EP3396550A1 (en) * 2017-04-28 2018-10-31 Ebury Technology Limited Asynchronous event-based instruction processing system and method
US20180322168A1 (en) * 2017-05-04 2018-11-08 Salesforce.Com, Inc. Technologies for asynchronous querying
CN109063027A (en) * 2018-07-16 2018-12-21 阿里巴巴集团控股有限公司 A kind of method and device for business processing
CN111090699A (en) * 2019-12-13 2020-05-01 北京奇艺世纪科技有限公司 Service data synchronization method and device, storage medium and electronic device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
齐俊杰等: "《流媒体技术入门与提高 第2版》", 国防工业出版社, pages: 307 - 308 *

Similar Documents

Publication Publication Date Title
CN105357038B (en) Monitor the method and system of cluster virtual machine
CN100435101C (en) Apparatus and method for maintaining resource integrity in a software environment
KR100943110B1 (en) Trading system
CN108540533B (en) Request answering method and device
CN108170552B (en) Method, device and equipment for capturing Dump file
CN107025145B (en) Error code analysis method and device
CN110753084A (en) Uplink data reading method, cache server and computer readable storage medium
CN112527472A (en) Distributed transaction processing system and method based on microservice
CN108509322B (en) Method for avoiding excessive return visit, electronic device and computer readable storage medium
CN109714214B (en) Server exception handling method and management equipment
CN107645476B (en) Request processing method and device
CN110727523A (en) Service request processing method, processing device and readable storage medium
CN108667872B (en) Archiving method and device for scheduling server
CN106570685B (en) Service processing method and device
CN111611105A (en) Optimization method for asynchronous processing of concurrent service requests and related equipment
CN108959548B (en) Service request processing method and device
CN109218338B (en) Information processing system, method and device
CN115499493A (en) Asynchronous transaction processing method and device, storage medium and computer equipment
JPH11161530A (en) Transaction processing system
US20110099436A1 (en) Expedited transaction failure handling by leveraging a reliable message transport protocol to assist detection of discarded processing
CN114281628A (en) System fault detection method and device, electronic equipment and storage medium
CN112950171A (en) Bank business processing system and method
CN110806917A (en) Anti-split virtual machine high-availability management device and method
CN110825560A (en) Execution error processing method, device, equipment and computer readable storage medium
CN110765144A (en) Distributed heterogeneous database data processing method and device

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