Parallel I/O
From Wikipedia, the free encyclopedia
The introduction to this article provides insufficient context for those unfamiliar with the subject. Please help improve the article with a good introductory style. |
Parallel I/O, in the context of a computer, means the performance of multiple I/O operations at the same time. It is a common feature of operating systems.
One particular instance is parallel writing of data to disk; when file data is sperad across multiple disks, for example in a RAID array, one can store multiple parts of the data at the same time, thereby achieving higher write speeds than with a single device.
Other ways of parallel access to data include: Parallel Virtual File System, Lustre, GFS etc.