Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug multipipe block to mutipipe block connections #4

Open
mfragkoulis opened this issue Nov 22, 2016 · 1 comment
Open

Debug multipipe block to mutipipe block connections #4

mfragkoulis opened this issue Nov 22, 2016 · 1 comment
Assignees

Comments

@mfragkoulis
Copy link
Collaborator

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 &
}}

@dspinellis
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants