Program Priority and Multithreaded Applications (106253)
The information in this article applies to:
- Microsoft Windows NT Server 3.1
- Microsoft Windows NT Workstation 3.1
- Microsoft Windows NT Advanced Server 3.1
- Microsoft Windows NT Server 4.0
- Microsoft Windows NT Workstation 4.0
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.
Modification Type: | Major | Last Reviewed: | 8/8/2001 |
---|
Keywords: | kbenv KB106253 |
---|
|