*** empty log message ***

svn path=/trunk/boinc/; revision=3833
This commit is contained in:
Daniel Hsu 2004-07-09 18:41:33 +00:00
parent e11033d3b7
commit 61ee3dea57
1 changed files with 7 additions and 2 deletions

View File

@ -203,14 +203,19 @@ foreach task T
<h2>Work fetch policy</h2>
<p>
The CPU scheduler is at its best when projects always have runnable
results.
When the CPU scheduler chooses to run a project without a runnable
result, we say the CPU scheduler is 'starved'.
<p>
The work fetch policy has the following goal:
<ul>
<li>
Maintain sufficient work so that the CPU scheduler
is never 'starved' (i.e. a result is available for
a particular project when one is needed).
is never starved.
<li>
More specifically:
given a 'connection period' parameter T (days),