Skip to content

Commit

Permalink
Problem: multi-part able sockets deprecated in favour of non-multi-part
Browse files Browse the repository at this point in the history
Solution: as discussed, remove the deprecation notices, as many users
expressed the need for multi-part support.
Fixes #2699
  • Loading branch information
bluca committed Aug 19, 2017
1 parent 5b1c0cd commit 9387897
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions doc/zmq_socket.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ after which either peer can send messages asynchronously, to the other.

The client-server pattern is formally defined by http://rfc.zeromq.org/spec:41.

Note: this pattern is meant to eventually deprecate the use of 'ZMQ_DEALER' and
'ZMQ_ROUTER' to build client-server architectures, as well as 'ZMQ_REP' and
'ZMQ_REQ' for request-reply.

ZMQ_CLIENT
^^^^^^^^^^
A 'ZMQ_CLIENT' socket talks to a 'ZMQ_SERVER' socket. Either peer can connect,
Expand Down Expand Up @@ -166,9 +162,6 @@ Groups are matched using exact matching (vs prefix matching of PubSub).

NOTE: Radio-dish is still in draft phase.

Note: this pattern is meant to eventually deprecate the use of 'ZMQ_PUB' and
'ZMQ_SUB' to build pub-sub architectures.

ZMQ_RADIO
^^^^^^^
A socket of type 'ZMQ_RADIO' is used by a _publisher_ to distribute data.
Expand Down Expand Up @@ -429,8 +422,6 @@ request sent.

The request-reply pattern is formally defined by http://rfc.zeromq.org/spec:28.

Note: this pattern will be deprecated in favor of the client-server pattern.

ZMQ_REQ
^^^^^^^
A socket of type 'ZMQ_REQ' is used by a _client_ to send requests to and
Expand Down

0 comments on commit 9387897

Please sign in to comment.