in reply to Launching an external process with a run-time limit
The code below works on the AIX system I tried it on:
my $rc = `ulimit -t 5; /usr/bin/somecommand param1 param2`;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Launching an external process with a run-time limit
by TheFluffyOne (Beadle) on Oct 18, 2006 at 15:29 UTC |