Answer the question
In order to leave comments, you need to log in
Is there asynchronous file IO?
Actually heard the thesis that "asynchronous file IO does not exist". Is it so? If I understand correctly, then all the asynchrony in both network IO and file IO is based on polling buffers / sockets for data.
Correct me if I'm not mistaken.
Answer the question
In order to leave comments, you need to log in
Cross-platform does not exist. Therefore, asynchronous code in Python and Java uses executors for file operations, while in Node.js the same solution is hidden in the libuv abstraction layer.
Is that zero-copy through the already mentioned DMA. But this method is not always applicable.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question