The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

sreview-dispatch - Watch the database for talks that need work done, and schedule jobs for them

SYNOPSIS

sreview-dispatch

DESCRITPION

sreview-dispatch is the central script for SReview. It can be used in two ways:

  1. Either you run it with gridengine as the external scheduler. This is the recommended way of using SReview. In this mode of operation, sreview-dispatch should be run once in the entire network.

  2. Or you run it with no external scheduler. This has not been tested much. In this mode of operation, it is recommended that the query_limit configuration parameter is set to a nonzero value, so that individual sreview-dispatch instances do not take all the work, keeping all the other instances idle. In this mode of operation, one sreview-dispatch instance should be run per CPU core on every machine that is used for transcoding.

OPTIONS

None. sreview-dispatch uses the system-wide SReview configuration. For more information, see sreview-config