io-uring Questions

1

Solved

Problem Summary I am working on a project that requires streaming data to disk at very high speeds on a single Linux server. An fio benchmark using the command below shows that I should be able to ...
Bealle asked 10/3, 2023 at 15:15

2

I am trying to understand asynchronous models in C++. I am investigating 4 libraries that purport to deal with asynchronous I/O: liburing (C version, C++ version): provides an interface for io_uri...
Vacation asked 26/7, 2022 at 19:18

1

I'm migrating my project to io_uring for better performance. However, some part of the system depends on epoll being event system and not movable to io_uring (ex: database drivers, they write to so...
Tati asked 27/11, 2021 at 7:22

1

Solved

Recently I've been seeing this in different forums. As far as I can tell from reading some forum discussions it is something to do with input and output. What exactly is io_uring?
Euridice asked 13/5, 2020 at 6:22

4

Solved

Consider an application that is CPU bound, but also has high-performance I/O requirements. I'm comparing Linux file I/O to Windows, and I can't see how epoll will help a Linux program at all. The ...
Longs asked 15/11, 2012 at 22:43
1

© 2022 - 2025 — McMap. All rights reserved.