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

Jon Dyte jon at totient.co.uk
Mon Aug 16 19:17:35 CEST 2010


Santy, Michael wrote:
>> at the moment the filtering is done on the subscriber end.
>>     
>
> Is there any workaround to get publisher-side filtering?  With messages approaching 200MB in this application, I don't want to send out any message unnecessarily.
>
>   
people have suggested sending the subscriptions upstream, with an 
identity and building yr own filter which knows where to send the data.

there's a pub-sub thread on this list about these things.

I am experimenting with trying to get the inter-thread case working in 
my spare time, after getting some pointers from Martin S.
Martin S posted a what-needs-doing list for tcp etc earlier on. It's 
quite involved.

jon




More information about the zeromq-dev mailing list