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

[coro_io][feat] keep short connection. #386

Merged
merged 3 commits into from
Jul 27, 2023
Merged

Conversation

poor-circle
Copy link
Collaborator

@poor-circle poor-circle commented Jul 27, 2023

Why

The client pool won't collect connection when the free connection count greater than limitation, which may cause some performance problem in high concurrency.

What is changing

Those connection will be keeped in a queue for short connection and they will be closed in 1 second default.

Example

@poor-circle poor-circle merged commit 503555a into alibaba:main Jul 27, 2023
22 checks passed
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.

1 participant