really, this would work fine:
`renice -n 10 $$`;
I'd rather use setpriority $mysterious_argument, $mysterious_argument, 10;
The problem is that the perldoc -f for setpriority doesn't
make sense to me.
I suspect that I want to setpriority PRIO_USER, $$, 10, but
I'm not sure what a PRIO_USER is or where to get it.
In reply to renice
by jettero