As I understand it Win7 can handle these quite well, BUT it depends on
the program itself whether more than one is actually used.
I guess most apps just trundle along using one; and for most of the time
only one will be used, single-threading.
Does anybody have a list of the commonly used apps which actually use
more than one. Especially for a 64-bit Win7.
Ed
The oldest is probably Photoshop.
Photoshop was multicore for so long, it even worked
with special DSP accelerator cards (ones running at 50MHz).
Just to give you some idea how long they've been doing it.
Photoshop filters are split in two groups. Half of the
filters are single threaded. Adobe claims to have done
this for some of those, to give the best mathematical
precision. They used algorithms that emphasized correctness
over speed.
The other filters, use divide and conquer. Half the image
runs on one core, half on the other, for double the speed.
That's the basic idea on those filters.
Consequently, if you're "benching" Photoshop, you have to be
very careful as to what filters you use for the job. One of
the older benchmarks, recorded individual filter results,
making it easier to see precisely which filters were benefiting
from the extra cores.
7ZIP is a weird mixture. Some of the 7ZIP compressors are
single threaded. And some are multithreaded. While you can
get a separate compressor "PIGZ" that does GZIP compression
in parallel, the author of 7ZIP doesn't seem to be interested
in incorporating that innovation into his own code. The GZIP
compressor in 7ZIP, is single-threaded.
Paul[/QUOTE]
Adobe Audition now takes advantage of multiple cores. The standalone
version of Monkey's Audio (compression) uses > 1 core. I is now built in
to Audition and I presume it does the same.