task spooler 0.5 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News task spooler 0.5 (Default branch)
# 1  
Old 01-17-2008
task spooler 0.5 (Default branch)

Image 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. License: GNU General Public License (GPL) Changes:
This release is mostly bugfixes. It now creates a new session for each program run, so the program PID identifies a whole process group (allowing "kill -- -`ts -p`"). The tail command (-t) has been renewed, so it finishes when the job finishes, similar to -w.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
TASKSEL(8)						      Debian specific manpage							TASKSEL(8)

NAME
tasksel - a user interface for installing tasks SYNOPSIS
tasksel install <task> tasksel remove <task> tasksel [options] DESCRIPTION
tasksel shows all available tasks and allows to user to select ones to install OPTIONS
-t, --test test mode; don't actually install or remove packeges --new-install automatically select some tasks without even displaying them to the user; default other tasks to on; used during new Debian installs. --list-tasks list on stdout the tasks that would be displayed in the tasksel interface --task-packages task lists on stdout the packages that are available and part of the given task Note that this option may be given more than once. --task-desc task outputs the extended description of the given task --debconf-apt-from waypoint Start the debconf-apt-progress bar here. --debconf-apt-to waypoint End the debconf-apt-progress bar here. --debconf-apt-progress options Pass the specified options to the debconf-apt-progress command that tasksel runs. These will be appended to any --from and --to options constructed by tasksel itself based on --debconf-apt-from and --debconf-apt-to options. SEE ALSO
dpkg(8), apt-get(8) FILES
/usr/share/tasksel/*.desc and /usr/local/share/tasksel/*.desc are used to define tasks. AUTHOR
tasksel was written by Randolph Chung <tausq@debian.org> and Joey Hess <joeyh@debian.org> HISTORY
This document first appeared with tasksel-1.0 2.88ubuntu8 2010-07-16 TASKSEL(8)