in reply to No 'out of memory' message on Windows?
I've found
useful. hthif (my $chld = fork) { # supervise $chld from here } else { # unreliable process here }
Edit: Maybe you can make do with just confirming a successful run with a print "successfully done\n";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: No 'out of memory' message on Windows?
by oxone (Friar) on Feb 09, 2008 at 13:06 UTC |