Posted on Wed Jun 22 11:41:12 2005
by rgiersigin response to 641
Re: Running a script in the background on Unix
This probably has something to do with stdin/out and/or the controlling terminal. I'm not sure. You could try to close /dev/tty and/or stdin in your application and see if that helps.