aio Questions
1
Solved
I am testing kernel asynchronous io functions (not posix aio) and am trying to figure out how it works. The code below is a complete program where I simply write an array repeatedly to a file opene...
Bunker asked 2/8, 2011 at 20:58
4
Solved
I implement game server where I need to both read and write. So I accept incoming connection and start reading from it using aio_read() but when I need to send something, I stop reading using aio_c...
Corvette asked 27/6, 2011 at 18:24
1
Solved
following the discussion at How do you use AIO and epoll together in a single event loop?.
There are in fact 2 "aio" APIs in linux.
There's POSIX aio (the aio_* family of functions), included in g...
1
Solved
I have been experimenting with async Linux network sockets (aio_read et al in aio.h/librt), and one thing i have been trying to find out is whether these are zero-copy or not. Pretty much all i hav...
© 2022 - 2024 — McMap. All rights reserved.