Parallel I/O
Appearance
![]() | This article provides insufficient context for those unfamiliar with the subject.(September 2009) |
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.[citation needed]
One particular instance is parallel writing of data to disk; when file data is spread 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.[citation needed]
Other ways of parallel access to data include: Parallel Virtual File System, Lustre, GFS etc.
This article has not been added to any content categories. Please help out by adding categories to it so that it can be listed with similar articles, in addition to a stub category. (September 2010) |