Pipeline (computing): Difference between revisions

Content deleted Content added
Link to 'Unix' wiki page
Link to 'Unix-like' wiki page
Line 8:
* [[HTTP pipelining]], the technique of issuing multiple [[HTTP]] requests through the same [[TCP connection]], without waiting for the previous one to finish before issuing a new one.
 
Some [[operating systems]] may provide [[Unix-like|UNIX-like]] syntax to string several program runs in a pipeline, but implement the latter as simple serial execution, rather than true pipelining — namely, by waiting for each program to finish before starting the next one.
 
==Concept and motivation==