Fwd: About HTTP/2 priority

Valentin V. Bartenev vbart at nginx.com
Tue Oct 27 15:01:50 UTC 2015


On Tuesday 27 October 2015 22:47:56 Shengtuo Hu wrote:
> Hi Valentin,
> 
> Do you mean that because NGINX is fast enough and the network environment
> is good, so NGINX can process only one request at every moment?

Exactly.

> 
> My purpose is to figure out the priority mechanism. It seems only
> when there is limited capacity for sending, priority will be used to
> select streams for transmitting frames. I misunderstood this part before.
> 
> Your explanation is quite clear. I will try to do a real benchmark. Thank
> you.
[..]

Though your test gave me the idea of implementing some rearrangement queue
for requests received in one packet (or to be more precise, have been read
in the receive buffer at once).  Potentially, this can improve some edge
cases.

  wbr, Valentin V. Bartenev



More information about the nginx mailing list