Displaying 1 result from an estimated 1 matches for "jeff95350".
2007 Feb 26
15
Efficiency when reading the same file blocks
if you have N processes reading the same file sequentially (where file size is much greater than physical memory) from the same starting position, should I expect that all N processes finish in the same time as if it were a single process?
In other words, if you have one process that reads blocks from a file, is it "free" (meaning no additional total I/O cost) to have another process