S
S
Splite2014-03-10 21:05:38
ruby
Splite, 2014-03-10 21:05:38

How to implement starting and listening for external processes in Ruby?

Hello! The task is to implement an application in Ruby that launches external processes, monitors their state and listens to STDOUT and STDERR streams.
I found something similar in Python using Twisted Reactor.
And what to use in Ruby? I found only EventMachine, but I don’t understand how to implement my task using it.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
bmalets, 2015-04-01
@bmalets

You can implement your task using the excellent process monitoring framework god .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question