zsh-users
 help / color / mirror / code / Atom feed
From: Andre Pang <andrep-ml@vjolnir.org>
To: Oliver Kiddle <opk@u.genie.co.uk>
Cc: zsh-users@sunsite.auc.dk
Subject: Re: Prompt expansion, multi-job for
Date: Fri, 7 Jan 2000 01:54:33 +1100	[thread overview]
Message-ID: <20000107015433.B333@bozar.ihug.com.au> (raw)
In-Reply-To: <3874847D.A2ED4AE3@u.genie.co.uk>; from opk@u.genie.co.uk on Thu, Jan 06, 2000 at 12:03:09PM +0000

On Thu, Jan 06, 2000 at 12:03:09PM +0000, Oliver Kiddle wrote:

> Andre Pang wrote:
> 
> >     2) Is there any way to emulate make's -jn option in the for command?
> > This would be *really* useful for SMP systems.  Currently, doing something
> > like "for i in ***/***.wav; do l3enc $i; done" doesn't take advantage of
> > multiple CPUs (on a Linux system, at least); hacking the for command to
> > accept a 'make -j'-like parameter (eg: for -j2 i in *; do l3enc $i; done)
> > would allow us lucky ones who have SMP systems to do many things similar to
> > the above without going mad and writing silly Makefiles simply so we can
> > utilise make -j.  If someone's written a function to do this already (Bart?
> > ;) it'd be *very* cool.
> 
> If I'm not mistaken, you should be able to do this by running l3enc as a
> background process, i.e. for i in *.wav; do l3enc $i& done. I haven't
> got an SMP system available to me to test but I'd assume that it would
> allocate different l3enc processes to different processors. Putting the

    Yes, you're right there.  I've done this a few times when I've had < 15
jobs to run, but today, I did a 'for i in ***/***.wav; do shorten $i; done',
and I have easily >200 .wavs which I wanted to compress.  Running 200
background processes isn't my idea of fun :).

> a maximum of 4 l3encs at once. This would be a bit messy to implement in
> Zsh (compared to something like Ada) but can be done.

    Which brings me back to my original question - if someone has a function
to do this already, I'll be most happy.  I'm just not sure whether it's
possible to make a function which can emulate the behaviour of the for
command perfectly, because it's treated as a complex command and not as a
function.  I'm thinking that the only way to implement this gracefully would
be to either (a) change the syntax of the new function, thus having a for
command with a different syntax - annoying[1], or (b) modify the zsh source
to deal with it, which I would love to do, but I lack the skill for.

    Suggestions, guys?

    [1] Perhaps the closest you'd get is ``jfor -2 i in * do 'l3enc -q $i;
echo done $i' done'' -- note the lack of semicolons and the single quotes
around the commands to run.  Even then, the syntax is different from normal
for.  Syntax change == bad.


-- 
: Andre Pang <andrep@vjolnir.org> - Purruna Pty Ltd - ph# 0411.882299 :
:               #ozone - http://www.vjolnir.org/ozone/                :


  parent reply	other threads:[~2000-01-06 14:52 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-01-06  8:44 Andre Pang
2000-01-06 12:03 ` Oliver Kiddle
2000-01-06 14:19   ` Thomas Köhler
2000-01-06 15:21     ` Oliver Kiddle
     [not found]       ` <14452.47479.5744.410474@gargle.gargle.HOWL>
2000-01-06 17:47         ` Oliver Kiddle
2000-01-09  0:59       ` Bart Schaefer
2000-01-06 14:54   ` Andre Pang [this message]
2000-01-06 12:44 ` Andrej Borsenkow
2000-01-06 14:46   ` Andre Pang
2000-01-06 20:18 ` Peter Stephenson
2000-01-06 11:41 Sven Wischnowsky

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=20000107015433.B333@bozar.ihug.com.au \
    --to=andrep-ml@vjolnir.org \
    --cc=andrep@vjolnir.org \
    --cc=opk@u.genie.co.uk \
    --cc=zsh-users@sunsite.auc.dk \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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