[zeromq-dev] Which socket to choose?
Attila Magyari
atti86 at gmail.com
Mon Aug 19 18:06:31 CEST 2019
Hello,
Currently I am using ZMQ_PAIR for interprocess communications over TCP. As
the docs say, this should not work correctly as I use it, hence I am
getting some undesired behavior from time to time.
I would like to use a different socket, and the CLIENT/SERVER ones would be
absolutely perfect. However after waiting for more than a year for them to
become stable, and there's no progress whatsoever in this direction, I
would like to try with something else.
Reading the docs all the other sockets seem to have extra restrictions or
complications, which would not meet my needs:
- bidirectional
- no message order restrictions
- one-to-many client-server type of connections
Is there any socket which would fulfill these requirements?
Thank you,
Attila
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20190819/2e5d30a0/attachment.htm>
More information about the zeromq-dev
mailing list