What is Parallel I/O?
Multiple processes participate.
Application is aware of parallelism.
Preferably the “file” is itself stored on a parallel file system with multiple disks.
That is, I/O is parallel at both ends:
- application program
- I/O hardware
The focus here is on the application program end.