Should i use async io, when i load data from drive, or just another thread for all disk io operations is ok? I mean, is it right, that drive have one thread and its useless to request new data until previous data is received?
Should i use async io, when i load data from drive, or just another thread for all disk io operations is ok? I mean, is it right, that drive have one thread and its useless to request new data until previous data is received?