[zeromq-dev] Paranoid Pirate pattern with priority queuing

Pieter Hintjens ph at imatix.com
Mon Apr 27 21:55:00 CEST 2015


If your requirement is to allow urgent traffic you can use multiple
sockets connected to a single endpoint. If you want to explicitly stop
lower-priority traffic, you have to have fully independent reading
sockets, and poll them in order of priority.

On Mon, Apr 27, 2015 at 8:46 PM, James & Veri <verimart at hotmail.com> wrote:
> ok, absent that feature, does the approach I described for prioritized PPP
> sound about right?
>
>> From: ph at imatix.com
>> Date: Mon, 27 Apr 2015 19:11:54 +0200
>> To: zeromq-dev at lists.zeromq.org
>> Subject: Re: [zeromq-dev] Paranoid Pirate pattern with priority queuing
>>
>> We moved the resource functionality to RFC 37 (draft), as it didn't
>> get into ZeroMQ 4.0.
>>
>
>
> _______________________________________________
> 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