From: Joe Van Dyk Date: 2006-09-27T06:08:21+09:00 Subject: Re: forking processes and writing to log file On 9/26/06, Joe Van Dyk wrote: > Hello, > > So, on linux, I'm forking a new Ruby process. I redirect stdout and > stderr into a file and then I execute another program via 'system'. I should probably mention that the other program that's being executed is rsh, which executes a command on a different machine.