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

feat(client): support conn pool #28

Open
DVKunion opened this issue Jan 22, 2024 · 0 comments
Open

feat(client): support conn pool #28

DVKunion opened this issue Jan 22, 2024 · 0 comments
Assignees
Labels
seamoon 2.0 seamoon 2.0 feature

Comments

@DVKunion
Copy link
Owner

支持连接池模式: client 和 server 的交互不再是每 Accept 到请求就发起一次连接,而是维护一个长久的连接池,从连接池内拿取连接实现复用。

@DVKunion DVKunion added the seamoon 2.0 seamoon 2.0 feature label Jan 22, 2024
@DVKunion DVKunion self-assigned this Jan 22, 2024
@DVKunion DVKunion changed the title feat: server support conn pool feat: support conn pool Jan 22, 2024
@DVKunion DVKunion changed the title feat: support conn pool feat(client): support conn pool Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
seamoon 2.0 seamoon 2.0 feature
Projects
Status: To triage
Development

No branches or pull requests

1 participant