Changes between Version 5 and Version 6 of PortalFeatures
- Timestamp:
- Jun 13, 2011, 2:52:57 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PortalFeatures
v5 v6 1 [[PageOutline]] 2 1 3 = BOINC support for science portals = 2 4 … … 189 191 Goals: 190 192 * Give short batches priority over long batches 191 * But don't let a long stream of short batches starve long ones192 * Enforce quotas over long term193 * But don't let a long stream of short batches starve long batches 194 * Enforce quotas over the long term 193 195 194 196 For each user U, we maintain a "logical start time" LST(U). 195 197 LST(U) is always at least the current time. 196 198 197 When U submits a batch B, LST(U) is incremented by an amount199 When U submits a batch B, LST(U) is incremented by 198 200 199 201 R / share(U) … … 206 208 LST(U) + R 207 209 208 Priority is given to the batchfor which LET(B) is least.210 Priority is given to batches for which LET(B) is least.