Changes between Version 15 and Version 16 of BackendPrograms


Ignore:
Timestamp:
May 30, 2014, 7:26:17 AM (10 years ago)
Author:
Christian Beer
Comment:

updated to reflect current code

Legend:

Unmodified
Added
Removed
Modified
  • BackendPrograms

    v15 v16  
    1717        Sets the verbosity level. 1=low ... 4=high.
    1818 --mod n i::
     19        Handle only results for which mod(id, n) = i. This lets you run the feeder on arbitrarily many machines.
     20 --wmod n i::
    1921        Handle only workunits for which mod(id, n) = i. This lets you run the feeder on arbitrarily many machines.
    2022 --random_order ::
    2123        Enumerate work items in order of increasing result.random
     24 --random_order_db ::
     25        Use ''rand(sysdate())'' to order work items from the DB (only available in MySQL 5+)
    2226 --priority_order::
    2327        Enumerate work items in order of decreasing result.priority
     
    5559 --one_pass:: do one pass, then exit
    5660 -d N:: debug level N (1 .. 4 = most verbose)
    57  --mod n i:: process only WUs with (id mod n) == i
     61 --mod n i:: process only workunits with (id mod n) == i