Skip to content

GH-2837: TCP NIO Prioritize accept #2865

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

Merged
merged 1 commit into from
Mar 28, 2019

Conversation

garyrussell
Copy link
Contributor

See #2837

Give priority to accepting new connections over reading data from
existing connections.
Add a flag to allow users to revert to the previous behavior of
giving reads priority.

cherry-pick to 5.1.x

@garyrussell garyrussell changed the title GH-2837: TCP NIO Priotorize accept GH-2837: TCP NIO Prioritize accept Mar 28, 2019
See spring-projects#2837

Give priority to accepting new connections over reading data from
existing connections.
Add a flag to allow users to revert to the previous behavior of
giving reads priority.

**cherry-pick to 5.1.x**
@artembilan artembilan merged commit 9428e34 into spring-projects:master Mar 28, 2019
@artembilan
Copy link
Member

Cherry-picked to 5.1.x as 6f3fd09 after fixing conflicts.

@garyrussell garyrussell deleted the GH-2837 branch March 29, 2019 14:19
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.

2 participants