Changes between Version 1 and Version 2 of WorkShop09/BatchSched
- Timestamp:
- Nov 3, 2009, 3:02:26 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkShop09/BatchSched
v1 v2 1 {{{ 1 2 2 BOF 2: (BATCH SCHEDULING) 3 3 4 use BOINC's reliable mechanism to improve turn around on important workunits 5 4 6 set server parameters to escalate priority of additional results generated for a workunit, these get sent to clients which return work quickly and reliably 5 7 8 6 9 tell the hosts to communicate with server every X days 10 7 11 if a host doesn't communicate with the server within that time frame (maybe + Y), good chance it's gone 8 12 13 9 14 how can we tell that a computer will be around? 15 10 16 keep track of uptime 17 11 18 many are not around on weekends 12 13 }}}