|
Priority Boosts
Each thread has a dynamic priority. This is the priority the scheduler uses to determine which thread to
execute. Initially, a thread's dynamic priority is the same as its base priority. The
system can boost and lower the dynamic priority, to ensure that it is
responsive and that no threads are starved for processor time. The system does not boost
the priority of threads with a base priority level between 16 and 31. Only
threads with a base priority between 0 and 15 receive dynamic priority boosts.
The system boosts the dynamic priority of a thread to enhance its
responsiveness as follows.
- When a process that uses NORMAL_PRIORITY_CLASS is brought to the foreground,
the scheduler boosts the priority class of the process associated with the
foreground window, so that it is greater than or equal to the priority class of any
background processes. The priority class returns to its original setting when
the process is no longer in the foreground.
Windows NT: The user can control the boosting of processes that use NORMAL_PRIORITY_CLASS
through the System control panel application.
- When a window receives input, such as timer messages, mouse messages, or
keyboard input, the scheduler boosts the priority of the thread that owns the
window.
- When the wait conditions for a blocked thread are satisfied, the scheduler
boosts the priority of the thread. For example, when a wait operation associated
with disk or keyboard I/O finishes, the thread receives a priority boost.
Windows NT: You can disable the priority-boosting feature by calling the SetProcessPriorityBoost or SetThreadPriorityBoost function. To determine whether this feature has been disabled, call the GetProcessPriorityBoost or GetThreadPriorityBoost function.
After raising a thread's dynamic priority, the scheduler reduces that priority
by one level each time the thread completes a time slice, until the thread
drops back to its base priority. A thread's dynamic priority is never less than
its base priority.
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|