Changes between Version 1 and Version 2 of BackendPrograms


Ignore:
Timestamp:
Apr 24, 2007, 2:59:50 PM (17 years ago)
Author:
Nicolas
Comment:

Added link to AssimilateIntro

Legend:

Unmodified
Added
Removed
Modified
  • BackendPrograms

    v1 v2  
    4343== Validator ==
    4444
    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].
     45There 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].
    4646
    4747== Assimilator ==
    4848
    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.
     49There 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].
    5050
    5151== File deletion ==