Tuesday, April 24, 2007

C

These questions are collected from some site and I feel they are interesting & should be discussed here.
1.
Consider the following statements with respect to user-level threads and kernel-supported threads

  1. Context switch is faster with kernel-supported threads
  2. For user-level threads, a system call can block the entire process
  3. Kernel-supported threads can be scheduled independently
  4. User-level threads are transparent to the kernel
   

No comments: