<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
&gt;&gt; Note if you are iobound this is NOT your solution, however....<br>
&gt;<br>
&gt; Can you explain this?<br>
<br>
</div>Your CPU is actually only ever running one program at a time (with the<br>
exception of hyper-threading). The way multitasking is done is the CPU<br>
is interupted at regular intervals and it decides which program to run<br>
during the next interval. Usually it does this switching frequently<br>
enough that it is seemless to you. It appears that all of your apps<br>
are running at the same time, when in reality they are each taking<br>
turns at the CPU. When you renice a program you tell the CPU to give<br>
that program lower priority and it won&#39;t get as much time on the CPU<br>
as programs with higher priority.<br>
<br>
If you are not CPU bound but are I/O bound then renice will happily<br>
let your program have all the time it needs on the CPU and thus you<br>
will still have I/O problem.</blockquote><div><br>Thanks a bunch, that&#39;s good info for me! So basically if the process isn&#39;t a CPU hog like f@h, but rather something that&#39;s using the HD, then renice isn&#39;t useful for /that/, right? That&#39;s good to know for future issues.<br>

<br>Thanks<br>Bob <br></div></div><br>