Re: [zeromq-dev] ZeroMQ and UDP

2018-06-10 Thread Doron Somech
Maybe PUSH-PULL also make sense, however the PUSH must be the one
connecting and PULL must be the one listening, as we don't have handshake
for UDP connections.
So everything must be one-way.

On Sat, Jun 9, 2018 at 1:28 PM, Luca Boccassi 
wrote:

> On Fri, 2018-06-08 at 16:23 -0500, Bernardo Augusto García Loaiza
> wrote:
> > Hi ZMQ people.
> > Why UDP is only supported on ZMQ_RADIO and ZMQ_DISH sockets?
> >
> > Are these sockets even used currently?
> >
> > Best Regards
>
> Because nobody implemented it for anything else. I suspect it doesn't
> make sense for much else as well - it's lossy, so it doesn't work for
> non-lossy patterns, and it doesn't support multipart so it won't work
> for pub/sub.
>
> --
> Kind regards,
> Luca Boccassi
> ___
> 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


Re: [zeromq-dev] ZeroMQ and UDP

2018-06-09 Thread Luca Boccassi
On Fri, 2018-06-08 at 16:23 -0500, Bernardo Augusto García Loaiza
wrote:
> Hi ZMQ people.
> Why UDP is only supported on ZMQ_RADIO and ZMQ_DISH sockets?
> 
> Are these sockets even used currently?
> 
> Best Regards

Because nobody implemented it for anything else. I suspect it doesn't
make sense for much else as well - it's lossy, so it doesn't work for
non-lossy patterns, and it doesn't support multipart so it won't work
for pub/sub.

-- 
Kind regards,
Luca Boccassi

signature.asc
Description: This is a digitally signed message part
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev


[zeromq-dev] ZeroMQ and UDP

2018-06-08 Thread Bernardo Augusto García Loaiza
Hi ZMQ people.
Why UDP is only supported on ZMQ_RADIO and ZMQ_DISH sockets?

Are these sockets even used currently?

Best Regards

Bernardo Augusto García Loaiza
Ingeniero de Sistemas
Estudiante de Maestría en Ingeniería Informática - Universidad EAFIT
http://about.me/bgarcial
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev