mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-03 12:58:05 +01:00
Problem: multi-part able sockets deprecated in favour of non-multi-part
Solution: as discussed, remove the deprecation notices, as many users expressed the need for multi-part support. Fixes #2699
This commit is contained in:
parent
5b1c0cd0ac
commit
9387897674
@ -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.
|
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
|
ZMQ_CLIENT
|
||||||
^^^^^^^^^^
|
^^^^^^^^^^
|
||||||
A 'ZMQ_CLIENT' socket talks to a 'ZMQ_SERVER' socket. Either peer can connect,
|
A 'ZMQ_CLIENT' socket talks to a 'ZMQ_SERVER' socket. Either peer can connect,
|
||||||
@ -166,9 +162,6 @@ Groups are matched using exact matching (vs prefix matching of PubSub).
|
|||||||
|
|
||||||
NOTE: Radio-dish is still in draft phase.
|
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
|
ZMQ_RADIO
|
||||||
^^^^^^^
|
^^^^^^^
|
||||||
A socket of type 'ZMQ_RADIO' is used by a _publisher_ to distribute data.
|
A socket of type 'ZMQ_RADIO' is used by a _publisher_ to distribute data.
|
||||||
@ -429,8 +422,6 @@ request sent.
|
|||||||
|
|
||||||
The request-reply pattern is formally defined by http://rfc.zeromq.org/spec:28.
|
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
|
ZMQ_REQ
|
||||||
^^^^^^^
|
^^^^^^^
|
||||||
A socket of type 'ZMQ_REQ' is used by a _client_ to send requests to and
|
A socket of type 'ZMQ_REQ' is used by a _client_ to send requests to and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user