Penguin
Note: You are viewing an old revision of this page. View the current version.

A system in which several things are happening at once, but different parts of them are

In a CPU the next instruction might be being decoded while the current one is being executed, that's a PipeLine. In a CommandLine the second command might start processing the output of the first command before the first command has terminated, that's also a PipeLine.