[Mono-list] nice value

Jonathan Pryor jonpryor@vt.edu
Mon, 25 Oct 2004 06:46:16 -0400


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