Hi Gaspard,

Your best way to learn the 0MQ socket types is probably to read the
Guide at http://zguide.zeromq.org, and follow the examples. It will
take you a day or so depending how deep you go.

It should be quite clear then how REQ/REP work.

-
Pieter Hintjens
iMatix

On Mon, Feb 7, 2011 at 6:55 PM, Gaspard Bucher <gasp...@teti.ch> wrote:
> Hi there !
> I am not sure if what I want to do is really how REQ/REP sockets should be
> used or what is the proper way to handle this:
> I announce a service with an IP and port using mDNS. When a client sees the
> service, it needs to connect and ask for some other ports (or update
> information or do other stuff).
> This means that I am using REQ/REP sockets like traditional listen/accept
> based sockets (on the REP side) and it does not seem to work.
> Do I have to use another library if I need multiple REQ sockets connected to
> a single REP ?
> Gaspard
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev@lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to