Simultaneous Or Sequential writes-- Does it matter in terms of speed?
Simultaneous Or Sequential write operation-- Does it matter in terms of speed? With multicore processor, does it make sense to parallelize all the file write operation using multi thread, just to get a boost of speed? Of course, all those write operations are independent. ...