RedHat's default kernel is an SMP kernel (dual, multi-processor capable). When you compile/update to future kernels, you'll need to ensure that you obtain the SMP kernel support.
You don't need to do anything else to enable dual/quad proc support.
Linux rocks.
Surfinbox.com Business Internet Services - National Dialup, DSL, T-1 and more.
I just sneaked a peek at this thread -something I wanted to ask myself!
Knowing virtually nothing about Linux/unix, I have to ask a bit more:
When running Linux/unix on a dual processor system -will you gain the extra strenght/power of having two CPU on every application you run -or will it (like on M$ systems) have to be written/complied for dual processors?
The multiple processors allow either 1) threaded applications to benefit from the use of multiple processor access, or 2) unthreaded applications to use a processors while the OS runs on another.
Surfinbox.com Business Internet Services - National Dialup, DSL, T-1 and more.
Other distributions vary as to out of the box SMP support, for example Debian installs a single processor kernel by default but upgrading it is as simple as 'apt-get install kernel-smp' (or something like that).
Linux has traditionally favored process forking[1] over threads, so many of the traditional internet services (web, ftp, etc) and other programs will run great on two processors. Either way, programs do have to be written specifically for more than one processor to benefit (except for the benefit thedaver mentioned)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.