This script is for Slackware 13.37 only and may be outdated.

SlackBuilds Repository

13.37 > System > ts (0.7.1)

Task spooler is a Unix batch system where the tasks spooled run one after
the other. The amount of jobs to run at once can be set at any time. Each
user in each system has his own job queue. The tasks are run in the correct
context (that of enqueue) from any shell/process, and its output/results
can be easily watched. It is very useful when you know that your commands
depend on a lot of RAM, a lot of disk use, give a lot of output, or for
whatever reason it's better not to run them all at the same time, while you
want to keep your resources busy for maximum benfit. Its interface allows
using it easily in scripts.

Features

Task Spooler allows one to:

* Queue jobs from different terminals.
* Use it locally in the machine (not as in network queues).
* Have a good way of seeing the output of the processes (tail,
errorlevels, ...).
* Easy use: almost no configuration.
* Easy to use in scripts.

At the end, after some time using and developing ts, it can do something
more:

* It works in GNU systems with the GNU c compiler (Linux, Darwin,
Cygwin, FreeBSD, etc).
* No configuration at all for a simple queue.
* Good integration with renice, kill, etc. (through `ts -p` and process
groups).
* Have any amount of queues identified by name, writting a simple
wrapper script for each (I use ts2, tsio, tsprint, etc).
* Control how many jobs may run at once in any queue (taking profit of
multicores).
* It never removes the result files, so they can be reached even after
we've lost the ts task list.
* Transparent if used as a subprogram with -nf.

Maintained by: Richard Ellis
Keywords: task,spooler,batch,queue
ChangeLog: ts

Homepage:
http://vicerveza.homeunix.net/~viric/soft/ts/

Source Downloads:
ts-0.7.1.tar.gz (3d4620a8b24f897546115701c21ea800)

Download SlackBuild:
ts.tar.gz
ts.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
slack-desc
ts.SlackBuild
ts.info

Validated for Slackware 13.37

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds