[zeromq-dev] Migrating IPC-based Pub/Sub System To ZMQ

Jon Dyte jon at totient.co.uk
Mon Aug 16 18:39:25 CEST 2010


Santy, Michael wrote:
> One thing that I didn't understand about your reply was the concept of PUSH/PULL sockets between the combiner and each processor.  I had planned to simply use PUB/SUB and add something to the header of the message that indicated which processor (i.e. processor ID) the message would go to.  Each processor would subscribe to the messages containing the appropriate processor ID.  It's my understanding that the filtering is done on the producer.
>
>   
at the moment the filtering is done on the subscriber end.

jon




More information about the zeromq-dev mailing list