Title :
Testing Interval Trees for Real-Time Scheduling Systems
Author :
Hu, Xinfa ; Leung, Joseph Y -T
Author_Institution :
Dept. of Comput. Sci., New Jersey Inst. of Technol., Newark, NJ
Abstract :
In real-time systems, the efficiency of scheduling modules (SM) is of critical importance. While efficient algorithms result in efficient SMs, this will not occur without appropriate implementations of the algorithms. Moreover, an algorithm with good implementation could further improve the efficiency of the SM. Therefore, creative implementations of algorithms are well worthy of exploring. In this paper, we propose novel data structures (i.e., testing interval trees (TIT)) to help build efficient algorithms for schedulability test and admission control in some real-time SMs. With the testing interval tree for vacancy analysis (TIT-V), the complexities of the schedulability tests in a class of parallel/distributed real-time systems can be effectively reduced from O(m2nlogn) to O(mlogn+mlogm) (where m is the number of processors, and n is the number of tasks). Similarly, with the testing interval tree for release time and laxity analysis (TIT-RL), the complexity of the online admission control in a uni-processor based real-time system can be reduced from O(n2) to O(nlogn) (where n is the number of tasks). Furthermore, the TIT-RL tree can also be applied to a class of parallel/distributed real-time systems. Therefore, the TIT trees are effective approaches to building efficient real-time SMs.
Keywords :
computational complexity; data structures; processor scheduling; trees (mathematics); admission control; data structure; distributed real-time systems; laxity analysis; parallel real-time systems; real-time scheduling systems; release time analysis; schedulability test; scheduling module; testing interval trees; uni-processor based real-time system; vacancy analysis; Admission control; Computer science; Processor scheduling; Real time systems; Resource management; Samarium; System performance; System testing; Tree data structures; USA Councils; Admision Control; Complexity; Feasibility Test; Schedulability Test; Testing Interval Tree;
Conference_Titel :
Embedded and Real-Time Computing Systems and Applications, 2008. RTCSA '08. 14th IEEE International Conference on
Conference_Location :
Kaohsiung
Print_ISBN :
978-0-7695-3349-0
DOI :
10.1109/RTCSA.2008.35