Re: Re: a Photoshop test is what I need....
Safari renders? I'm not sure, but I suspect not. Safari seems oddly single-threaded in places; not sure if that extends to the WebCore framework or not. I somewhat doubt that Internet Explorer takes advantage of multiple procs.
A dual-processor system will definitely speed up "everyday" GUI responsiveness (ie, opening Finder windows, new apps, etc).
Using gcc (or gjc) and Project Builder/XCode, compile times roughly double with a dual-proc system, although makefiles may or may not work as well (my makefiles didn't use dual procs or XCode parallel compiling, which was the final straw in me switching everything over to a Project Builder project on OSX and leaving the makefiles to Solaris/Linux only); different 'make' implementations may vary though).
Javac? I'm not sure (I don't do any Mac-based Java; all my Java is done on an old Windows box). I would suspect it uses dual procs (I believe it does on, for instance, Solaris), but can't say for certain.
Originally posted by scem0
how about programs like Internet Explorer/safari/any browser?
I spend most of my time on the internet. I want to know if dual helps page rendering a lot. If It doesnt I might get the single 1.8.
Why about just opening finder windows. Simple tasks like that, which you use all the time.
Photoshop benchmarks dont help me all that much, although I would love to see them.
How about program compiling time differences? Especially with Java compilers. I plan on doing a good amount of java on this computer, mostly for school.
scem0
edit:
I agree. I think it is performing very well. I expected less from a single processor system.
Safari renders? I'm not sure, but I suspect not. Safari seems oddly single-threaded in places; not sure if that extends to the WebCore framework or not. I somewhat doubt that Internet Explorer takes advantage of multiple procs.
A dual-processor system will definitely speed up "everyday" GUI responsiveness (ie, opening Finder windows, new apps, etc).
Using gcc (or gjc) and Project Builder/XCode, compile times roughly double with a dual-proc system, although makefiles may or may not work as well (my makefiles didn't use dual procs or XCode parallel compiling, which was the final straw in me switching everything over to a Project Builder project on OSX and leaving the makefiles to Solaris/Linux only); different 'make' implementations may vary though).
Javac? I'm not sure (I don't do any Mac-based Java; all my Java is done on an old Windows box). I would suspect it uses dual procs (I believe it does on, for instance, Solaris), but can't say for certain.