Red Hat Enterprise Linux 6 also supports distributed compiling. This involves transforming one compile job into many smaller jobs; these jobs are distributed over a cluster of machines, which speeds up build time (particularly for programs with large codebases). The distcc package provides this capability.
To set up distributed compiling, install the following packages:
distcc
distcc-server
For more information about distributed compiling, refer to the man pages for distcc and distccd. The following link also provides detailed information about the development of distcc: