On Fri, 25 Mar 2005 10:52:47 +0100, Klaasjan Brand <klaasjan@xxxxxxxxx> wrote: > > > Or how can I get around to use 4 CPUs efficiently? > > > > Make sure you're using the SMP kernel: type uname -r and check for the > > letters "smp". Or look at /proc/cpuinfo and count the processors. > > ...and make sure your workload can be split over the cpu's. It's not > going to help single-threaded single-process applications. It sure will, run one proc/cpu. That's 4 processes/box. Richard > > Klaasjan > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list > --