Re: Is a faithful HTTP/2 response scheduler necessarily O(n) in the worst case?

> On 25 Jan 2017, at 02:01, Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com> wrote:
> 
> ​If large n is concern, server can limit SETTINGS_MAX_CONCURRENT_STREAMS to the reasonable number.  Usually we use 100, and it is pretty fast.=

The various Python HTTP/2 implementations also set SETTINGS_MAX_CONCURRENT_STREAMS to 100.

Cory

Received on Wednesday, 25 January 2017 08:33:03 UTC