Delphi 6 Threads: Priorities
Xavier Pacheco and Steve Teixeira discuss the process priority class and the relative priority of individual threads in Delphi 6.
This sample chapter is excerpted from Delphi 6 Developer's Guide, by Xavier Pacheco and Steve Teixeira.
Like this article? We recommend
Introduction
The operating system is in charge of scheduling for each thread some CPU cycles in which it might execute. The amount of time scheduled for a particular thread depends on the priority assigned to the thread. An individual thread's overall priority is determined by a combination of the priority of the process that created the thread (called the priority class) and the priority of the thread itself (called the relative priority).
Page 1 of 3
Next >