<?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="Busy waiting - Page 2 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Busy_waiting&amp;p=1">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Busy_waiting&amp;p=3">3.Next</a>
</p>
<p>that was necessary on systems that lacked a method of waiting a specific length of time. Processor speeds vary greatly from computer to computer, especially as some processors are designed to dynamically adjust speed based on current workload. Consequently, spinning as a time-delay technique can produce inconsistent or even unpredictable results on different systems unless code is included to determine the time a processor takes to execute a "do nothing" <a href="page.php?w=Control_flow">loop</a>, or the looping code explicitly checks a <a href="page.php?w=real-time_clock">real-time clock</a>.</p><p>
<a accesskey="1" href="page.php?w=Busy_waiting&amp;p=1">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Busy_waiting&amp;p=3">3.Next</a>
</p>

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

</card>
</wml>
