Re: Priority straw man

Comments from github:

It would be cleaner if priority groups had the same cardinality as stream
identifiers. That would remove the edge case of more open streams than
groups.

If you increase the groups to 31 bits, then you could use the reserve bit
in the stream id in the priority frame payload to indicate that this stream
becomes its own group with identifier defaulted to its stream id with a
given weight, rather than being dependent upon another stream.


On Sun, Jan 26, 2014 at 1:34 PM, Martin Thomson <martin.thomson@gmail.com>wrote:

> As requested, a writeup on prioritization.
>
> As a pull request: https://github.com/http2/http2-spec/pull/364
>
> In HTML form:
> http://martinthomson.github.io/drafts/priority.html#StreamPriority
> http://martinthomson.github.io/drafts/priority.html#PRIORITY
>
> Comments or pull requests happily accepted.
>
>

Received on Monday, 27 January 2014 18:38:52 UTC