Changes between Version 13 and Version 14 of BackendPrograms
- Timestamp:
- Dec 5, 2010, 10:16:09 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackendPrograms
v13 v14 15 15 16 16 -d N:: 17 Sets the verbosity level. 1=low ... 3=high.18 - mod n i::17 Sets the verbosity level. 1=low ... 4=high. 18 --mod n i:: 19 19 Handle only workunits for which mod(id, n) = i. This lets you run the feeder on arbitrarily many machines. 20 - random_order ::20 --random_order :: 21 21 Enumerate work items in order of increasing result.random 22 - priority_order::22 --priority_order:: 23 23 Enumerate work items in order of decreasing result.priority 24 - priority_order_create_time::24 --priority_order_create_time:: 25 25 Enumerate work items in order of decreasing result.priority, then increasing workunit.id 26 - sleep_interval N::26 --sleep_interval N:: 27 27 Sleep N seconds if nothing to do 28 - allapps::28 --allapps:: 29 29 Interleave work items from all applications. 30 30 Weight applications according to the value of their 'weight' field; … … 32 32 Without this option, runnable results are enumerated in an indeterminate order, 33 33 and there may be periods when only results from one application are available for sending. 34 - purge_stale X::34 --purge_stale X:: 35 35 remove work items from the shared memory segment that have been there for longer than x minutes but haven't been assigned 36 36 -appids N1, N2, ... :: … … 50 50 Options: 51 51 52 - sleep_interval N:: sleep N seconds if nothing to do (default 5)53 - one_pass:: do one pass, then exit54 -d N:: debug level N (1 , 2, 3=most verbose)55 - mod n i:: process only WUs with (id mod n) == i52 --sleep_interval N:: sleep N seconds if nothing to do (default 5) 53 --one_pass:: do one pass, then exit 54 -d N:: debug level N (1 .. 4 = most verbose) 55 --mod n i:: process only WUs with (id mod n) == i