Tasks priority dynamic dispatching algorithm
A dynamic scheduling algorithm and task priority technology, applied in the direction of multi-programming devices, etc., can solve the problem of tasks exceeding the deadline, and achieve the effect of increasing the success rate of scheduling, reducing the average delay, and improving fairness.
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0040] Specific embodiments of the present invention will be described in detail below in conjunction with the accompanying drawings.
[0041] In a specific implementation manner, the pseudocode of the data structure of the utilized task is:
[0042] Struct task{
[0043] Unsigned long p;
[0044]Unsigned long e;
[0045] Unsigned long d;
[0046] Unsigned long deadline;
[0047] Unsigned long resume_time;
[0048] Long state;
[0049] / *other attributes* /
[0050]};
[0051] There are some internal variables of the above structure in the attributes of the task task. In the above, the state variable state of the task has two attributes: one is active and the other is inactive.
[0052] A task priority dynamic scheduling algorithm, comprising the following steps:
[0053] (1) According to whether the scheduled task is completed within this period, mark the state of the task as active and inactive respectively, and calculate resume_time as the next release...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com