In a pub sub scenario in 3.2.2
1) does the filtering happen on the Publisher (i think yes) or the
Subscriber?
2) does number of subscribers effect performance of the publishers (I think
yes, as the pub has to filter/send msgs to all subscribers)
3) I send out 3 part msgs.. 1st 2 parts are really for filtering and the
3rd part is a binary object.. when I subscribe.. would zeromq try to match
with all 3 parts?.. if all 3, there could be an issue where the 3rd part
starts with say "H" and my filter that was looking for "H" in the first 2
parts would find a +ive match.

thanks
Nishant
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to