From: Ohad Lutzky Date: 2007-05-30T18:46:19+09:00 Subject: Re: Killing sons (Linux) I've learned how to do redirection from within ruby ($stdwhatever.reopen), and switched to using exec instead of system - so now I avoid two levels of depth. I also use setpgid and kill the whole group for good measure. Much thanks for your help! -- Posted via http://www.ruby-forum.com/.