linux-admin.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
  • * Re: a command "spool", ie queueing commands?
           [not found] <1122963263l.32575l.0l@hyttynen>
           [not found] ` <60a7468905080200315678d209@mail.gmail.com>
    @ 2005-08-09  0:54 ` Mike Castle
      1 sibling, 0 replies; 6+ messages in thread
    From: Mike Castle @ 2005-08-09  0:54 UTC (permalink / raw)
      To: linux-admin
    
    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
    
    ^ permalink raw reply	[flat|nested] 6+ messages in thread

  • end of thread, other threads:[~2005-08-09  0:54 UTC | newest]
    
    Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [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 ` a command "spool", ie queueing commands? Mike Castle
    

    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).