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

[HTTP/2] Investigate requests latency #234

Open
c410-f3r opened this issue Sep 29, 2024 · 0 comments
Open

[HTTP/2] Investigate requests latency #234

c410-f3r opened this issue Sep 29, 2024 · 0 comments
Labels
enhancement The current state be improved F-http2 Feature - Http/2

Comments

@c410-f3r
Copy link
Owner

c410-f3r commented Sep 29, 2024

https://github.com/LesnyRumcajs/grpc_bench showed that wtx generally performs well but some requests, specially in the 99% area, end up having higher latencies.

I have a hunch that a such thing happens because Http2::accept needs to wait for a stream buffer provided by the user instead of creating one as soon a header frame is received. Or maybe not, there needs to be more investigation/profiling.

@c410-f3r c410-f3r added the F-http2 Feature - Http/2 label Sep 29, 2024
@c410-f3r c410-f3r changed the title [HTTP/2] Invesigate requests latency [HTTP/2] Investigate requests latency Sep 29, 2024
@c410-f3r c410-f3r added the enhancement The current state be improved label Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The current state be improved F-http2 Feature - Http/2
Projects
None yet
Development

No branches or pull requests

1 participant