w3ntp has asked for the wisdom of the Perl Monks concerning the following question:
I am using a Open of a piped process to put a process in the background as follows:
open( PROGRAMHANDLE, -|$NeilsProgram) some code close (PROGRAMHANDLE) more code stuff
This program works great under Perl 5.03/Solaris 7 but hangs with the Perl 5.8 on Solaris 9. Is there another way to kill this program, don't care if it does not gracefully die, so long as it dies and not hang up the rest of the code.
thanks
w3ntp
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: close not working with opened piped fork process on solaris 9
by dragonchild (Archbishop) on Mar 30, 2004 at 02:10 UTC | |
|
Re: close not working with opened piped fork process on solaris 9
by Vautrin (Hermit) on Mar 30, 2004 at 02:48 UTC |