Article ID: 106253
Article Last Modified on 10/31/2006
APPLIES TO
- Microsoft Windows NT Advanced Server 3.1
- Microsoft Windows NT Workstation 3.1
- Microsoft Windows NT Advanced Server 3.1
- Microsoft Windows NT Server 4.0 Standard Edition
- Microsoft Windows NT Workstation 4.0 Developer Edition
This article was previously published under Q106253
SUMMARY
When a program is started under Windows NT, it will have a priority class
that is either normal or equal to the priority class specified in the
command line when using the START command (Idle, Normal, High, or
Realtime). The priority class determines at which priority (from 1 to 31)
the program will run. In a multithreaded application, threads spawned by
the program can be lower or higher than the current priority class of the
program; however, all thread priorities will be relative to the priority
class of the parent program. While a program can change its priority class
after starting, all of its threads will still have the same relative
priority.
Additional query words: prodnt
Keywords: kbenv KB106253