in reply to Re^2: Killing subprocess in windows
in thread Killing subprocess in windows
> You can also use Win32::Process to create and kill the subprocess.
That a very good idea, thanks! :)
In case it's of use, some sample code I wrote years ago to cleanly kill processes after a timeout period:
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Killing subprocess in windows
by karlgoethebier (Abbot) on May 21, 2021 at 11:20 UTC | |
Re^4: Killing subprocess in windows
by LanX (Saint) on May 20, 2021 at 23:50 UTC |