Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: unable to wait on completed job
- X-seq: zsh-users 14617
- From: Greg Klanderman <gak@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: unable to wait on completed job
- Date: Mon, 30 Nov 2009 10:36:59 -0500
- In-reply-to: <091129211436.ZM1769@xxxxxxxxxxxxxxxxxxxxxx> (Bart Schaefer's message of "Sun, 29 Nov 2009 21:14:36 -0800")
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <19213.26295.345572.732238@xxxxxxxxxxxxxxxxxx> <200911251748.nAPHmrCX010198@xxxxxxxxxxxxxx> <m3638sr72x.fsf_-_@xxxxxxxxxxxxxx> <091129211436.ZM1769@xxxxxxxxxxxxxxxxxxxxxx>
- Reply-to: gak@xxxxxxxxxxxxxx
Thank you Bart for the detailed investigation. I can work around the
problem for now. I remembered you mentioning zargs the other day, and
went to look how it handles parallel execution but it's not too smart
about managing jobs.
> In any case this is one of those places where zsh does not claim full
> compatibility with POSIX.
> "Fixing" this may be a fairly convoluted change to the already somewhat
> baroque job table management code.
So is this something you think needs to get fixed, would be nice to
fix, or not worth it? Seems like you really need this if you want to
be able to manage parallel job execution.
Would also be nice if there were a way to test job status without
actually waiting. I'm currently using 'kill -0'.. but maybe I can
use the jobstates parameter from the zsh/parameter module, will look
into that.
thanks,
Greg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author