slackbuilds_ponce/system/xjobs
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
README system/xjobs: Added to 12.1 repository 2010-05-11 22:55:39 +02:00
slack-desc system/xjobs: Updated for version 20110730. 2012-01-13 14:43:33 -06:00
xjobs.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
xjobs.SlackBuild system/xjobs: Updated for version 20110730. 2012-01-13 14:43:33 -06:00

xjobs reads job descriptions line by line and executes them in parallel. It
limits the number of parallel executing jobs and starts new jobs when jobs
finish. Therefore, it combines the arguments from every input line with the
utility and arguments given on the command line. If no utility is given as
an argument to xjobs, then the first argument on every job line will be used
as utility. To execute utility xjobs searches the directories given in the
PATH environment variable and uses the first file found in these directories.

xjobs is most useful on multiprocessor machines when one needs to execute
several time consuming commands that could possibly be run in parallel. With
xjobs this can be achieved easily, and it is possible to limit the load of
the machine to a useful value. It works similar to xargs, but starts several
processes simultaneously and gives only one line of arguments to each utility
call.