[ale] perl nice'ness

Tim Meanor timothy at meanor.net
Sun Oct 7 09:15:02 EDT 2007


Add something like this to your script:
use POSIX();
$priority = 7;
POSIX::nice($priority);


-Tim

On Oct 7, 2007, at 1:24 AM, Jim Popovitch wrote:

> Is there a way to make perl scripts run nicer wrt to cpu utilization,
> rather than at the default 0 nice?
>
> Thx,
>
> -Jim P.
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale



More information about the Ale mailing list