Changes between Version 15 and Version 16 of BackendPrograms
- Timestamp:
- May 30, 2014, 7:26:17 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackendPrograms
v15 v16 17 17 Sets the verbosity level. 1=low ... 4=high. 18 18 --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:: 19 21 Handle only workunits for which mod(id, n) = i. This lets you run the feeder on arbitrarily many machines. 20 22 --random_order :: 21 23 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+) 22 26 --priority_order:: 23 27 Enumerate work items in order of decreasing result.priority … … 55 59 --one_pass:: do one pass, then exit 56 60 -d N:: debug level N (1 .. 4 = most verbose) 57 --mod n i:: process only WUs with (id mod n) == i61 --mod n i:: process only workunits with (id mod n) == i