Tweak math/rocs version 4.14.3_7
[dports.git] / sysutils / xjobs / pkg-descr
1 xjobs reads job descriptions line by line and executes them in parallel. It
2 limits the number of parallel executing jobs and starts new jobs when jobs
3 finish. Therefore, it combines the arguments from every input line with the
4 utility and arguments given on the command line. If no utility is given as an
5 argument to xjobs, then the first argument on every job line will be used as
6 utility. To execute utility xjobs searches the directories given in the PATH
7 environment variable and uses the first file found in these directories.
8
9 xjobs is most useful on multi-processor/core machines when one needs to execute
10 several time consuming command several that could possibly be run in parallel.
11 With xjobs this can be achieved easily, and it is possible to limit the load of
12 the machine to a useful value. It works similar to xargs, but starts several
13 processes simultaneously and gives only one line of arguments to each utility
14 call.
15
16 WWW: http://www.maier-komor.de/xjobs.html