Changes between Version 13 and Version 14 of BackendPrograms


Ignore:
Timestamp:
Dec 5, 2010, 10:16:09 AM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BackendPrograms

    v13 v14  
    1515
    1616 -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::
    1919        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 ::
    2121        Enumerate work items in order of increasing result.random
    22  -priority_order::
     22 --priority_order::
    2323        Enumerate work items in order of decreasing result.priority
    24  -priority_order_create_time::
     24 --priority_order_create_time::
    2525        Enumerate work items in order of decreasing result.priority, then increasing workunit.id
    26  -sleep_interval N::
     26 --sleep_interval N::
    2727        Sleep N seconds if nothing to do
    28  -allapps::
     28 --allapps::
    2929   Interleave work items from all applications.
    3030   Weight applications according to the value of their 'weight' field;
     
    3232   Without this option, runnable results are enumerated in an indeterminate order,
    3333   and there may be periods when only results from one application are available for sending.
    34  -purge_stale X::
     34 --purge_stale X::
    3535        remove work items from the shared memory segment that have been there for longer than x minutes but haven't been assigned
    3636 -appids N1, N2, ... ::
     
    5050Options:
    5151
    52  -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, 2, 3=most verbose)
    55  -mod n i:: process only WUs with (id mod n) == i
     52 --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