[zeromq-dev] Unconference, Brussels, 10th May 2011, Minutes
MinRK
benjaminrk at gmail.com
Thu May 12 20:25:40 CEST 2011
On Thu, May 12, 2011 at 11:03, Jon Dyte <jon at totient.co.uk> wrote:
> Martin Sustrik wrote:
>> Hi all,
>>
>> Here are the minutes from the meeting:
>>
>> http://www.zeromq.org/bxl-conf-minutes
>>
>> Participants, please do add the stuff that I've missed.
>>
>> Martin
>> _______________________________________________
>> zeromq-dev mailing list
>> zeromq-dev at lists.zeromq.org
>> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>>
>>
> Martin
>
> one of the few other devices I've seen is this one in the pyzmq
>
> https://github.com/zeromq/pyzmq/blob/master/zmq/devices/monitoredqueuedevice.py
>
> adds an extra socket for monitoring
>
> I was sure it also used to enable address switching when used with two
> xrep sockets but
> can't see that now...
MQ definitely supports XREP-XREP mode, as that's 99% of what we use it
for. The detection is done in the lower-level function:
https://github.com/zeromq/pyzmq/blob/master/zmq/devices/monitoredqueue.pyx#L96
-MinRK
>
> Jon
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
More information about the zeromq-dev
mailing list