On Fri, Jun 10, 2011 at 1:18 AM, Marc Ilgen <[email protected]> wrote:
> 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. Please do read the Guide, it explains all this and much more. You generally bind to tcp://*:port, where '*' means 'all network interfaces' and connect to tcp://hostname:port. -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
