Wednesday, 1 October 2014

What is meant by process aging?

What is meant by process aging?
Process aging is the mechanism of the kernel scheduler of slowly reducing the execution priority of the process (more specifically the threads in a process) when that process or thread stays compute bound (or CPU pinned) for more than a short period of time.

This mechanism allows CPU intensive processes to run at a lower priority than IO intensive (or especially interactive) processes. It is a compromise between performance and responsiveness.

No comments:

Post a Comment