Skip to content
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

Use a larger stream window #214

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Use a larger stream window #214

merged 1 commit into from
Oct 15, 2024

Conversation

FinleyMcIlwaine
Copy link
Collaborator

@FinleyMcIlwaine FinleyMcIlwaine commented Oct 15, 2024

With the new http2 architecture, we don't have a fixed number of pooled workers, so we don't need to guard against window size deadlock by limiting the stream/connection windows. Using a larger stream window size results in fewer window updates being sent, so this PR increases the default to the numbers I used in the benchmark for that linked comment.

I also opened some PRs to remove the {settings}numberOfWorkers fields in http2{-tls}: http2 PR, http2-tls PR

Closes #192

@FinleyMcIlwaine FinleyMcIlwaine merged commit a0b2d70 into main Oct 15, 2024
12 checks passed
@edsko edsko deleted the finley/larger-window branch October 16, 2024 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use larger stream window
1 participant