12 | | * After some queueing delay due to other jobs in progress, it executes the job, then uploads its output files. |
13 | | * It reports the completed job, possible after an additional delay (whose purpose is to reduce the rate of scheduler requests). |
14 | | * A '''validator''' program checks the output files, perhaps comparing replicas. |
15 | | * When a valid instance is found, an '''assimilator''' program handles the results (e.g., by inserting them in a separate database). |
| 12 | * 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). |
| 14 | * A '''validator''' (a program you supply) checks the output files, perhaps comparing replicas. |
| 15 | * When a valid instance is found, an '''assimilator''' (a program you supply) handles the results, e.g., by inserting them in a separate database. |