-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Pool HTTP/2 Streams on the Http2Connection #6192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
feature-kestrel
HTTP2
Perf
Milestone
Comments
Moving to preview4 |
@Eilon checked in with @davidfowl on this and he said it should probably be reassigned to someone who's working on gRPC since it will be part of that. |
1 task
Okie dokie, moving to gRPC area. |
gRPC team does not have time to do this in preview 4. Moving to 5. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
feature-kestrel
HTTP2
Perf
Uh oh!
There was an error while loading. Please reload this page.
Epic #8858
Today we have a maximum number streams per HTTP/2 connection and we could take advantage of that to pool and reuse the underlying HTTP/2 stream instead of making a new one every request. This should be a massive saving in allocations and will trend towards our HTTP/1 allocation profile.
POC: https://github.com/aspnet/AspNetCore/pull/6130/files
The text was updated successfully, but these errors were encountered: