in reply to Re^3: Timeout and kill
in thread Timeout and kill
I don't see what you are doing with $result, but one way is to capture the process ID from the shell:
$pid = `command && echo $$` ;I suggest you take a step back and start again with File::Find. I think you've overcomplicated your solution.
You might also try to prevent the OOM issue in the "solver" instead.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Timeout and kill
by Eliya (Vicar) on Mar 21, 2012 at 02:33 UTC | |
by nelson64 (Initiate) on Mar 23, 2012 at 01:53 UTC | |
by nelson64 (Initiate) on Mar 23, 2012 at 02:06 UTC | |
Re^5: Timeout and kill
by nelson64 (Initiate) on Mar 20, 2012 at 20:00 UTC |