linux-admin.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: dalgoda@ix.netcom.com (Mike Castle)
To: linux-admin@vger.kernel.org
Subject: Re: a command "spool", ie queueing commands?
Date: Mon, 08 Aug 2005 17:54:00 -0700	[thread overview]
Message-ID: <8ebls2xjq3.ln2@thune.mrc-home.org> (raw)
In-Reply-To: 1122963263l.32575l.0l@hyttynen

In article <1122963263l.32575l.0l@hyttynen>, urgrue  <urgrue@tumsan.fi> wrote:
>i realized it would be useful to be able to add commands into a command  
>queue, from where they would get executed in sequence. for example  
>numerous large hard disk-intensive operations would be better executed  
>in sequence rather than at once.
>in other words, exactly like a printer spool, but for commands. you  
>could add commands in, list the queue, and remove from the queue.
>
>does anyone know of something like this?


GNU Queue is one such beast, though unfortunately the released versions no
longer compile in modern environments, and it's currently undergoing an
overhaul.  Find the pages on gnu.org for more details.

These days I use a set of simple bash scripts that do most of what you ask
except for the removal of commands (and you have to keep a command line
window open for each command).  But then, I wrote it for me.  :->

A couple of years ago I saw someone post about writing something similar in
python.  I'm not sure if this ``simple job manager'' at Stanford is it or
not:

http://www.slac.stanford.edu/BFROOT/www/Computing/Distributed/Bookkeeping/SJM/SJMMain.htm

mrc

      parent reply	other threads:[~2005-08-09  0:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1122963263l.32575l.0l@hyttynen>
     [not found] ` <60a7468905080200315678d209@mail.gmail.com>
     [not found]   ` <1122969644l.1939l.0l@hyttynen>
2005-08-02 13:14     ` a command "spool", ie queueing commands? asterr
2005-08-04  0:57     ` Emiliano Castagnari
2005-08-04  7:26       ` urgrue
2005-08-04 11:16         ` Glynn Clements
2005-08-04 16:27           ` command spooling tangent Jim Roy
2005-08-09  0:54 ` Mike Castle [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8ebls2xjq3.ln2@thune.mrc-home.org \
    --to=dalgoda@ix.netcom.com \
    --cc=linux-admin@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).