All, I’ve written a distribution service that spawns processes using
IO.popen in a seperate thread for each job.
In my Task class, I would like to create a block method such as
‘Task.monitor(mode=“stdout”)’, which would yield the stdout for that
task from that point forward. – similar to tail -f, but for a
multithreaded environment.
In my Task class, I would like to create a block method such as
‘Task.monitor(mode=“stdout”)’, which would yield the stdout for that
task from that point forward. – similar to tail -f