dgsh icon indicating copy to clipboard operation
dgsh copied to clipboard

Debug multipipe block to mutipipe block connections

Open mfragkoulis opened this issue 8 years ago • 1 comments

Graphs that include multipipe block to mutipipe block connections, such as the following one, hang at the negotiation phase.

{{ echo hi & echo there & echo stranger & }} | {{ cat -n & dd & }}

mfragkoulis avatar Nov 22 '16 17:11 mfragkoulis

Suggestion: when producers or consumers with a flexible input / output channel number appear use the smallest number of channels possible, equally dividing the remaining channels among processes, favouring the top ones for the remainder.

dspinellis avatar Oct 18 '18 16:10 dspinellis