Hi Ilja,

> assuming you are asking about app level check,
> the simplest way is to
> * introduce socket option identifies a socket
> * allow to sockets without any identity (at both sides) to be connected
>
> ===== In primitive and slightly impolite way ================
> - socket type check is useless at all
> - app level matching check could be useful and should be implemented at app 
> level
> Anyone who really care can create a wrapper provide this and any additional 
> functionality -
> identities could be matched in complex way, it is possible to have several 
> identities per endpoint,
> whatever. Any attempt to put this matching engine inside 0mq does not make 
> sense.
> ========== end of impolite section =====================

Ok, more or less agreed, but how would you do that? Are you proposing 
the build the whole type-checking mechanism on top of 0MQ?

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

Reply via email to