freebsd-ports/sysutils/ts/pkg-descr
Dmitry Sivachenko 420a923ef0 Update to 0.7.4
PR:		183948
Submitted by:	olgeni

(also remove obsolete check for NOPORTDOCS, it is handled automatically via
staging).
2013-11-14 08:39:59 +00:00

9 lines
499 B
Text

task spooler is a Unix batch system where the tasks spooled run one
after the other. 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 at the same time.
WWW: http://vicerveza.homeunix.net/~viric/soft/ts/