to send forth or discharge in a stream: The wound streamed blood.
15.
to cause to stream or float outward, as a flag.
16.
Nautical. to place (an object) in the water at the end of a line attached to a vessel.
Idiom
17.
on stream, in or into operation: The factory will be on stream in a month.
Origin: before 900; (noun) Middle English streem,Old English strēam; cognate with German Strom,Old Norse straumr; akin to Greek rheîn to flow (see rheum); (v.) Middle English streamen, derivative of the noun
Related forms
stream·less, adjective
stream·like, adjective
in·ter·stream, adjective
out·stream, verb (used with object)
un·der·stream, noun
Can be confused:brook, creek, river, stream (see synonym note at the current entry).
Synonyms 1. rill, run, streamlet, runnel. Stream,current refer to a steady flow. In this use they are interchangeable. In the sense of running water, however, a stream is a flow that may be as small as a brook or as large as a river: A number of streams have their sources in mountains. Current refers to the most rapidly moving part of the stream: This river has a swift current. 2. flow, tide. 6. torrent, rush. 8. pour.
O.E. stream "a course of water," from P.Gmc. *straumaz (cf. O.S. strom, O.N. straumr, Dan. strøm, Swed. ström, Norw. straum, O.Fris. stram, Du. stroom, O.H.G. stroum, Ger. Strom "current, river"), from PIE base *sreu- "flow" (see rheum). Meaning "current in the
sea" (e.g. Gulf Stream) is recorded from late 14c. The verb is attested from early 13c. Streamer "flag that streams in the air" is recorded from late 13c. Stream of consciousness in lit crit first recorded 1931, originally in psychology (1855).
operating system A collection of system calls, kernel resources, and kernel utility routines that can create, use, and dismantle a stream. A "stream head" provides the interface between the stream and the user processes. Its principal function is to process STREAMS-related user system calls. A "stream module" processes data that travel bewteen the stream head and driver. The "stream end" provides the services of an external input/output device or an internal software driver. The internal software driver is commonly called a pseudo-device driver. The STREAMS concept has been formalised in UnixSystem V. For example, SVR4 implements sockets and pipes using STREAMS, resulting in pipe(2) openning bidirectional pipes. [IBM AIX 3.2 Communication Programming Concepts, SC23-2206-03]. (1999-06-29)