Pieter - Thanks very much for the quick reply. But what interface would I bind to for just a standard Pub Sub model like this? I don't know that much about interfaces and I'm not doing anything tricky - I just want to use a standard interface for this problem (PubSub across multiple computers) but I'm not sure what interface to use or how to invoke it. Thanks Marc
---------------------------------------------------------------------------- ------ Marc Ilgen [email protected] -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Pieter Hintjens Sent: Thursday, June 09, 2011 4:13 PM To: ZeroMQ development list Subject: Re: [zeromq-dev] new user question on ZeroMQ Pub Sub On Fri, Jun 10, 2011 at 1:05 AM, Marc Ilgen <[email protected]> wrote: > I understand that each client/slave must connect to the master at the known > master's IP address/port (eg tcp://123.101.55.27:5555). But is it also the > case that the master/server must also bind to the client at the client's IP > address/port? No, master binds to interface:port, and clients connect to hostname:port. > How can the receiving socket (the > slave/client) tell if the socket connection has died for whatever reason and > try to establish a new one? 0MQ does that (reestablishes a connection if needed) automatically. You should read the Guide, a few times, and it'll become much more clear. -Pieter Hintjens _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
