Changes between Version 2 and Version 3 of ClientSchedOctTen
- Timestamp:
- Oct 26, 2010, 1:57:32 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClientSchedOctTen
v2 v3 110 110 }}} 111 111 112 Where A and B are parameters, probably around 1.112 where A and B are parameters, probably around 1. 113 113 114 114 === Job scheduling === … … 119 119 To accomplish this, as each job is scheduled we update 120 120 RAF(P) as if the job had run for one scheduling period. 121 The job-scheduling priority is then 122 {{{ 123 JSP(P) = share(P) - (RAC(P) + C*RAF(P)) 124 }}} 125 where C is a parameter, probably around 1.