On May 20, 2014, at 10:42 AM, James Peach <jpe...@apache.org> wrote:
> On May 19, 2014, at 8:37 PM, Brian Geffon <bri...@apache.org> wrote: > >> In response to this default value, most spdy servers I've seen use 256 for >> this value. Take a look at net internals in chrome. > > Even 256 seems pretty aggressive. That's letting a single socket queue 256 > parallel requests :) Not sure if that is particularly aggressive? Although I have very little experience with SPDY, the HTTP/2 spec recommends it to be at least 100: SETTINGS_MAX_CONCURRENT_STREAMS (3): Indicates the maximum number of concurrent streams that the sender will allow. This limit is directional: it applies to the number of streams that the sender permits the receiver to create. Initially there is no limit to this value. It is recommended that this value be no smaller than 100, so as to not unnecessarily limit parallelism. I assume SPDY has some similar recommendation in their spec? As for the config naming, I think James have some suggestions, so I’m +1 with whatever he recommends :) — leif