http://qs1969.pair.com?node_id=376906


in reply to distributed compiler

Have a look at distcc, it is exactly what you described:

distcc is a program to distribute builds of C, C++, Objective C or Objective C++ code across several machines on a network. distcc should always generate the same results as a local build, is simple to install and use, and is often two or more times faster than a local compile.
See also Parallel::Pvm on CPAN, it could be a good starting point.

Ciao, Valerio

Replies are listed 'Best First'.
Re^2: distributed compiler
by elusion (Curate) on Jul 23, 2004 at 16:00 UTC