bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Async processes started in functions not reliably started


From: Chet Ramey
Subject: Re: Async processes started in functions not reliably started
Date: Mon, 5 Aug 2019 09:00:45 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

On 8/5/19 8:05 AM, Steffen Nurpmeso wrote:

> Would be nice to have some shell support for signalling the parent
> that the child is now functional, a pipe(2) is much easier than
> going through temporary files, but of course not a bash bug.

You could roll your own using a named pipe, but that's functionally no
different from using a temp file.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]