BLOGGER TEMPLATES AND TWITTER BACKGROUNDS

Thursday, July 30, 2009

Kernel Thread

Kernel threads are supported directly by the operating system: The kernel performs thread creation, scheduling, and management in kernel space. Because thread management is done by the operating system, kernel threads are generally slower to create and manage than are user threads.

0 comments: