CN103514036A - Scheduling system and method for event trigger and batch processing - Google Patents

Scheduling system and method for event trigger and batch processing Download PDF

Info

Publication number
CN103514036A
CN103514036A CN201210204478.7A CN201210204478A CN103514036A CN 103514036 A CN103514036 A CN 103514036A CN 201210204478 A CN201210204478 A CN 201210204478A CN 103514036 A CN103514036 A CN 103514036A
Authority
CN
China
Prior art keywords
request
event triggered
particular service
message queue
framework
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.)
Granted
Application number
CN201210204478.7A
Other languages
Chinese (zh)
Other versions
CN103514036B (en
Inventor
王文柏
陈逢源
曹辉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Unionpay Co Ltd
Original Assignee
China Unionpay 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 China Unionpay Co Ltd filed Critical China Unionpay Co Ltd
Priority to CN201210204478.7A priority Critical patent/CN103514036B/en
Publication of CN103514036A publication Critical patent/CN103514036A/en
Application granted granted Critical
Publication of CN103514036B publication Critical patent/CN103514036B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a scheduling system and method for event trigger and batch processing. The scheduling system for event trigger and batch processing comprises an event trigger processing device, a flow processing device and an intermediate device, wherein the event trigger processing device is used for processing event trigger requests, the flow processing device is used for processing flow operation, and the intermediate device is used for coordinating the event trigger processing device and the flow processing device.

Description

A kind of dispatching system for Event triggered and batch processing and method
Technical field
The present invention relates to system process management, relate in particular to dispatching system and method for Event triggered and batch processing.
Background technology
Under existing Unix operating system, process scheduling realizes by system call.The process scheduling of Unix operating system, is mainly according to priority, time-slotting to be dispatched each process, so that shared resource (being mainly cpu resource).There is following shortcoming in process scheduling system of the prior art: process logic and service logic tight coupling, once need to increase new service logic, need to increase new process logic; The dispatch service providing is single, the Event triggered logic of class can only be provided or batch processed logic can only be provided; Can not for different service dynamic distribute different processing resources; Do not there is load balance ability.
Summary of the invention
According to one object of the present invention, disclose a kind of dispatching system for Event triggered and batch processing, comprising:
Event triggered treating apparatus, is configured to process Event triggered request,
Flow processing device, is configured to treatment scheme operation,
Middle device, is configured to coordinate described Event triggered treating apparatus and described flow processing device.
Preferably, described Event triggered treating apparatus comprises request processing module, business framework collection, event feedback module, wherein,
Request processing module is configured to receive the Event triggered request from services request module, and according to the content of this request, this request is distributed to the corresponding business framework that business framework is concentrated,
This business framework is configured to call corresponding processing logic and carrys out processes said request, and the result of processing is returned to event feedback module.
Preferably, described business framework collection comprises particular service framework collection and general service framework collection, wherein,
Particular service framework collection comprises one or more particular service frameworks, for calling special processing logic, processes the Event triggered request about particular service,
General service framework collection comprises one or more general service frameworks, for calling common process logic, processes the Event triggered request about general service.
Preferably, processing logic generates dynamic base according to unified interface mode and is provided for business framework collection and calls.
Preferably, for the Event triggered request of general service, described request processing module is configured to fill in this general service parameter, acquisition general service message queue, inspection general service message queue according to the Event triggered request of this general service, wherein,
When checked general service message queue meets predetermined condition, described request processing module is configured to send this Event triggered request for general service to corresponding general service framework,
When checked general service message queue does not meet predetermined condition, described request processing module is configured to process next Event triggered request.
Preferably, for the Event triggered request of particular service, described request processing module is configured to fill in this particular service parameter, acquisition particular service message queue, inspection particular service message queue according to the Event triggered request of this particular service, wherein,
When checked particular service message queue meets predetermined condition, described request processing module is configured to send this Event triggered request for particular service to corresponding particular service framework,
When checked particular service message queue does not meet predetermined condition, described request processing module is configured to process next Event triggered request.
Preferably, for the Event triggered request of particular service, described request processing module is configured to fill in this particular service parameter, acquisition particular service message queue, inspection particular service message queue according to the Event triggered request of this particular service, wherein,
When checked particular service message queue meets predetermined condition, described request processing module is configured to send this Event triggered request for particular service to corresponding particular service framework,
When checked particular service message queue does not meet predetermined condition, described request processing module is configured to check general service message queue, when checked general service message queue meets predetermined condition, described request processing module is configured to send this Event triggered request for particular service to corresponding general service framework
When checked general service message queue does not meet predetermined condition, described request processing module is configured to process next Event triggered request.
Preferably, described flow processing device comprises batch processed module, flow process framework collection and flow process feedback module, wherein,
Described batch processed module is configured to be written into predefined batch of flow process, and by flow process framework collection, flow process is sent to corresponding flow process framework,
This flow process framework is configured to call corresponding processing logic and carrys out treatment scheme operation, and result is returned to flow process feedback module,
Flow process feedback module is configured to result to feed back to batch processed module for carrying out next step flow processing.
Preferably, processing logic generates dynamic base according to unified interface mode and is provided for flow process framework collection and calls.
Preferably, described batch processed module is configured to read process step according to procedure configuration files, obtains flow process message queue.
Preferably, described middle device comprises startup instrument, closes down instrument, scan tool and healthy demons, for guaranteeing the United Dispatching of Event triggered treating apparatus and flow processing device and working alone.
Preferably, described middle device be configured in same shared drive to safeguard with Event triggered process associated processing logic and with the associated processing logic of flow processing, wherein,
Startup instrument is used for the information configuration of processing logic to arrive same shared drive,
The instrument of closing down is for cutting out processing logic,
Scan tool is used for checking the state of processing logic,
Healthy demons are for safeguarding the health status of processing logic.
The present invention is by operating system, AIX operating system especially, under process analyze with communicating by letter, provided multi-process management and scheduling scheme.By the pool to system process resource, reasonable distribution process resource, improves system resource service efficiency.The scheduling architecture with the higher load ability of equalization, extendability is provided according to the dispatching system of the embodiment of the present invention.Beneficial effect of the present invention is to meet multiple-task and triggers and batch processed demand.And can provide different processing resources according to the business of different priorities, and 2. service high scalability and low couplings, scheduling logic is separated with service logic, can be increased new business logic and be deleted old service logic by simple configuration.
Accompanying drawing explanation
After having read the specific embodiment of the present invention with reference to accompanying drawing, those skilled in the art will become apparent various aspects of the present invention.One skilled in the art will appreciate that these accompanying drawings are only for coordinating embodiment that technical scheme of the present invention is described, and be not intended to protection scope of the present invention to be construed as limiting.
Fig. 1 is according to the structural representation of the dispatching system for Event triggered and batch processing of the embodiment of the present invention.
Fig. 2 is according to the structural representation of the Event triggered treating apparatus of the dispatching system for Event triggered and batch processing of the embodiment of the present invention.
Fig. 3 is according to the structural representation of the flow processing device of the dispatching system for Event triggered and batch processing of the embodiment of the present invention.
Fig. 4 is according to the structural representation of the middle device of the dispatching system for Event triggered and batch processing of the embodiment of the present invention.
Embodiment
With reference to the accompanying drawings, the specific embodiment of the present invention is described in further detail.
Fig. 1 is according to the structural representation of the dispatching system for Event triggered and batch processing of the embodiment of the present invention.Dispatching system for Event triggered and batch processing comprises Event triggered treating apparatus, flow processing device and middle device.Event triggered treating apparatus is configured to process Event triggered request, and flow processing device is configured to treatment scheme operation, and middle device is configured to coordinate Event triggered treating apparatus and flow processing device.
As shown in Figure 2, Event triggered treating apparatus comprises request processing module, business framework collection, event feedback module.Here, business framework collection comprises particular service framework collection and general service framework collection, wherein, particular service framework collection comprises one or more particular service frameworks, for calling special processing logic, process the Event triggered request about particular service, general service framework collection comprises one or more general service frameworks, for calling common process logic, processes the Event triggered request about general service.Here, the concentrated business framework of business framework can be as the calling module that calls processing logic; Processing logic can be the process in the system being scheduled.
Wherein, request processing module is configured to receive the Event triggered request from services request module, and according to the content of this request, this request is distributed to the corresponding business framework that business framework is concentrated, this business framework is configured to call corresponding processing logic and processes request, and the result of processing is returned to event feedback module.
Here the business framework set pair services request module of high scalability, request processing module and feedback module are transparent, and can increase new processing logic and delete old processing logic.If increase new processing logic, only new processing logic need to be generated to dynamic base according to unified interface mode and offer the use of business framework collection, and be configured in the database configuration of request processing module.Therefore, processing logic can generate dynamic base according to unified interface mode and be provided for business framework collection and call.
In one embodiment, Event triggered request for general service, request processing module is configured to fill in this general service parameter according to the Event triggered request of this general service, obtain general service message queue, check general service message queue, wherein, when checked general service message queue meets predetermined condition, request processing module is configured to send this Event triggered request for general service to corresponding general service framework, when checked general service message queue does not meet predetermined condition, request processing module is configured to process next Event triggered request.Here, the mode that request processing module obtains message queue is from shared drive, to find corresponding business framework, and Event triggered request is deposited in corresponding message queue.
In another embodiment, Event triggered request for particular service, request processing module is configured to fill in this particular service parameter according to the Event triggered request of this particular service, obtain particular service message queue, check particular service message queue, wherein, when checked particular service message queue meets predetermined condition, request processing module is configured to send this Event triggered request for particular service to corresponding particular service framework, when checked particular service message queue does not meet predetermined condition, request processing module is configured to process next Event triggered request.
In another embodiment, Event triggered request for particular service, request processing module is configured to fill in this particular service parameter according to the Event triggered request of this particular service, obtain particular service message queue, check particular service message queue, wherein, when checked particular service message queue meets predetermined condition, request processing module is configured to send this Event triggered request for particular service to corresponding particular service framework, when checked particular service message queue does not meet predetermined condition, request processing module is configured to check general service message queue, when checked general service message queue meets predetermined condition, request processing module is configured to send this Event triggered request for particular service to corresponding general service framework, when checked general service message queue does not meet predetermined condition, request processing module is configured to process next Event triggered request.
In the above-described embodiments, message queue meet predetermined condition can refer to can not cause business framework collection message queue overflow or the enough normal processing messages queue of business framework energy collecting in message.
Fig. 3 is according to the structural representation of the flow processing device of the dispatching system for Event triggered and batch processing of the embodiment of the present invention.
Flow processing device comprises batch processed module, flow process framework collection and flow process feedback module, wherein, batch processed module is configured to be written into predefined batch of flow process, and by flow process framework collection, flow process is sent to corresponding flow process framework, this flow process framework is configured to call corresponding processing logic and carrys out treatment scheme operation, and result is returned to flow process feedback module, flow process feedback module is configured to result to feed back to batch processed module for carrying out next step flow processing.Here, the concentrated flow process framework of flow process framework can be as the calling module that calls processing logic; Processing logic can be the process in the system being scheduled.
In the present invention, processing logic is the specific actor who processes Event triggered and batch processing.
Batch processed module is configured to read process step according to procedure configuration files, obtains flow process message queue.Invoked a plurality of process is carried out synchronous/asynchronous, one process/multi-process combined schedule control function according to predefined batch of flow process.Flow process predefine realizes by the mode of configuration parameter data in database table, and supplemental characteristic comprises the contents such as request mark, service identifiers, process number, step number, call parameters, multi-process division of labor sign, send mode (synchronous/asynchronous).Flow process predefine can be configured by final user or service processes exploitation side.
Fig. 4 is according to the structural representation of the middle device of the dispatching system for Event triggered and batch processing of the embodiment of the present invention.Middle device comprises startup instrument, closes down instrument, scan tool and healthy demons, for guaranteeing the United Dispatching of Event triggered treating apparatus and flow processing device and working alone.Middle device be configured in same shared drive to safeguard with Event triggered process associated processing logic and with the associated processing logic of flow processing, wherein, startup instrument is for arriving same shared drive by the information configuration of processing logic, the instrument of closing down is for cutting out processing logic, scan tool is for checking the state of processing logic, and healthy demons are for safeguarding the health status of processing logic.
Correspondingly, the present invention also discloses a kind of dispatching method for Event triggered and batch processing, comprise the following steps: utilize Event triggered treating apparatus to process Event triggered request, utilize the operation of flow processing device treatment scheme, utilize middle device to coordinate Event triggered treating apparatus and flow processing device.
Preferably, Event triggered treating apparatus comprises request processing module, business framework collection, event feedback module, and wherein, method is further comprising the steps:
Utilize request processing module to receive the Event triggered request from services request module, and according to the content of this request, this request be distributed to the corresponding business framework that business framework is concentrated,
Utilize this business framework to call corresponding processing logic and process request, and the result of processing is returned to event feedback module.
Preferably, business framework collection comprises particular service framework collection and general service framework collection, wherein,
Particular service framework collection comprises one or more particular service frameworks, for calling special processing logic, processes the Event triggered request about particular service,
General service framework collection comprises one or more general service frameworks, for calling common process logic, processes the Event triggered request about general service.
Preferably, processing logic generates dynamic base according to unified interface mode and is provided for business framework collection and calls.
Preferably, for the Event triggered request of general service, utilize request processing module to fill in this general service parameter, obtain general service message queue, check general service message queue according to the Event triggered request of this general service, wherein,
When checked general service message queue meets predetermined condition, utilize request processing module to send this Event triggered request for general service to corresponding general service framework,
When checked general service message queue does not meet predetermined condition, utilize request processing module to process next Event triggered request.
Preferably, for the Event triggered request of particular service, utilize request processing module to fill in this particular service parameter, obtain particular service message queue, check particular service message queue according to the Event triggered request of this particular service, wherein,
When checked particular service message queue meets predetermined condition, utilize request processing module to send this Event triggered request for particular service to corresponding particular service framework,
When checked particular service message queue does not meet predetermined condition, utilize request processing module to process next Event triggered request.
Preferably, for the Event triggered request of particular service, utilize request processing module to fill in this particular service parameter, obtain particular service message queue, check particular service message queue according to the Event triggered request of this particular service, wherein,
When checked particular service message queue meets predetermined condition, utilize request processing module to send this Event triggered request for particular service to corresponding particular service framework,
When checked particular service message queue does not meet predetermined condition, utilize request processing module to check general service message queue, when checked general service message queue meets predetermined condition, utilize request processing module to send this Event triggered request for particular service to corresponding general service framework
When checked general service message queue does not meet predetermined condition, utilize request processing module to process next Event triggered request.
Preferably, flow processing device comprises batch processed module, flow process framework collection and flow process feedback module, and wherein, method also comprises the steps:
Utilize batch processed module to be written into predefined batch of flow process, and by flow process framework collection, flow process be sent to corresponding flow process framework,
Utilize this flow process framework to call corresponding processing logic and carry out treatment scheme operation, and result is returned to flow process feedback module,
Utilize flow process feedback module that result is fed back to batch processed module for carrying out next step flow processing.
Preferably, processing logic generates dynamic base according to unified interface mode and is provided for flow process framework collection and calls.
Preferably, utilize batch processed module to read process step according to procedure configuration files, obtain flow process message queue.
Preferably, middle device comprises startup instrument, closes down instrument, scan tool and healthy demons, for guaranteeing the United Dispatching of Event triggered treating apparatus and flow processing device and working alone.
Preferably, utilize middle device in same shared drive, safeguard with Event triggered process associated processing logic and with the associated processing logic of flow processing, wherein,
Utilize startup instrument that the information configuration of processing logic is arrived to same shared drive,
The utilization instrument of closing down cuts out processing logic,
Utilize scan tool to check the state of processing logic,
Utilize healthy demons to safeguard the health status of processing logic.
By the description of above embodiment, those skilled in the art can understand, and without departing from the spirit and scope of the present invention in the situation that, can also do various changes and replacement to the specific embodiment of the present invention.These changes and replacement all drop in the claims in the present invention book limited range.

Claims (24)

1. for a dispatching system for Event triggered and batch processing, it is characterized in that,
Comprise:
Event triggered treating apparatus, is configured to process Event triggered request,
Flow processing device, is configured to treatment scheme operation,
Middle device, is configured to coordinate described Event triggered treating apparatus and described flow processing device.
2. the system as claimed in claim 1, is characterized in that,
Described Event triggered treating apparatus comprises request processing module, business framework collection, event feedback module, wherein,
Request processing module is configured to receive the Event triggered request from services request module, and according to the content of this request, this request is distributed to the corresponding business framework that business framework is concentrated,
This business framework is configured to call corresponding processing logic and carrys out processes said request, and the result of processing is returned to event feedback module.
3. system as claimed in claim 2, is characterized in that,
Described business framework collection comprises particular service framework collection and general service framework collection, wherein,
Particular service framework collection comprises one or more particular service frameworks, for calling special processing logic, processes the Event triggered request about particular service,
General service framework collection comprises one or more general service frameworks, for calling common process logic, processes the Event triggered request about general service.
4. system as claimed in claim 2, is characterized in that,
Processing logic is provided for business framework collection according to unified interface mode generation dynamic base and calls.
5. system as claimed in claim 3, is characterized in that,
For the Event triggered request of general service, described request processing module is configured to fill in this general service parameter, acquisition general service message queue, inspection general service message queue according to the Event triggered request of this general service, wherein,
When checked general service message queue meets predetermined condition, described request processing module is configured to send this Event triggered request for general service to corresponding general service framework,
When checked general service message queue does not meet predetermined condition, described request processing module is configured to process next Event triggered request.
6. system as claimed in claim 3, is characterized in that,
For the Event triggered request of particular service, described request processing module is configured to fill in this particular service parameter, acquisition particular service message queue, inspection particular service message queue according to the Event triggered request of this particular service, wherein,
When checked particular service message queue meets predetermined condition, described request processing module is configured to send this Event triggered request for particular service to corresponding particular service framework,
When checked particular service message queue does not meet predetermined condition, described request processing module is configured to process next Event triggered request.
7. system as claimed in claim 3, is characterized in that,
For the Event triggered request of particular service, described request processing module is configured to fill in this particular service parameter, acquisition particular service message queue, inspection particular service message queue according to the Event triggered request of this particular service, wherein,
When checked particular service message queue meets predetermined condition, described request processing module is configured to send this Event triggered request for particular service to corresponding particular service framework,
When checked particular service message queue does not meet predetermined condition, described request processing module is configured to check general service message queue, when checked general service message queue meets predetermined condition, described request processing module is configured to send this Event triggered request for particular service to corresponding general service framework
When checked general service message queue does not meet predetermined condition, described request processing module is configured to process next Event triggered request.
8. the system as claimed in claim 1, is characterized in that,
Described flow processing device comprises batch processed module, flow process framework collection and flow process feedback module, wherein,
Described batch processed module is configured to be written into predefined batch of flow process, and by flow process framework collection, flow process is sent to corresponding flow process framework,
This flow process framework is configured to call corresponding processing logic and carrys out treatment scheme operation, and result is returned to flow process feedback module,
Flow process feedback module is configured to result to feed back to batch processed module for carrying out next step flow processing.
9. system as claimed in claim 8, is characterized in that,
Processing logic is provided for flow process framework collection according to unified interface mode generation dynamic base and calls.
10. system as claimed in claim 8, is characterized in that,
Described batch processed module is configured to read process step according to procedure configuration files, obtains flow process message queue.
11. the system as claimed in claim 1, is characterized in that,
Described middle device comprises startup instrument, closes down instrument, scan tool and healthy demons, for guaranteeing the United Dispatching of Event triggered treating apparatus and flow processing device and working alone.
12. systems as claimed in claim 11, is characterized in that,
Described middle device be configured in same shared drive to safeguard with Event triggered process associated processing logic and with the associated processing logic of flow processing, wherein,
Startup instrument is used for the information configuration of processing logic to arrive same shared drive,
The instrument of closing down is for cutting out processing logic,
Scan tool is used for checking the state of processing logic,
Healthy demons are for safeguarding the health status of processing logic.
13. 1 kinds of dispatching methods for Event triggered and batch processing, is characterized in that,
Comprise the following steps:
Utilize Event triggered treating apparatus to process Event triggered request,
Utilize the operation of flow processing device treatment scheme,
Utilize middle device to coordinate described Event triggered treating apparatus and described flow processing device.
14. methods as claimed in claim 13, is characterized in that,
Described Event triggered treating apparatus comprises request processing module, business framework collection, event feedback module, and wherein, described method is further comprising the steps:
Utilize request processing module to receive the Event triggered request from services request module, and according to the content of this request, this request be distributed to the corresponding business framework that business framework is concentrated,
Utilize this business framework to call corresponding processing logic and carry out processes said request, and the result of processing is returned to event feedback module.
15. methods as claimed in claim 14, is characterized in that,
Described business framework collection comprises particular service framework collection and general service framework collection, wherein,
Particular service framework collection comprises one or more particular service frameworks, for calling special processing logic, processes the Event triggered request about particular service,
General service framework collection comprises one or more general service frameworks, for calling common process logic, processes the Event triggered request about general service.
16. methods as claimed in claim 14, is characterized in that,
Processing logic is provided for business framework collection according to unified interface mode generation dynamic base and calls.
17. methods as claimed in claim 15, is characterized in that,
For the Event triggered request of general service, utilize described request processing module to fill in this general service parameter, obtain general service message queue, check general service message queue according to the Event triggered request of this general service, wherein,
When checked general service message queue meets predetermined condition, utilize described request processing module to send this Event triggered request for general service to corresponding general service framework,
When checked general service message queue does not meet predetermined condition, utilize described request processing module to process next Event triggered request.
18. methods as claimed in claim 15, is characterized in that,
For the Event triggered request of particular service, utilize described request processing module to fill in this particular service parameter, obtain particular service message queue, check particular service message queue according to the Event triggered request of this particular service, wherein,
When checked particular service message queue meets predetermined condition, utilize described request processing module to send this Event triggered request for particular service to corresponding particular service framework,
When checked particular service message queue does not meet predetermined condition, utilize described request processing module to process next Event triggered request.
19. methods as claimed in claim 15, is characterized in that,
For the Event triggered request of particular service, utilize described request processing module to fill in this particular service parameter, obtain particular service message queue, check particular service message queue according to the Event triggered request of this particular service, wherein,
When checked particular service message queue meets predetermined condition, utilize described request processing module to send this Event triggered request for particular service to corresponding particular service framework,
When checked particular service message queue does not meet predetermined condition, utilize described request processing module to check general service message queue, when checked general service message queue meets predetermined condition, utilize described request processing module to send this Event triggered request for particular service to corresponding general service framework
When checked general service message queue does not meet predetermined condition, utilize described request processing module to process next Event triggered request.
20. methods as claimed in claim 13, is characterized in that,
Described flow processing device comprises batch processed module, flow process framework collection and flow process feedback module, and wherein, described method also comprises the steps:
Utilize described batch processed module to be written into predefined batch of flow process, and by flow process framework collection, flow process be sent to corresponding flow process framework,
Utilize this flow process framework to call corresponding processing logic and carry out treatment scheme operation, and result is returned to flow process feedback module,
Utilize flow process feedback module that result is fed back to batch processed module for carrying out next step flow processing.
21. methods as claimed in claim 20, is characterized in that,
Processing logic is provided for flow process framework collection according to unified interface mode generation dynamic base and calls.
22. methods as claimed in claim 20, is characterized in that,
Utilize described batch processed module to read process step according to procedure configuration files, obtain flow process message queue.
23. methods as claimed in claim 13, is characterized in that,
Described middle device comprises startup instrument, closes down instrument, scan tool and healthy demons, for guaranteeing the United Dispatching of Event triggered treating apparatus and flow processing device and working alone.
24. methods as claimed in claim 23, is characterized in that,
Utilize described middle device in same shared drive, safeguard with Event triggered process associated processing logic and with the associated processing logic of flow processing, wherein,
Utilize startup instrument that the information configuration of processing logic is arrived to same shared drive,
The utilization instrument of closing down cuts out processing logic,
Utilize scan tool to check the state of processing logic,
Utilize healthy demons to safeguard the health status of processing logic.
CN201210204478.7A 2012-06-20 2012-06-20 A kind of scheduling system and method triggered for event with batch processing Active CN103514036B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210204478.7A CN103514036B (en) 2012-06-20 2012-06-20 A kind of scheduling system and method triggered for event with batch processing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210204478.7A CN103514036B (en) 2012-06-20 2012-06-20 A kind of scheduling system and method triggered for event with batch processing

Publications (2)

Publication Number Publication Date
CN103514036A true CN103514036A (en) 2014-01-15
CN103514036B CN103514036B (en) 2017-07-25

Family

ID=49896809

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210204478.7A Active CN103514036B (en) 2012-06-20 2012-06-20 A kind of scheduling system and method triggered for event with batch processing

Country Status (1)

Country Link
CN (1) CN103514036B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104361458A (en) * 2014-11-20 2015-02-18 合一网络技术(北京)有限公司 User task management system based on message driving
CN108139958A (en) * 2015-10-22 2018-06-08 甲骨文国际公司 Event batch processing, output sequence in continuous query processing and the state storage based on daily record
CN109214659A (en) * 2018-08-16 2019-01-15 中国建设银行股份有限公司 A kind of accounting trigger device
CN112286671A (en) * 2020-12-29 2021-01-29 湖南星河云程信息科技有限公司 Containerization batch processing job scheduling method and device and computer equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040040025A1 (en) * 2002-06-20 2004-02-26 Pekka Lehtinen Method and a system for executing application sessions in an electronic device, and an electronic device
CN1642105A (en) * 2004-01-05 2005-07-20 华为技术有限公司 Method for realizing task management for network system
CN101097527A (en) * 2006-06-27 2008-01-02 中国银联股份有限公司 Flowpath scheduling method and system of application progress

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040040025A1 (en) * 2002-06-20 2004-02-26 Pekka Lehtinen Method and a system for executing application sessions in an electronic device, and an electronic device
CN1642105A (en) * 2004-01-05 2005-07-20 华为技术有限公司 Method for realizing task management for network system
CN101097527A (en) * 2006-06-27 2008-01-02 中国银联股份有限公司 Flowpath scheduling method and system of application progress

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104361458A (en) * 2014-11-20 2015-02-18 合一网络技术(北京)有限公司 User task management system based on message driving
CN104361458B (en) * 2014-11-20 2016-03-30 合一网络技术(北京)有限公司 The user task management system that Effect-based operation drives
CN108139958A (en) * 2015-10-22 2018-06-08 甲骨文国际公司 Event batch processing, output sequence in continuous query processing and the state storage based on daily record
CN108139958B (en) * 2015-10-22 2021-10-08 甲骨文国际公司 System and method for processing events of an event stream
CN109214659A (en) * 2018-08-16 2019-01-15 中国建设银行股份有限公司 A kind of accounting trigger device
CN109214659B (en) * 2018-08-16 2021-08-13 中国建设银行股份有限公司 Accounting trigger device
CN112286671A (en) * 2020-12-29 2021-01-29 湖南星河云程信息科技有限公司 Containerization batch processing job scheduling method and device and computer equipment

Also Published As

Publication number Publication date
CN103514036B (en) 2017-07-25

Similar Documents

Publication Publication Date Title
CN106802826B (en) Service processing method and device based on thread pool
CN106371918B (en) Task cluster schedule management method and device
CN107493310B (en) Cloud resource processing method and cloud management platform
CN102262564A (en) Thread pool structure of video monitoring platform system and realizing method
CN108897610B (en) Task scheduling method, device, computer equipment and storage medium
CN105024851A (en) Cloud computing-based monitoring management system
CN104253850A (en) Distributed task scheduling method and system
CN104239144A (en) Multilevel distributed task processing system
CN104468407A (en) Method and device for performing service platform resource elastic allocation
CN106033373A (en) A method and a system for scheduling virtual machine resources in a cloud computing platform
CN106161480A (en) SMS platform service scheduling method based on gateway resource pond
WO2012037760A1 (en) Method, server and system for improving alarm processing efficiency
CN105760240A (en) Distributed task processing method and device
CN102035684A (en) Failure notification method and system
CN106201676A (en) Task allocation method and device
CN106790706A (en) A kind of method of data resource optimization, platform and system
CN103514036A (en) Scheduling system and method for event trigger and batch processing
CN109660421A (en) Method, apparatus, server and the storage medium of flexible scheduling resource
CN112559159A (en) Task scheduling method based on distributed deployment
CN105068873A (en) Isomerous virtual resource and task scheduling method and system
CN103595654A (en) HQoS implementation method, device and network equipment based on multi-core CPUs
CN104881730A (en) Boiler virtual prototype collaborative design system and method based on workflow
CN106657099A (en) Spark data analysis service release system
CN103763373A (en) Method for dispatching based on cloud computing and dispatcher
CN114138506A (en) Message queue scheduling method and device, equipment, medium and product thereof

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant