Skip to content

Use io_uring to avoid blocking a thread while copying #4

@vlourme

Description

@vlourme

After 2.5-5k concurrent connections, the program tends to reach the 10k goroutines limit causing more latency.
Using io_uring, we could prepare splice and close without having to block a thread.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions