CN107943574A - A kind of task management method and device - Google Patents

A kind of task management method and device Download PDF

Info

Publication number
CN107943574A
CN107943574A CN201711260046.7A CN201711260046A CN107943574A CN 107943574 A CN107943574 A CN 107943574A CN 201711260046 A CN201711260046 A CN 201711260046A CN 107943574 A CN107943574 A CN 107943574A
Authority
CN
China
Prior art keywords
task
thread
instances
task instances
performer
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
CN201711260046.7A
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.)
CVIC Software Engineering Co Ltd
Original Assignee
CVIC Software Engineering 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 CVIC Software Engineering Co Ltd filed Critical CVIC Software Engineering Co Ltd
Priority to CN201711260046.7A priority Critical patent/CN107943574A/en
Publication of CN107943574A publication Critical patent/CN107943574A/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/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a kind of task management method and device, wherein this method includes:Task generation thread determines to need performing for task in preset time period, and generates corresponding task instances;Task scan thread determines to be currently needed for the task instances performed in the task instances, and notifies performer thread pool to handle the task instances;The performer thread pool distribution thread performs the task instances for being currently needed for performing.In a kind of task management method provided in an embodiment of the present invention, task generation thread is responsible for the generation of task instances, task scan thread is responsible for determining to be currently needed for the task instances performed, performer thread pool distribution thread performs the task instances for being currently needed for performing, realize that task corresponds to task instances generation, scanner uni performs by different threads, the decoupling of different actions in different task management is realized, and then substantially increases the execution efficiency of task.

Description

A kind of task management method and device
Technical field
The present invention relates to task management technical field, more specifically to a kind of task management method and device.
Background technology
The implementation of traditional single thread poll scan task, is to determine whether to be currently needed for holding by a thread scans Capable task, if so, then the corresponding task instances of thread generation and perform task instances, after the completion of the tasks carrying followed by Continuous next the needing to perform of the task of poll.But under this scheme can be blocked when being currently needed for performing of the task has not performed One the needing to perform of the task, and then cause tasks carrying less efficient.
It is current this area skill in conclusion how to provide a kind of technical solution of the higher execution task of execution efficiency Art personnel's urgent problem to be solved.
The content of the invention
The object of the present invention is to provide a kind of task management method and device, can reach higher in the task of execution and hold Line efficiency.
To achieve these goals, the present invention provides following technical solution:
A kind of task management method, including:
Task generation thread determines to need performing for task in preset time period, and generates corresponding task instances;
Task scan thread determines to be currently needed for the task instances performed in the task instances, and notifies performer Thread pool handles the task instances;
The performer thread pool distribution thread performs the task instances for being currently needed for performing.
Preferably, the task generation thread determines to need performing for task in preset time period, including:
The task generation thread poll reads pre-set task allocation list, and determines to deposit in the task allocation list Storage, the corresponding task of corresponding with preset time period task configuration information is need performing for task in preset time period.
Preferably, after the task generation thread generates corresponding task instances, further include:
The task generation thread stores the task instances corresponding informance of generation into the task instances table being pre-created;
The task scan thread determines to be currently needed for the task instances performed in the task instances, including:
The task scan thread poll reads the task instances table, and determines task described in the task instances table The task instances that the time that example corresponding informance includes is more than or equal to current time are the task instances for being currently needed for performing.
Preferably, after the performer thread pool distribution thread performs the task instances for being currently needed for performing, also Including:
The performer thread pool will perform the task instances corresponding informance completed by being deleted in the task instances table Remove.
Preferably, after the performer thread pool distribution thread performs the task instances for being currently needed for performing, also Including:
The performer thread pool stores the task instances corresponding informance for performing completion to being pre-created for task In history lists.
A kind of task management device, including:
Task generates thread, is used for:Determine to need performing for task in preset time period, and it is real to generate corresponding task Example;
Task scan thread, is used for:Determine to be currently needed for the task instances performed in the task instances, and notify task Executor's thread pool handles the task instances;
The performer thread pool, is used for:Distribution thread performs the task instances for being currently needed for performing.
Preferably, the task generation thread includes:
Task generation unit, is used for:Poll reads pre-set task allocation list, and determines in the task allocation list Storage, the corresponding task of corresponding with preset time period task configuration information be times for needing to perform in preset time period Business.
Preferably, the task generation thread further includes:
First storage unit, is used for:After the task generation thread generates corresponding task instances, by the task of generation Example corresponding informance is stored into the task instances table being pre-created;
The task scan thread includes:
Task scan unit, is used for:The task scan thread poll reads the task instances table, and determines described appoint The task instances that the time that task instances corresponding informance includes described in business example table is more than or equal to current time are current Need the task instances performed.
Preferably, the performer thread pool further includes:
Unit is deleted, is used for:The performer thread pool distribution thread performs the task instances for being currently needed for performing Afterwards, the task instances corresponding informance completed will be performed by being deleted in the task instances table.
Preferably, the performer thread pool further includes:
Second storage unit, is used for:The performer thread pool distribution thread performs being currently needed for performing of the task After example, the task instances corresponding informance for performing completion is stored into the task history lists being pre-created.
The present invention provides a kind of task management method and device, wherein this method includes:Task generation thread determines Performing for task is needed in preset time period, and generates corresponding task instances;Task scan thread determines the task instances In be currently needed for the task instances that perform, and notify performer thread pool to handle the task instances;The performer Thread pool distribution thread performs the task instances for being currently needed for performing.A kind of task management method provided in an embodiment of the present invention In, task generation thread is responsible for the generation of task instances, and task scan thread is responsible for determining to be currently needed for the task instances performed, Performer thread pool distribution thread performs the task instances for being currently needed for performing, and realizes that task corresponds to task by different threads Example generation, scanner uni perform, and the decoupling of different actions in different task management are realized, so as to largely avoid Task blockage problem caused by when being performed in the prior art due to the generation of thread execution task example, a scanner uni, Jin Er great The big execution efficiency for improving task.
Brief description of the drawings
In order to illustrate more clearly about the embodiment of the present invention or technical scheme of the prior art, below will be to embodiment or existing There is attached drawing needed in technology description to be briefly described, it should be apparent that, drawings in the following description are only this The embodiment of invention, for those of ordinary skill in the art, without creative efforts, can also basis The attached drawing of offer obtains other attached drawings.
Fig. 1 is a kind of flow chart of task management method provided in an embodiment of the present invention;
Fig. 2 is a kind of realization principle schematic diagram of task management method provided in an embodiment of the present invention;
Fig. 3 is a kind of structure diagram of task management device provided in an embodiment of the present invention.
Embodiment
Below in conjunction with the attached drawing in the embodiment of the present invention, the technical solution in the embodiment of the present invention is carried out clear, complete Site preparation describes, it is clear that described embodiment is only part of the embodiment of the present invention, instead of all the embodiments.It is based on Embodiment in the present invention, those of ordinary skill in the art are obtained every other without making creative work Embodiment, belongs to the scope of protection of the invention.
Referring to Fig. 1, it illustrates a kind of flow chart of task management method provided in an embodiment of the present invention, can wrap Include:
S11:Task generation thread determines to need performing for task in preset time period, and it is real to generate corresponding task Example.
Wherein, task is the definition information (configuration information) of appointed task, when can include the execution of task names, task Between, tasks carrying class (specific the Logic of Tasks processing realize class) etc..Task instances are that task generation thread is determined according to task Adopted information (configuration information), is created that the java examples (new comes out) come, is destroyed after the completion of the Logic of Tasks processing.Lift A example:Such as next task defined in configuration information:Task names are daily file process task, and task execution time is 01:30:00 (1:00 AM half), tasks carrying class is spring:FileTasklet (class name);Task generation thread can be read daily Configuration information is taken, has found defined in configuration information above task, then can be according to the information of task definition, new goes out accordingly Task instances, so that performer thread scheduling performs, by performer thread destruction after the completion of execution.Preset time period Can be set according to actual needs, such as could be provided as 24 it is small when, and performing for task is needed in preset time period then Can be the needing to perform in the preset time period after current time of the task, task generation thread is determined in preset time It can generate corresponding task instances in section after the needing to perform of the task, and task and the concept of task instances and the prior art one Cause.
S12:Task scan thread determines to be currently needed for the task instances performed in task instances, and notifies performer Thread pool handles the task instances.
Task scan thread can scan all task instances and determine to be currently needed for the task instances performed, the scanning Can be according to actual needs timing realization or real-time implementation, so as to determine to be currently needed in time to hold Capable task instances.It can send to be currently needed for that task scan thread notice performer thread pool, which handles the task instances, The task instances of execution to performer thread pool or send be currently needed for perform task instances corresponding informance to Executor's thread pool, certainly can also basis so that executor's thread pool can correspond to task instances based on the acquisition of information It is actually needed and carries out other settings, within protection scope of the present invention.
S13:Performer thread pool distribution thread performs the task instances for being currently needed for performing.
Performer thread pool can include multiple threads, can be with after determining to be currently needed for the task instances that perform The execution of the task instances is realized for its one thread of distribution, certainly if it is determined that the task instances for being currently needed for performing are more A, then the thread that can distribute corresponding number performs the task instances for being currently needed for performing correspondingly, so as to Enough execution for realizing multiple tasks example at the same time, improve execution efficiency.And different threads realize that task corresponds to task instances Generation, scanner uni perform can multiple threads realize different actions at the same time so that execution efficiency is higher.
In a kind of task management method provided in an embodiment of the present invention, task generation thread is responsible for the generation of task instances, Task scan thread is responsible for determining the task instances for being currently needed for execution, and performer thread pool distribution thread is performed and currently needed The task instances to be performed, each divided the work by different threads, cooperate with each other realize task correspond to task instances generation, scanner uni Perform, realize the decoupling of different actions in different task management, thus largely avoid in the prior art due to Task blockage problem caused by when one generation of thread execution task example, scanner uni perform, and then substantially increase task Execution efficiency.
It is further to note that before respective action is realized using above-mentioned thread, thread can be first generated to task, appointed Business scanning thread and performer thread pool carry out initialization operation, and the initialization operation only can use above-mentioned thread Preceding progress is once, naturally it is also possible to other settings is carried out according to being actually needed, within protection scope of the present invention.
A kind of task management method provided in an embodiment of the present invention, task generation thread determine to need in preset time period The task of execution, can include:
Task generation thread poll reads pre-set task allocation list, and determine it is being stored in task allocation list, with The corresponding task of the corresponding task configuration information of preset time period is the needing to perform in preset time period of the task.
It should be noted that it can be fixed according to being actually needed that task generates thread to be read for the poll of task allocation list When or real-time implementation, and the table of task allocation list can be that what is be pre-created the be stored with task configuration information of different task Lattice, task configuration information can include task names, task execution time, logical process class etc., so that in task configuration information Comprising task of the task execution time in preset time period be the needing to perform in preset time period of the task.So as to The needing to perform in preset time period of the task is quickly enough informed in by task allocation list to realize respective operations.
A kind of task management method provided in an embodiment of the present invention, task generation thread generate corresponding task instances it Afterwards, can also include:
Task generation thread stores the task instances corresponding informance of generation into the task instances table being pre-created.
Wherein task instances corresponding informance can be the task configuration information that the task instances correspond to task, can also only wrap Task names and task execution time are included, can also carry out other settings, the protection in the present invention according to being actually needed certainly Within the scope of.So as to which task instances corresponding informance process is stored and safeguarded by task instances table.
Task scan thread determines to be currently needed for the task instances performed in task instances, including:
Task scan thread poll reads task instances table, and determines that task instances corresponding informance includes in task instances table Time be more than or equal to current time task instances be currently needed for perform task instances.
Task scan thread poll reads task instances table can be arranged to timing or real-time implementation according to actual needs, and The time that task instances corresponding informance includes is then task execution time, if the time be greater that or then being said equal to current time Bright needs perform the task instances at once, and otherwise then explanation is without performing the task instances at once, so as to pass through task instances table Quick search simultaneously is determined to be currently needed for the task instances performed.In addition tasks carrying may be also equipped with basis besides the time Other specified conditions of setting are actually needed, task reality can also be judged after the task instances for determining to be currently needed for performing Whether example meets other corresponding specified conditions, if it is performs the task instances, and otherwise then refusal performs the task instances And performer thread pool is notified to perform the information of the task instances.
A kind of task management method provided in an embodiment of the present invention, performer thread pool distribution thread are performed and currently needed After the task instances to be performed, it can also include:
Performer thread pool will perform the task instances corresponding informance completed by being deleted in task instances table.
Performer thread pool perform complete task instances after, can by corresponding informance by being deleted in task instances table, The task instances for thinking to have performed completion to avoid task scan thread mistake are the task instances that need to currently perform, and then It ensure that the smooth execution of task.
A kind of task management method provided in an embodiment of the present invention, performer thread pool distribution thread are performed and currently needed After the task instances to be performed, it can also include:
Performer thread pool stores the task instances corresponding informance for performing completion to the task history being pre-created In table.
Corresponding informance can be stored into the task history lists being pre-created after completing task instances by performing, so that in work Make personnel or can be by the task instances that had been performed in query history in the task history lists, just when other devices need In the management to historic task example.
It is further to note that task allocation list can be as shown in the table:
So as to realize the unified management to task by task allocation list.What in addition performer thread pool distributed holds The service logic that the thread of row task instances can be adjusted back in tasks carrying class realizes the execution of task instances, specifically, should Tasks carrying class can have following three kinds of forms:
Wherein tasks carrying class is the abstract class of the Logic of Tasks, specific service logic need to inherit it is such realize, belong to One in task configuration information.For example:Such as next task defined in configuration information:Task names are daily text Part handles task, task execution time 01:30:00 (1:00 AM half), tasks carrying class is spring:FileTasklet (class name).spring:FileTasklet is exactly a specific tasks carrying class, it inherits abstract class ITaskExecutor, realizes the execute methods of the inside.Performer thread can be according to spring:FileTasklet (class name) goes readjustment execute methods to realize the processing to task instances.
1st, sql scripts, directly configure sql scripts in task allocation list RUNTIECLSIMPL and realize service logic;
2nd, sh scripts, service logic can be realized using sh scripts;
3rd, java classes, service logic are realized using java classes.
Certainly other settings, within protection scope of the present invention, wherein task can also be carried out according to being actually needed The concept of class is performed with consistent in the prior art, details are not described herein.In addition a kind of task management provided in an embodiment of the present invention The realization principle of method can be as shown in Figure 2.
The embodiment of the present invention additionally provides a kind of task management device, as shown in figure 3, can include:
Task generates thread 11, is used for:Determine to need performing for task in preset time period, and generate corresponding task Example;
Task scan thread 12, is used for:Determine to be currently needed for the task instances performed in task instances, and notify task to hold Passerby's thread pool handles the task instances;
Performer thread pool 13, is used for:Distribution thread performs the task instances for being currently needed for performing.
A kind of task management device provided in an embodiment of the present invention, task generation thread can include:
Task generation unit, is used for:Poll reads pre-set task allocation list, and determines to store in task allocation list , the corresponding task of corresponding with preset time period task configuration information be the needing to perform in preset time period of the task.
A kind of task management device provided in an embodiment of the present invention, task generation thread can also include:
First storage unit, is used for:After task generation thread generates corresponding task instances, by the task instances of generation Corresponding informance is stored into the task instances table being pre-created;
Task scan thread includes:
Task scan unit, is used for:Task scan thread poll reads task instances table, and determines to appoint in task instances table The task instances that the time that pragmatic example corresponding informance includes is more than or equal to current time are that being currently needed for performing of the task is real Example.
A kind of task management device provided in an embodiment of the present invention, performer thread pool can also include:
Unit is deleted, is used for:After performer thread pool distribution thread performs the task instances for being currently needed for performing, The task instances corresponding informance completed will be performed by being deleted in task instances table.
A kind of task management device provided in an embodiment of the present invention, performer thread pool can also include:
Second storage unit, is used for:Performer thread pool distribution thread performs the task instances for being currently needed for performing Afterwards, the task instances corresponding informance for performing completion is stored into the task history lists being pre-created.
The explanation of relevant portion refers to the embodiment of the present invention in a kind of task management device provided in an embodiment of the present invention The detailed description of corresponding part in a kind of task management method provided, details are not described herein.In addition the embodiment of the present invention provides Above-mentioned technical proposal in the part consistent with corresponding to technical solution realization principle in the prior art and unspecified, in order to avoid mistake Repeat more.
The foregoing description of the disclosed embodiments, enables those skilled in the art to realize or use the present invention.To this A variety of modifications of a little embodiments will be apparent for a person skilled in the art, and the general principles defined herein can Without departing from the spirit or scope of the present invention, to realize in other embodiments.Therefore, the present invention will not be limited The embodiments shown herein is formed on, and is to fit to consistent with the principles and novel features disclosed herein most wide Scope.

Claims (10)

  1. A kind of 1. task management method, it is characterised in that including:
    Task generation thread determines to need performing for task in preset time period, and generates corresponding task instances;
    Task scan thread determines to be currently needed for the task instances performed in the task instances, and notifies performer thread Pond handles the task instances;
    The performer thread pool distribution thread performs the task instances for being currently needed for performing.
  2. 2. according to the method described in claim 1, it is characterized in that, task generation thread is determined in preset time period domestic demand Being performed for task, including:
    The task generation thread poll reads pre-set task allocation list, and determines to store in the task allocation list , the corresponding task of corresponding with preset time period task configuration information be the needing to perform in preset time period of the task.
  3. 3. according to the method described in claim 1, it is characterized in that, task generation thread generate corresponding task instances it Afterwards, further include:
    The task generation thread stores the task instances corresponding informance of generation into the task instances table being pre-created;
    The task scan thread determines to be currently needed for the task instances performed in the task instances, including:
    The task scan thread poll reads the task instances table, and determines task instances described in the task instances table The task instances that the time that corresponding informance includes is more than or equal to current time are the task instances for being currently needed for performing.
  4. 4. according to the method described in claim 3, it is characterized in that, performer thread pool distribution thread performs currently After needing the task instances that perform, further include:
    The performer thread pool will perform the task instances corresponding informance completed by being deleted in the task instances table.
  5. 5. according to the method described in claim 4, it is characterized in that, performer thread pool distribution thread performs currently After needing the task instances that perform, further include:
    The performer thread pool stores the task instances corresponding informance for performing completion to the task history being pre-created In table.
  6. A kind of 6. task management device, it is characterised in that including:
    Task generates thread, is used for:Determine to need performing for task in preset time period, and generate corresponding task instances;
    Task scan thread, is used for:Determine to be currently needed for the task instances performed in the task instances, and notify tasks carrying Person's thread pool handles the task instances;
    The performer thread pool, is used for:Distribution thread performs the task instances for being currently needed for performing.
  7. 7. device according to claim 6, it is characterised in that the task generation thread includes:
    Task generation unit, is used for:Poll reads pre-set task allocation list, and determines to store in the task allocation list , the corresponding task of corresponding with preset time period task configuration information be the needing to perform in preset time period of the task.
  8. 8. device according to claim 6, it is characterised in that the task generation thread further includes:
    First storage unit, is used for:After the task generation thread generates corresponding task instances, by the task instances of generation Corresponding informance is stored into the task instances table being pre-created;
    The task scan thread includes:
    Task scan unit, is used for:The task scan thread poll reads the task instances table, and determines that the task is real The task instances that the time that task instances corresponding informance includes described in example table is more than or equal to current time are to be currently needed for The task instances of execution.
  9. 9. device according to claim 8, it is characterised in that the performer thread pool further includes:
    Unit is deleted, is used for:After the performer thread pool distribution thread performs the task instances for being currently needed for performing, The task instances corresponding informance completed will be performed by being deleted in the task instances table.
  10. 10. device according to claim 9, it is characterised in that the performer thread pool further includes:
    Second storage unit, is used for:The performer thread pool distribution thread performs the task instances for being currently needed for performing Afterwards, the task instances corresponding informance for performing completion is stored into the task history lists being pre-created.
CN201711260046.7A 2017-12-04 2017-12-04 A kind of task management method and device Pending CN107943574A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711260046.7A CN107943574A (en) 2017-12-04 2017-12-04 A kind of task management method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711260046.7A CN107943574A (en) 2017-12-04 2017-12-04 A kind of task management method and device

Publications (1)

Publication Number Publication Date
CN107943574A true CN107943574A (en) 2018-04-20

Family

ID=61947533

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711260046.7A Pending CN107943574A (en) 2017-12-04 2017-12-04 A kind of task management method and device

Country Status (1)

Country Link
CN (1) CN107943574A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109254838A (en) * 2018-08-21 2019-01-22 中邮科通信技术股份有限公司 A kind of automation task based on JAVA BeanShell
CN109298988A (en) * 2018-07-20 2019-02-01 山东中创软件商用中间件股份有限公司 A kind of acquisition methods and relevant apparatus of cluster instance state
CN109597753A (en) * 2018-10-22 2019-04-09 平安科技(深圳)有限公司 Method, apparatus, computer equipment and the storage medium of interface testing
CN110750340A (en) * 2018-07-24 2020-02-04 北京京东尚科信息技术有限公司 Method, system, equipment and storage medium for scheduling task parallel execution
CN115033292A (en) * 2022-06-16 2022-09-09 北京火山引擎科技有限公司 Model training method and device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101887381A (en) * 2010-06-22 2010-11-17 北京伟库电子商务科技有限公司 Method and device for configuring timing tasks based on Quartz frame
US20140053157A1 (en) * 2012-08-16 2014-02-20 Microsoft Corporation Asynchronous execution flow
CN104391696A (en) * 2014-11-13 2015-03-04 中国建设银行股份有限公司 Automatic task processing method and device
CN106648858A (en) * 2016-11-29 2017-05-10 深圳市捷顺科技实业股份有限公司 Interactive management system for C# interface data
CN106775985A (en) * 2016-12-26 2017-05-31 中国建设银行股份有限公司 A kind of batch processing task dispatching method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101887381A (en) * 2010-06-22 2010-11-17 北京伟库电子商务科技有限公司 Method and device for configuring timing tasks based on Quartz frame
US20140053157A1 (en) * 2012-08-16 2014-02-20 Microsoft Corporation Asynchronous execution flow
CN104391696A (en) * 2014-11-13 2015-03-04 中国建设银行股份有限公司 Automatic task processing method and device
CN106648858A (en) * 2016-11-29 2017-05-10 深圳市捷顺科技实业股份有限公司 Interactive management system for C# interface data
CN106775985A (en) * 2016-12-26 2017-05-31 中国建设银行股份有限公司 A kind of batch processing task dispatching method and device

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109298988A (en) * 2018-07-20 2019-02-01 山东中创软件商用中间件股份有限公司 A kind of acquisition methods and relevant apparatus of cluster instance state
CN110750340A (en) * 2018-07-24 2020-02-04 北京京东尚科信息技术有限公司 Method, system, equipment and storage medium for scheduling task parallel execution
CN109254838A (en) * 2018-08-21 2019-01-22 中邮科通信技术股份有限公司 A kind of automation task based on JAVA BeanShell
CN109254838B (en) * 2018-08-21 2021-11-23 中邮科通信技术股份有限公司 JAVA-based automation task of BeanShell
CN109597753A (en) * 2018-10-22 2019-04-09 平安科技(深圳)有限公司 Method, apparatus, computer equipment and the storage medium of interface testing
CN115033292A (en) * 2022-06-16 2022-09-09 北京火山引擎科技有限公司 Model training method and device

Similar Documents

Publication Publication Date Title
CN107943574A (en) A kind of task management method and device
CN106557363A (en) A kind of system and method for big data task scheduling
CN101882161B (en) Application level asynchronous task scheduling system and method
CN106293950B (en) A kind of resource optimization management method towards group system
US8954971B2 (en) Data collecting method, data collecting apparatus and network management device
CN104915259A (en) Task scheduling method applied to distributed acquisition system
CN107918556A (en) A kind of timed task performs method and apparatus in the parallel of multiple servers
CN102467532A (en) Task processing method and task processing device
CN102662725B (en) Event-driven high concurrent process virtual machine realization method
CN111367693B (en) Method, system, device and medium for scheduling plug-in tasks based on message queue
CN103593229A (en) Integrating and uniform dispatching frame of heterogeneous cloud operation systems and dispatching method thereof
CN105450684B (en) Cloud computing resource scheduling method and system
CN113254010A (en) Visual DAG workflow task scheduling system and operation method thereof
CN108988495A (en) A kind of micro-capacitance sensor power dispatching method and system based on block chain
CN109800081A (en) A kind of management method and relevant device of big data task
CN107656804B (en) Process pool system and method
De et al. Task management in the new ATLAS production system
CN108512782A (en) Accesses control list is grouped method of adjustment, the network equipment and system
CN105791166A (en) Load balanced distribution method and system
CN105653556B (en) Data aging method and device
CN101149680A (en) Dynamically changing, graphic configuration resource management method
CN100442709C (en) Apparatus operation method in network management system
CN105337764A (en) Equipment resource information acquisition method
CN106598726A (en) Multi-task management system and distributed deployment method thereof
CN109710679A (en) Data pick-up 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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20180420