in reply to Multi-kernel processors.

Even as you observe that only one CPU resource is being fully utilized, remember to consider all of the various resources that could be sources of contention.   Real memory (i.e. actual RAM chips) should be fully utilized if possible, but not to the extent that significant virtual-memory paging begins to occur.   (Don’t forget that a fair amount of RAM is, and should be, used for file buffers.)   The practical amount of disk-I/O throughput that your system is capable of, is always a fundamental constraint.   It is quite common that a system that is operating at-or-near its actual pragmatic capacity to do work is “barely using” its CPU resources, simply because they are so incredibly faster than everything else in the machine.

Replies are listed 'Best First'.
Re^2: Multi-kernel processors.
by BrowserUk (Patriarch) on Feb 17, 2011 at 21:12 UTC
    The practical amount of disk-I/O throughput that your system is capable of, is always a fundamental constraint.

    You're talking bollocks again!

    If a process is using 100% cpu, it cannot be doing any I/O. If it is doing no I/O then I/O cannot be a constraint of any kind, let alone a fundamental one.

    Why do you continue to spout such shite?


    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.