Changes between Version 4 and Version 5 of DataFlow


Ignore:
Timestamp:
Jun 11, 2008, 4:24:27 AM (16 years ago)
Author:
teleyinex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DataFlow

    v4 v5  
    1111 * Each host downloads the input files.
    1212 * After some queueing delay due to other jobs in progress, the host executes the job, then uploads its output files.
    13  * THe host reports the completed job, possibly after an additional delay (whose purpose is to reduce the rate of scheduler requests).
     13 * The host reports the completed job, possibly after an additional delay (whose purpose is to reduce the rate of scheduler requests).
    1414 * A '''validator''' (a program you supply) checks the output files, perhaps comparing replicas.
    1515 * When a valid instance is found, an '''assimilator''' (a program you supply) handles the results, e.g., by inserting them in a separate database.