What do you mean "scheduled before / after" ?
Pipes are run concurrently, the output of the previous one being the input
of the second one.
It's not sequential.

2014-10-29 16:43 GMT+01:00 jwausle <jan.winter.leip...@gmail.com>:

> Hello gogo experts,
>
> I try to run
>        'my:longrunningproducer | grep eachline | my:consumer'
> But it doesn´t work like expected.
>       'my:consumer' is scheduled before 'my:longrunningproducer' is
> finished
>
> *Whats wrong in my gogo-command-pipe?*
>
> If I run
>      'cat produce-same-lines--but-quicker | grep eachline | my:consumer'
> that´s works fine.
>
> I Patched gogo-runtime-10/org.apache.felix.gogo.runtime.Closure.java
>
>
>
> The patch is working fine too.
>
> What is my miss understanding?
>
> Thanks for the response,
>
> Jan
>
>
>
>
> --
> View this message in context:
> http://apache-felix.18485.x6.nabble.com/gogo-pipe-command-execution-is-disordered-tp5010344.html
> Sent from the Apache Felix - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
> For additional commands, e-mail: users-h...@felix.apache.org
>
>

Reply via email to