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

Problem: N-to-N pipe semantics undefined #38

Open
hintjens opened this issue Apr 16, 2014 · 0 comments
Open

Problem: N-to-N pipe semantics undefined #38

hintjens opened this issue Apr 16, 2014 · 0 comments

Comments

@hintjens
Copy link
Member

Solution: define these semantics.

One possibility is a loosely-connected pub-sub model that allows N publishers talk to N subscribers, using the pipe as sync point. Thus:

  • A writer would block until there is at least one reader.
  • Each reader to a specific pipe would get all messages written to it.
  • A reader would get all data from a specific writer, or none of it. That is, a reader that missed message split the client into a separate library #1 from a writer would discard or skip all later messages.
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

1 participant