Re: thread priority question

Brad Wilson <[email protected]> Thu, 30 Jun 2011 14:31:34 -0700
Newsgroups gmane.comp.windows.off-topic
Message-ID <[email protected]>
It depends on how you think about priority level.

The major delineations between priority levels in Windows have sizeable gaps
between them, because Windows itself will make minute (seemingly invisible)
tweaks to the priority of a process based on whether or not one of its
windows has the focus, on the belief that the application that the user
chooses to interact with should be given a tiny priority boost vs. all other
processes at the same level, but not enough so that an explicitly higher
priority process will be starved.

On Wed, Jun 29, 2011 at 6:01 PM, John Smith <[email protected]> wrote:

>
>
> Hi All,
>   For a normal program running under normal operating conditions is there
> any reason why the OS would change the priority of a thread or process
> (without user intervention)? Just wondering whether or not I need to have my
> program monitor its own priority level... Thanks
>
>
>