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

Switch to fasthttp to improve throughput of the DBS servers #73

Open
vkuznet opened this issue Aug 3, 2022 · 0 comments
Open

Switch to fasthttp to improve throughput of the DBS servers #73

vkuznet opened this issue Aug 3, 2022 · 0 comments
Assignees
Labels

Comments

@vkuznet
Copy link
Contributor

vkuznet commented Aug 3, 2022

The fasthttp library provides high performance boost to standard http lib of any Go HTTP server. We should study the current limitation of HTTP server and outline a plan to switch to fasthttp lib to import performance of DBS servers. There is an interesting blog which shows how to reduce RAM and increase throughput when using fasthttp.

@vkuznet vkuznet added the R&D label Aug 3, 2022
@vkuznet vkuznet self-assigned this Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant