
I've had a hunt around in System.Process, but I can't discover any way to adjust the priority of the process you just spawned. Am I missing something, or has this just not been implemented yet? (I must confess, I don't know whether Windows and Unix both have the same ideas about priority numbers...)

* Andrew Coppin
I've had a hunt around in System.Process, but I can't discover any way to adjust the priority of the process you just spawned. Am I missing something, or has this just not been implemented yet? (I must confess, I don't know whether Windows and Unix both have the same ideas about priority numbers...)
For POSIX systems you have 'nice' and 'setProcessPriority' in System.Posix.Process. -- Roman I. Cheplyaka :: http://ro-che.info/ "Don't let school get in the way of your education." - Mark Twain
participants (2)
-
Andrew Coppin
-
Roman Cheplyaka