You probably better use IO.popen then which gives you access to the
child's PID. You'll also need to handle the output returned from the
process differently depending on timeout or not timeout.
Kind regards
robert
···
2010/9/1 Ralph Shnelvar <ralphs@dos32.com>:
I have
@child_thread = Thread.new do
# puts "#{__FILE__} @ #{__LINE__} #{Time.now}"