On August 10, 2014 12:20:24 PM CEST, Gustav Fransson Nyvell <gus...@nyvell.se> 
wrote:
>Hi,
>
>Does ksh pre-load the programs that are being piped? Like pre-fetch in
>a 
>CPU pipeline.

Well, it doesn't wait for one process to compete before it starts the next one. 
They are executed simultaneously and their stdin/stdout's are "connected".

This is not really an openbsd specific question.

/Alexander

>
>//Gustav

Reply via email to