March 20, 2017
1:18 p.m.
Hi Mariano, On 20 March 2017 at 12:24, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
....
Hi Hernan,
There is a tail -f example in OSSubprocess documentation that prints the result on an inpsector and updates it [1]. However, OSSubprocess has problems on Linux with the default VM... you must use the threaded heartbeat (not the itimer).. see recent threads discussions for this.
Let me know if that works.
[1] https://github.com/marianopeck/OSSubprocess#processing-streams-while-running
Cool! Thanks for pointing this out. I've just hit the same requirement, and this will also prompt me to move to the threaded VM. Cheers! Alistair