-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HTTP/2 output processing make over (#40925)
This changes the HTTP/2's output processing to be use queues instead of locks (a channel to be precise). We're manually scheduling the Http2OutputProducer's intent to write instead of a write operation. This removes locks and allows the thread to do other useful work while processing in line for processing in a low allocation way.
- Loading branch information
Showing
16 changed files
with
773 additions
and
721 deletions.
There are no files selected for viewing
94 changes: 0 additions & 94 deletions
94
src/Servers/Kestrel/Core/src/Internal/Http2/FlowControl/AwaitableProvider.cs
This file was deleted.
Oops, something went wrong.
74 changes: 0 additions & 74 deletions
74
src/Servers/Kestrel/Core/src/Internal/Http2/FlowControl/OutputFlowControl.cs
This file was deleted.
Oops, something went wrong.
97 changes: 0 additions & 97 deletions
97
src/Servers/Kestrel/Core/src/Internal/Http2/FlowControl/StreamOutputFlowControl.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.