PPSS is a shell script that processes files or other items in parallel. It is designed to make full use of current multi-core CPUs. It will detect the number of available CPUs and start a thread for each CPU core. It will also use hyper threading if specified. Please note that you can start any number of processes in parallel if you like.
Full story »