- Stream (computing)
In computing, the term stream is used in a number of ways, in all cases referring to a succession of data elements made available over time.
*On
Unix and related systems based on the C programming language, a stream is a source or sink of data, usually individual bytes or characters. Streams are an abstraction used when reading or writing files, or communicating over network sockets. Thestandard streams are three streams made available to all programs.
*Pipelines can also be understood as streams as well as any unlimited (non-packaged) information that is inserted by a device.
*In the Scheme programming language and some others, a stream is a lazily evaluated or "delayed" sequence of data elements. A stream can be used similarly to a list, but later elements are only calculated when needed. Streams can therefore represent infinitesequence s and series. [ [http://srfi.schemers.org/srfi-40/srfi-40.html SRFI 40: A Library of Streams ] ]
*Stream processing — in parallel processing, especially in graphic processing, the term stream is applied tohardware as well assoftware . There it defines the quasi-continuous flow of data which is processed in adataflow programming language as soon as theprogram state meets the starting condition of the stream. [ [http://www.east.isi.edu/~crago/hidisc/ HiDISC - Hierarchical Decoupled Instruction Stream Computer] .]
*Filesystems can store multiple named independent streams against a single filename. There is one main stream which makes up the normal file data. Additional streams can be used to store icons, summary and indexing information, zone information (i.e., where the file was downloaded from) etc. [ [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/file_streams.asp at MSDN] .]ee also
*
Bit stream
*Byte stream
*Data stream
*Flow (computer networking)
*Streaming media References
External links
* [http://www.research.att.com/~suresh/papers/mpds/mpds.pdf The GPU as a stream computer]
* [http://portal.acm.org/citation.cfm?id=796530 An Approximate L1-Difference Algorithm for Massive Data Streams, 1995 Feigenbaum et al.]
Wikimedia Foundation. 2010.