• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Best setup for Quad Processor system?

It is possible one of these may be finding it's way into my possession in the very near future (a modest 4x PPro 200, but still) and I was wondering if there was a certain Linux installation or other OS even that would be most ideal for taking advantage of the hardware. Anyone have experience with quad PCs? Anything I should need to know or watch out for?
 
The linux SMP kernel should take advantage of four processors as long as you have enough work for them. 😉 A single app must be multi-threaded to take advantage of multiple processors. But Linux does a good job of disbursing processes amongst the processors when several single threaded applications are running.

Pick your favorite distro. You may want to recompile your kernel if the one provided was compiled for the i386 instruction set as many distros do (RedHat) Of course you will want to check the little box for SMP support as well.

Unfortunately I've never had the chance to play with a quad system.
 
Back
Top