Vahid Sadeghi
Vahid Sadeghi

Reputation: 105

Does Aeron support io_uring?

I'm using the Aeron open source for some POCs, and using C version of media driver, does it support the io_uring?

Also we are using java version of Aeron cluster and archive, what about them?

Upvotes: 3

Views: 131

Answers (1)

Martin Thompson
Martin Thompson

Reputation: 2044

Aeron currently does not support io_uring after some early testing did not show performance benefits. Aeron has premium extensions for kernel bypass that include ef_vi (Solarflare), DPDK (Cloud), and VMA Express (Mellanox) that do show significant latency and throughput improvements.

Upvotes: 3

Related Questions