> > 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. Klaasjan