Method and device for processing tasks
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- CHINA ELECTRIC POWER RES INST
- Publication Date
- 2010-06-02
- Estimated Expiration
- Not applicable · inactive patent
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The present invention relates to the field of computer technology, in particular to a method and device for processing tasks. Background technique
[0002] With the development of information technology, a large number of information systems have been put into use. In order to meet the orderliness of the work, when a large number of information systems exist, it is necessary to schedule the tasks in these information systems, and then execute these tasks.
[0003] Existing Java applications use a timer framework to schedule tasks. The main thread registers tasks, and the tasks registered by the main thread all have their own execution time. For the frontmost task, if it is judged that the current time does not exceed the execution time of the obtained task, then the task is executed.
[0004] During the research process, the inventor found that the existing scheme for scheduling and executing tasks has at least the following disadvantages: if the exe...