Quote:> Are there versions of linux which support multiple processors? If so,
> what is the limit and what versions?
Everything after about 1.3.75 (or thereabouts) supports SMP; this
includes 2.0.x and 2.1.x. It was busted in the mid-2.0 kernels for a
little bit, but should work fine in 2.0.30 (and 2.0.29).
Edit the top-level Makefile in the source tree and uncomment the SMP=1
definition.
The 2.1.x is working on adding finer grained locking to improve
efficiency. Right now, more than 4 processors probably isn't worthwile.
Speedups will be greater in code that doesn't require a lot of kernel
time, at least in 2.0.x. Remember, you need multiple threads or
processes to see the benefits of SMP.
TTFN,
Sumner
--
Apologies to legitimate repliers.