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

zpipes server implements zpipes protocol #9

Merged
merged 6 commits into from
Mar 24, 2014
Merged

Conversation

hintjens
Copy link
Member

  • detects end of pipe, when writer closes pipe
  • client requests can be pipelined (sent in advance of replies)
  • implements timeout on fetch requests
  • selftest now covers timeouts and end-of-pipe conditions

Note: to build, take latest CZMQ 2.2.0 from zeromq/czmq master

- detects end of pipe, when writer closes pipe
- client requests can be pipelined (sent in advance of replies)
- implements timeout on fetch requests
- selftest now covers timeouts and end-of-pipe conditions
- zpipes_server replaces zpipes_agent and zpipes classes
- zpipes_client updated for new protocol
- fixed API exports in zpipes.h
- renamed overall packaging to "zbroker"
- still using zpipes_xxx for zpipes-specific classes; this may need to
  be changed later.
- was referring to old zpipes.h
- some security warnings for zsocket_bind calls
@hintjens
Copy link
Member Author

@rpedde, @hurtonm I'm merging this PR myself now.

hintjens added a commit that referenced this pull request Mar 24, 2014
zpipes server implements zpipes protocol
@hintjens hintjens merged commit 95a4d72 into zeromq:master Mar 24, 2014
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

Successfully merging this pull request may close these issues.

None yet

1 participant