[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: O_DIRECT "packet mode" pipes on Linux
From: |
Dale R. Worley |
Subject: |
Re: O_DIRECT "packet mode" pipes on Linux |
Date: |
Fri, 25 Sep 2020 22:35:43 -0400 |
I have a sense that if I was clever enough, I'd be able to see the
magical form of using "exec" that would cause bash to create a pipe-pair
of fd's (like pipe(2) does), with the two fd's accessible as, e.g., fd
10 and 11 of bash. If you did a few of these, you could then plumb
together processes in whatever strange way you wanted.
Dale
- O_DIRECT "packet mode" pipes on Linux, Vito Caputo, 2020/09/23
- Re: O_DIRECT "packet mode" pipes on Linux, Chet Ramey, 2020/09/23
- Re: O_DIRECT "packet mode" pipes on Linux, Vito Caputo, 2020/09/23
- Re: O_DIRECT "packet mode" pipes on Linux, Lawrence Velázquez, 2020/09/23
- Re: O_DIRECT "packet mode" pipes on Linux, Vito Caputo, 2020/09/24
- Re: O_DIRECT "packet mode" pipes on Linux, Robert Elz, 2020/09/24
- Re: O_DIRECT "packet mode" pipes on Linux, Vito Caputo, 2020/09/24
- Re: O_DIRECT "packet mode" pipes on Linux, Robert Elz, 2020/09/24
- Re: O_DIRECT "packet mode" pipes on Linux,
Dale R. Worley <=