Changes between Version 2 and Version 3 of ClientSchedOctTen


Ignore:
Timestamp:
Oct 26, 2010, 1:57:32 PM (14 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClientSchedOctTen

    v2 v3  
    110110}}}
    111111
    112 Where A and B are parameters, probably around 1.
     112where A and B are parameters, probably around 1.
    113113
    114114=== Job scheduling ===
     
    119119To accomplish this, as each job is scheduled we update
    120120RAF(P) as if the job had run for one scheduling period.
     121The job-scheduling priority is then
     122{{{
     123JSP(P) = share(P) - (RAC(P) + C*RAF(P))
     124}}}
     125where C is a parameter, probably around 1.