:: Re: [DNG] Youtube is slow and adver…
Top Page
Delete this message
Reply to this message
Author: Ken Dibble
Date:  
To: dng
Subject: Re: [DNG] Youtube is slow and advertisement laden: Was: Early Days at Bell Labs - Youtube, the systemd of video
On 1/19/22 9:44 AM, Andrew McGlashan via Dng wrote:
>
> On 17/1/22 1:54 pm, Ken Dibble wrote:
>> Or just install tsp and submit the download commands to the queue.
> What is "tsp" ?
> _______________________________________________
> Dng mailing list
> Dng@???
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


for some reason the deb is named task-spooler

once installed you invoke it by its' binary name tsp


My fault for not being clearer.

You can search the web for lots of examples of using it.

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.


Regards,

Ken