posted by David Adams on Thu 2nd Oct 2008 17:40 UTC
IconThe 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.
e p (8)    12 Comment(s)

Related Articles

posted by Rahul on Thu 20th Nov 2008 04:31
posted by Thom Holwerda on Sun 16th Nov 2008 14:51 submitted by DeviceGuru
posted by Rahul on Sat 15th Nov 2008 03:30