<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Scheduling (computing) - Page 33 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Scheduling_(computing)&amp;p=32">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Scheduling_%28computing%29&amp;p=34">3.Next</a>
</p>
<p>Starvation of lower-priority processes is possible with large numbers of high-priority processes queuing for CPU time.</p>

<p><big>Round-robin scheduling</big></p>
<p>The scheduler assigns a fixed time unit per process, and cycles through them. If the process completes within that time slice, it gets terminated otherwise, it is rescheduled after giving a chance to all other processes.</p>

<p>
* RR scheduling involves extensive overhead, especially with a small time unit.<br/>
* Balanced throughput between FCFS/FIFO and SJF/SRTF, shorter jobs are completed</p><p>
<a accesskey="1" href="page.php?w=Scheduling_(computing)&amp;p=32">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Scheduling_%28computing%29&amp;p=34">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
