Jump to content

Parallel I/O

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by XLinkBot (talk | contribs) at 00:52, 20 May 2011 (BOT--Reverting link addition(s) by 192.101.103.171 to revision 406764229 email address removed, email address removed)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.