|
|
|
|
|
by hyc_symas
4825 days ago
|
|
Eh. You're still talking nonsense. If an app requests some data and it needs to be read in from disk, you have to wait. Async I/O or not, that app can't make any progress until its data arrives. Async I/O is only advantageous for writes. |
|