<?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 28 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=scheduling_(computing)&amp;p=27">1.Previous</a><br />
<a accesskey="3" href="page.php?w=scheduling_%28computing%29&amp;p=29">3.Next</a>
</p>
<p>(EDF) or least time to go is a dynamic scheduling algorithm used in real-time operating systems to place processes in a priority queue. Whenever a scheduling event occurs (a task finishes, a new task is released, etc.), the queue will be searched for the process closest to its deadline, which will be the next to be scheduled for execution.</p>

<p><big>Shortest remaining time first </big></p>
<p>Similar to <a href="page.php?w=shortest_job_first">shortest job first</a> (SJF). With this strategy the scheduler arranges processes with the least estimated</p><p>
<a accesskey="1" href="page.php?w=scheduling_(computing)&amp;p=27">1.Previous</a><br />
<a accesskey="3" href="page.php?w=scheduling_%28computing%29&amp;p=29">3.Next</a>
</p>

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

</card>
</wml>
