Understanding NetBSD 2.0's new technology (NewsForge)
[Posted January 5, 2005 by corbet]
NewsForge
talks with the NetBSD hackers about new features in the 2.0 release. "
Scheduler activations are a mechanism invented by Thomas Anderson in a 1992 paper, which provides an interface between an operating system kernel and an application for maintaining a desired level of concurrency. In this system, the application informs the kernel how much concurrency it has, e.g. how many simultaneously computing threads it will use, and the kernel maintains a certain number of 'activations,' or scheduleable entities, on which the library layers application computation."
(
Log in to post comments)