A New Way of Sleeping in the Linux Kernel

The Linux Kernel version 2.6.25 introduces a new Linux process sleeping state, TASK_KILLABLE: If a process is sleeping killably in this new state, it works like TASK_UNINTERRUPTIBLE with the bonus that it can respond to fatal signals. This feature is generally an improvement over the existing options — after all, it is another way to keep from getting stuck with dead processes.

12 Comments

  1. 2008-10-02 5:44 pm
    • 2008-10-02 5:55 pm
    • 2008-10-02 6:22 pm
      • 2008-10-02 6:40 pm
  2. 2008-10-02 6:58 pm
    • 2008-10-02 7:09 pm
    • 2008-10-02 7:26 pm
  3. 2008-10-02 8:59 pm
  4. 2008-10-02 10:58 pm
    • 2008-10-02 11:08 pm
    • 2008-10-03 3:06 am
  5. 2008-10-03 6:35 am