On Mon, Jul 02, 2001 at 12:51:17PM -0500, John Foster wrote: > If I put the CONCURRENCY_LEVEL := 2 in my root environment variable will > it be useful in allowing all of my compiled applications to run with > maximum efficiency on my dual processor system?
No, it will only affect the (one-time) compilation process of the kernel. To build a kernel for a multi-processor, enable "SMP" in the kernel configuration menu, and compile the kernel. Cheers, Joost