Linked by David Adams on Thu 2nd Oct 2008 17:40 UTC
Linux 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.
Permalink for comment 332277
To read all comments associated with this story, please click here.
save my battery more
by buff on Thu 2nd Oct 2008 22:58 UTC
buff
Member since:
2005-11-12

I'm guessing that sleeping processes consume memory but not cpu cycles. I'm looking forward to kernel changes coming with the Ubuntu Intrepid Ibex release to recognize CPU scaling with Atom processors. I saw a comment on the eee-Ubuntu maintainer's blog suggesting that low power modes would be utilized more with the next Ubuntu release. It is kind of interesting since I get about 6 hours running Open Office all day on XP and about 5 hours running Ubuntu Hardy. I'm guessing that Asus has kernel modules for XP that leverage the Atom CPU's low power modes.