Changes between Version 1 and Version 2 of BackendPrograms
- Timestamp:
- Apr 24, 2007, 2:59:50 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackendPrograms
v1 v2 43 43 == Validator == 44 44 45 There is one validator per application. It compares redundant results and selects a canonical result representing the correct output, and a canonical credit granted to users and hosts that return the correct output. Depending on your application, you may be able to use a BOINC-supplied validator, or you may have to develop a customized validator; [ValidationIntro details are here].45 There is one validator per application. It compares redundant results and selects a canonical result representing the correct output, and a canonical credit granted to users and hosts that return the correct output. Depending on your application, you may be able to use a BOINC-supplied validator, or you may have to [ValidationIntro develop a customized validator]. 46 46 47 47 == Assimilator == 48 48 49 There is one assimilator per application. It handles workunits that are 'completed': that is, that have a canonical result or for which an error condition has occurred. Handling a successfully completed result might involve record results in a database and perhaps generating more work. 49 There is one assimilator per application. It handles workunits that are 'completed': that is, that have a canonical result or for which an error condition has occurred. Handling a successfully completed result might involve record results in a database and perhaps generating more work. See [AssimilateIntro more details]. 50 50 51 51 == File deletion ==