Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Frequently Asked Questions

What is the maximum throughput of AFIO's closure execution engine aka how many IOPS can I push with AFIO?
What is the latency of AFIO's closure execution engine aka how quickly can I push a single op with AFIO?
I'm seeing WARNING: ~async_file_dispatcher_base() detects stuck async_io_op in total of X ops during process close. What does this mean?
Why did you use std::vector<> as the ops batch container instead of a generic iterator range?
How do I configure my own file descriptor or HANDLE in AFIO?
Using AFIO really slows down my compile times. Can't you do something about that?
Why do I get a fatal application exit with FATAL EXCEPTION: Failed to read all buffers when I read a file?
async_io_handle::direntry() and async_io_handle::lstat() are both synchronous functions which block. How then can I get metadata about files and directories asynchronously?
I thought on Windows it is impossible to delete a file which is still open for use. How does AFIO achieve this?
How do I reconfigure AFIO within the same translation unit to use a different ABI?

PrevUpHomeNext