Changes between Version 8 and Version 9 of BackendPrograms


Ignore:
Timestamp:
Nov 26, 2008, 11:07:08 AM (15 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BackendPrograms

    v8 v9  
    4141== Transitioner == #transitioner
    4242
    43 This program is supplied by BOINC and is application independent. It handles state transitions of workunits and results. It generates initial results for workunits, and generates more results when timeouts or errors occur.
     43This program is supplied by BOINC and is application independent.
     44It handles state transitions of workunits and results.
     45It generates initial results for workunits,
     46and generates more results when timeouts or errors occur.
     47Options:
     48
     49 -sleep_interval N:: sleep N seconds if nothing to do (default 5)
     50 -one_pass:: do one pass, then exit
     51 -d N:: debug level N (1, 2, 3=most verbose)
     52 -mod n i:: process only WUs with (id mod n) == i
     53
    4454
    4555== Validator == #validator