Linked by Thom Holwerda on Fri 9th Dec 2005 12:35 UTC
Thread beginning with comment 70538
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: Application support for dual core
by setuid_w00t on Sat 10th Dec 2005 07:46
in reply to "RE: Application support for dual core"
RE[3]: Application support for dual core
by on Sat 10th Dec 2005 17:38
in reply to "RE[2]: Application support for dual core"
> I agree that most of the processes are asleep. The
> point I am trying to make is that if you are running
> one resource hungry process, there are still a LOT of
> other processes running on the system and each one of
> them requires CPU time at some point or another.
Yes, at some point or another. Let's say you have one resource hungry process that keeps one cpu busy, and a bunch of little processes that keep the second cpu busy 1/10 of the time. If the big process properly supported multiprocessing, both cpus would be busy all the time (minus communication overhead, which approaches zero if the multiprocessing support is "done right").
- Morin






Member since:
2005-07-06
Most of those processes are asleep. A better figure is:
$uptime
0:05 up 11:56, 2 users, load averages: 0.19 0.08 0.03
Note the loadavg of less than 1.0.