Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: execcmd() reordering
- X-seq: zsh-workers 1232
- From: "Barton E. Schaefer" <schaefer@xxxxxxxxxxxxxx>
- To: Zoltan Hidvegi <hzoli@xxxxxxxxxx>, pws@xxxxxx (Peter Stephenson), zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: execcmd() reordering
- Date: Thu, 30 May 1996 11:26:25 -0700
- In-reply-to: Zoltan Hidvegi <hzoli@xxxxxxxxxx> "Re: execcmd() reordering" (May 30, 8:00pm)
- References: <199605301800.UAA31169@xxxxxxxxxxxxxxxxx>
- Reply-to: schaefer@xxxxxxxxxxxxxx
On May 30, 8:00pm, Zoltan Hidvegi wrote:
} Subject: Re: execcmd() reordering
}
} > 6) globbing is expanded before the fork. Other than getting the
} > prompt back an iota later when running background commands, I don't
} > see this is a big deal. One thing which seems to be a plus is that
} > failures to match are now handled synchronously for background
} > commands:
}
} Also it makes debugging much easier. Now prefork is really a historic
} name. There used to be prefork and postfork and a lot of substitutions had
} been done in the later.
Hmm; Is this going to cause a problem with stuff like:
zsh% (sleep 1 ; touch brandnewfile;) & (sleep 3; echo brand*;) &
--
Bart Schaefer Vice President, Technology, Z-Code Software
schaefer@xxxxxxxxxx Division of NCD Software Corporation
http://www.well.com/www/barts http://www.ncdsoft.com/ZMail/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author