2

Is there a lightweight queue manager for Kubuntu? Something like torque, but as I understand it - torque works for clusters only - while I want the similar thing for my laptop.

The problem is - I'd like to start a job only if the previous jobs have finished. So I need a program which will queue the jobs, and run the next one once the previous have finished.

Bryce
  • 4,740
Adobe
  • 3,971

1 Answers1

3

You could use Redis, which is lightweight and simple. I would refer you to this question on StackOverflow, which contains a few good links.

Pierre Carrier
  • 1,215
  • 10
  • 11