Re: priority

From: Motherchucker (charles@NOSPAM.charleswjones.com)
Date: 03/27/03


From: "Motherchucker" <charles@NOSPAM.charleswjones.com>
Date: Thu, 27 Mar 2003 04:44:43 -0600

use this:

start [/LOW | /NORMAL | /HIGH | /REALTIME | /ABOVENORMAL | /BELOWNORMAL]
notepad.exe

Charles

<evb@ar-te.be> wrote in message
news:xV09a.2569$Pp1.1581@amsnews02.chello.com...
>
> Hi,
>
> How can I set the proces priority to an aplication automaticaly?
> There is a program that has to start frequently and takes a lot of
> cpu-power. I want to run this aplic in lower priority so I still can use
> yhis pc.
> This program always has to start with a lower priority.
>
> Tnx
> Eric



Relevant Pages

  • [PATCH v3 00/17] New RT Task Balancing -v3
    ... Also to avoid overloading the runqueue, ... RT task is of lower priority than the one waking up. ... That is to say that a high priority thread that is scheduled on a CPU ...
    (Linux-Kernel)
  • Re: Massive performance loss from OS::sleep hack
    ... time to lower priority threads on 7.0 using thr. ... Thread.yieldto allow a lower priority thread to ... white papers, certification tests, etc that say not to do ... "The Java specification does not guarantee preemptive ...
    (freebsd-performance)
  • Re: Background thread with lower priority
    ... "So if you change the priority of other threads in your app how will they play nicely with the above four?" ... Unlike the previous point, this has nothing to do with other threads in your app but has to be considered at the system as a whole. ... My assumption is that the non-responsiveness is caused by running my background sync on a thread with the same priority as the main thread. ... So maybe my question should be: is it ok to have a background thread running on a lower priority so not to interfere with the GUI, ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Background thread with lower priority
    ... "So if you change the priority of other threads in your app how will ... that the non-responsiveness is caused by running my background sync ... running on a lower priority so not to interfere with the GUI, ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Background thread with lower priority
    ... If it's on a background thread it's going to compete for resources just like ... Running it at a lower priority would allow the UI to get quantum before the ... the non-responsiveness is caused by running my background sync on a thread ...
    (microsoft.public.dotnet.framework.compactframework)