[zeromq-dev] forking ZMQ_PAIR socket
Martin Sustrik
sustrik at 250bpm.com
Fri Jul 9 09:44:03 CEST 2010
hamster wrote:
> Thanks for the quick answer, but it is not exactly what I have asked for. It
> seems that I was not explicit on required "bidirectionality". My main goal is to
> get async message exchange like AFAIU ZMQ_PAIR socket provides. I.e. the
> possibility to send messages both from a client and a server at any moment of
> time and not following req/rep scheme.
There are XREP/XREQ sockets allows this kind of thing. It requires some
more work on your part though (adding identity of the client to send the
message to to the message itself).
Martin
More information about the zeromq-dev
mailing list