On Wed, Mar 2, 2011 at 1:24 PM, Yusuf Cinar <[email protected]> wrote:
> My scenario is simple to start with. I have two processes on the local > machine and want them to pass data to each other over IPC. I managed that > alright - using PUB-SUB model that each process has a publisher to send data > and a subscriber to receive data. Pubsub is not the best pattern for that. You can lose data too easily. I'd suggest studying the ROUTER (XREP) based patterns in Ch3 of the Guide. Probably router-to-router is best. -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
