Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: File locking within zsh?
- X-seq: zsh-users 10243
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: File locking within zsh?
- Date: Wed, 10 May 2006 20:41:31 -0700
- In-reply-to: <ltejz1sfj1.fsf@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <87r7324zyh.fsf@xxxxxxxxxx> <ltd5emv9lh.fsf@xxxxxxxxxxxxxxxxxx> <009101c673f7$06b3f090$6500000a@venti> <877j4ujizh.fsf@xxxxxxxxxx> <ltejz1sfj1.fsf@xxxxxxxxxxxxxxxxxx>
On May 10, 6:04pm, Tim Writer wrote:
}
} IIRC, zsh avoids forking in subshells but don't most
} shells implement subshells with fork()?
Zsh forks for subshells, too. It may avoid an *additional* fork when
the only thing the subshell does is execute an external command, but
it always forks at least once.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author