[zeromq-dev] In-process messaging

Martin Sustrik sustrik at 250bpm.com
Sun Nov 22 17:09:55 CET 2009


Hi Jon,

> Thanks Martin this looks very interesting.

Btw, there were manpages added to 0MQ/2.0 today.

> In the current implementation where is the pattern match performed? 
> at the subscriber or publisher end?

Currently it's done on subscriber end.

With multicast transports it's where it'll stay, with TCP the
subscription should be moved as far upstream as possible.

With inproc it's not that obvious, however, my feeling is that the
subscription should be moved upstream as well.

Martin




More information about the zeromq-dev mailing list