(e-mail address removed) (Brent J. Larsen) wrote in
Does anyone have any first hand knowledge of the effectiveness of a
dual processor system when using Vuescan to process 4000 dpi scans
from slides or negatives? We are currently using Athlon 2600 systems
with Nikon 4000 scanner but he "real" scan & processing durations are
about 3.5 minutes between scans. I'm hoping to reduce that to around
2 minutes with a dual processor system.
My scanner doesn't work with Vuescan so I can't test this out myself.
Multithreaded apps can sometimes benefit directly from SMP systems. If the
app is single threaded, you may only see indirect benefits, for example if
you're also running other programs at the same time. Then it won't have to
"share" CPU as much with the other programs. The load of multiple
processes spread across multiple cpus, so you may see an indirect
improvement in speed.
Hopefully you can get an answer on that. But at the same time, it's not
necessarily the slowest link. There's the scanner speed itself, as well as
the speed of the connection between the scanner and the PC. Depending on
the processing of the scan data, memory and disk speed may also be
factors.
What are you seeing when you run task manager and perfmon on these systems?
I'd be looking at cpu usage, disk usage, physical and virtual memory usage
for the process in question. If you're not seeing CPU maxed out at any
point during the scan process, then the benefit of more processing power is
probably limited. Task manager and perfmon might be able to help you find
out where the slowest link in the chain is.