Re:EXE Priorites

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi mate

Thread priority is calculated as base priority of its process plus thread
priority within given base priority class. In order to set process base
priority, you can call SetPriorityClass(). In order to adjust thread
priority withing its priority class, you can call SetThreadPriority(). This
is the only thing that Steve has not told you - concerning the rest, I
believe he gave detailed answers to all your questions(plus just wonderfull
advice to get yourself a copy of Windows Internals)

Anton Bassov
.



Relevant Pages

  • Re: vms base priority watch
    ...      If only some users get to do this in the ealy hours, ... accounting would tell you who might have issued a command? ... priority rarely has much effect unless the process is compute bound. ... will continue until the process has reached base priority where the ...
    (comp.os.vms)
  • Re: SWS-2.1 (Apache) question?
    ... No CGIs to play with here, but if I download a PDF I see ... to priority 4 for a while, ... Googling for "apache process priority" came up with the link below, ... base priority of 3 and hey presto, all the APACHE* processes start with a ...
    (comp.os.vms)
  • Re: vms base priority watch
    ... The user's base priority is what is controlled/set by a SET PROC/ ... The scheduling algorithm for OpenVMS uses changes in current ... For example, when a process is waiting for terminal input, ...
    (comp.os.vms)
  • Re: Launch a application with a specific base priority in windows xp
    ... base priority in windows xp. ... I can use task manager to change app. ... You could then have a shortcut to a batch script to start whatever the ...
    (microsoft.public.windowsxp.setup_deployment)
  • Re: twapi again - mapping from numerical values to enumeration "names" ...
    ... options are actually priority classes, ... given by a string like "belownormal", I really would like to map e.g. ... the base priority of a process back ...
    (comp.lang.tcl)