On Wed, Sep 29, 2010 at 4:34 PM, Koert Kuipers
<[email protected]> wrote:

> But when I try to bind multiple REP sockets to the same endpoint I get an
> error (Address in use). Okay so I my quick and dirty approach to creating a
> multi-threaded server won’t work. Instead I have to put a forwarder between
> the clients and servers.

Yes, you use a device in between the frontend socket and the backend
threads.  It is trivial once you understand the message flow.  There
is a fair amount of discussion of this in the user guide
(http://zguide.zeromq.org).

-
Pieter Hintjens
iMatix - www.imatix.com
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to