Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bi-directional pipe
- X-seq: zsh-users 10366
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Bi-directional pipe
- Date: Fri, 09 Jun 2006 02:51:43 -0700
- In-reply-to: <44893A14.9040906@xxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <4486CBA2.9030501@xxxxxxxx> <060608202844.ZM10410@xxxxxxxxxxxxxxxxxxxxxx> <44893A14.9040906@xxxxxxxx>
On Jun 9, 11:06am, Guillaume Chazarain wrote:
}
} My solution is to do something like this:
} echo "$LARGE_REQUEST" >&p &
} read REPLY <&p
In that case you don't have only two processes. If one process "knows"
to fork for large writes, that process is prepared for the situation.
Most read-stdin/write-stdout unix commands that one might execute are
not so prepared, is my point.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author