Re: Examples of concurrent coproc usage?

2024-04-19 Thread Chet Ramey
On 4/17/24 8:55 PM, Martin D Kealey wrote: On Wed, 17 Apr 2024, Chet Ramey wrote: On 4/16/24 2:46 AM, Carl Edquist wrote: But the shell is pretty slow when you ask it to shovel data around like this.  The 'read' builtin, for instance, cautiously does read(2) calls of a single byte at a time.

Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode.

2024-04-19 Thread Cedric Blancher
On Sun, 14 Apr 2024 at 01:24, Dmitry Goncharov wrote: > > On Sat, Apr 13, 2024 at 12:41 AM Cedric Blancher > wrote: > > > > Good morning! > > > > Building bash HEAD on Cygwin 3.5.3 and Debian Linux 11 in make > > parallel mode issues a warning, which looks like a Makefile bug: > > $ make -h 16 >