Improving Waiting Time of Tasks Scheduled Under Preemptive Round Robin Using Changeable Time Quantum
Samih Mohemmed Mostafa

TL;DR
This paper introduces a Changeable Time Quantum (CTQ) method combined with round-robin scheduling to adapt quantum sizes based on task burst times, reducing waiting and turnaround times while lowering context switches.
Contribution
The paper proposes a novel CTQ approach that dynamically adjusts the time quantum in round-robin scheduling based on task burst times, improving efficiency.
Findings
Lower average waiting time and turnaround time.
Reduced number of context switches.
Improved scheduling efficiency.
Abstract
Minimizing waiting time for tasks waiting in the queue for execution is one of the important scheduling cri-teria which took a wide area in scheduling preemptive tasks. In this paper we present Changeable Time Quan-tum (CTQ) approach combined with the round-robin algorithm, we try to adjust the time quantum according to the burst times of the tasks in the ready queue. There are two important benefits of using (CTQ) approach: minimizing the average waiting time of the tasks, consequently minimizing the average turnaround time, and keeping the number of context switches as low as possible, consequently minimizing the scheduling overhead. In this paper, we consider the scheduling problem for preemptive tasks, where the time costs of these tasks are known a priori. Our experimental results demonstrate that CTQ can provide much lower scheduling overhead and better scheduling criteria.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Queuing Theory Analysis · Real-Time Systems Scheduling · Network Traffic and Congestion Control
