Best way to quickly load data from disk

Viewed 17

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?

0 Answers
Related