On Sun, 2004-10-24 at 17:34, Rob Brown-Bayliss wrote: > Hi, how would I go about changing the nice value of an app I have > written in mono from within the app it's self? You can use Mono.Posix.Syscall.nice(), which invokes the nice(2) system call. - Jon