Quote:
Originally posted by lynx@29 May 2003 - 01:38
2) Symmetrical multiprocessing does NOT mean both processors share the load, it simply means they are capable of doing so. If only one thread is running, only one processor will be in use = half performance. BUT any program which is highly processor intensive should be designed to be multi-threaded - don't blame the hardware for software shortcomings.
that's exactly what i would tell people to expect. if you get a dual processor computer, both cpus will not be running full bore on every program, because many programs are not multi-threaded. if you're going to invest in such a computer, you should find out whether the programs you use regularly are multi-threaded.