[zeromq-dev] Publisher side filtering... (draft II )

Martin Sustrik sustrik at 250bpm.com
Fri Jan 14 12:45:35 CET 2011


Hi Gerard,

I've refactored the patch a bit.

Namely I've extracted the "distribute to all pipes" policy from xpub 
socket (dist_t class). I've then used it in bot xpub_t (for message 
distribution) and in xsub_t (for passing subscriptions to all upstream 
peers).

> Note that pipe management for XPUB is not yet done (the pipes necessary
> to receive messages over the XPUB connection,
> such that devices can receive the message and push this to XSUBs they
> also implement). The intention is to use
> the fq_t class later for that purpose.

I've added fq_t to xpub_t as proposed above.

All of that is committed to the master. You are added to AUTHORS file.

Martin



More information about the zeromq-dev mailing list