pappajaz has asked for the wisdom of the Perl Monks concerning the following question:
example 1: hangs waiting for <ENTER/RETURN> key
example 2: thought the problem was with nohup, still hangssystem("nohup program &");
example 3: thought the problem was with the output.$SIG{HUP}='IGNORE'; exec("program &");
Sometimes the code works fine from the command line but hangs on the web browser everytime. I appreciate any advice anyone has.system("nohup program >/dev/null &");
Thank You,
---Adam
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: hanging process
by sauoq (Abbot) on Oct 27, 2003 at 20:04 UTC | |
|
Re: hanging process
by bluto (Curate) on Oct 27, 2003 at 20:54 UTC | |
by pappajaz (Novice) on Oct 28, 2003 at 15:38 UTC |