From: "ara.t.howard" Date: 2008-07-15T05:52:25+09:00 Subject: Re: open3 throws exception when preceded by fork On Jul 14, 2008, at 1:05 PM, trickyvail wrote: > s this a limitation of Open3? Any alternative approaches would be > gratefully received. require 'rubygems' require 'slave' # gem install slave class Server def run job system job end end slave = Slave.new{ Sever.new } server = slave.object server.run 'echo "this is in another process you do not have to ever worry about"' a @ http://codeforpeople.com/ -- we can deny everything, except that we have the possibility of being better. simply reflect on that. h.h. the 14th dalai lama