Slashdot Mirror


User: datadigger

datadigger's activity in the archive.

Stories
0
Comments
54
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 54

  1. Re:No, there aren't. This is what a kernel DOES. on Debating the Linux Process Scheduler · · Score: 1
    ... a task that even the most minimalist microkernels consider necessary to put into the microkernel.

    Naah, only the dispatcher should in the kernel. The ordering of the processor queue (scheduler) can be delegated to a process outside the kernel.

  2. i'm not a specialist but on Virtual Earth Exposes Nuclear Sub's Secret · · Score: 1

    Come on, this shape is almost common knowledge. Anyone can see this frequently on Discovery Channel or National Geographic Channel.

  3. Re:I think.... on Federal Anti-Obscenity Program Comes Up Limp · · Score: 2, Funny

    You've been avoiding Bushes for too long. They're all shaved nowadays.

  4. Why not a better "atime" instead of "noatime" on Replacing Atime With Relatime in the Kernel · · Score: 1

    I see no reason why atime updates can't be postponed until some moment other metadata has to be flushed, or once a minute, whatever comes first.
    The exactness of atime might suffer, but nobody will notice.
    That said, I agree the noatime mount option covers most needs.