Attila Magyari <att...@gmail.com> writes:

> Reading the docs all the other sockets seem to have extra restrictions or
> complications, which would not meet my needs:
> - bidirectional

I assume you mean symmetrically bidirectional?

If so, a pair of PUSH/PULL (or PUB/SUB) on each end would provide that.

> - no message order restrictions

I don't know what this means here.

> - one-to-many client-server type of connections

Also, unclear to me. 

Client-server implies reply-request which is not (symmetrically)
bidirectional.

One DEALER may send the same request to many REP or ROUTER sockets.

-Brett.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to