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

rustls server performance doesn't scale well #125

Closed
zh-jq-b opened this issue Oct 17, 2023 · 1 comment
Closed

rustls server performance doesn't scale well #125

zh-jq-b opened this issue Oct 17, 2023 · 1 comment

Comments

@zh-jq-b
Copy link
Collaborator

zh-jq-b commented Oct 17, 2023

See
https://bytedance.feishu.cn/docx/TSqmdLNIyozJdCx4rzqcjPyonjd for AWS c6gn 32c64g
https://bytedance.feishu.cn/docx/Icind5zlMowawRx1hVtcGyc9nNf for Intel 96c384g

After change the rustls server session cache to RustlsTrickServerSessionCache introduced in commit 2b4e269, the aws 32c64g performance scale well again, but there are still some problems with Intel 96c384g.

And RustlsTrickServerSessionCache isn't ideal, we need a better solution as suggested in rustls/rustls#1503.

And we should try aws-lc after rustls/rustls#1414 is merged.

@zh-jq-b
Copy link
Collaborator Author

zh-jq-b commented Jan 3, 2024

Close in favor of #139

@zh-jq-b zh-jq-b closed this as completed Jan 3, 2024
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

No branches or pull requests

1 participant