Have you tried to build zmq with the NORM protocol? Sounds like that will
give you almost what you need.

On Tue, Aug 29, 2017 at 11:36 AM, Patrik VV. <pad...@gmail.com> wrote:

> Just my 5 cents: AFAIK the RADIO/DISH sockets are the newer, thread-safe
> sockets, which don't support multi part messages (ZMQ_SNDMORE option is not
> accepted).
>
> On 29 Aug 2017, at 14:35, Stephan Opfer <op...@vs.uni-kassel.de> wrote:
>
> >> Note that multi-part does _not_ imply contiguous memory location on the
> >> receive end (it might happen but there's no guarantee anywhere). So if
> >> that's a requirement for your use case, then you need to use a single
> >> message anyway.
> >
> > No on the receiving site I think that I'll need to accept to copy the
> data anyway.
> > --
> > Distributed Systems Research Group
> > Stephan Opfer  T. +49 561 804-6280  F. +49 561 804-6277
> > Univ. Kassel,  FB 16,  Wilhelmshöher Allee 73,  D-34121 Kassel
> > WWW: http://www.uni-kassel.de/go/vs_stephan-opfer/
> > _______________________________________________
> > zeromq-dev mailing list
> > zeromq-dev@lists.zeromq.org
> > https://lists.zeromq.org/mailman/listinfo/zeromq-dev
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev@lists.zeromq.org
> https://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to