A fast, free distributed method for C/C++ compilation (developerWorks)
[Posted June 23, 2004 by corbet]
developerWorks
shows
how to use distcc to speed up compilations. "
Now, just having
distcc on one machine is pointless; this won't really give us any
benefit. I'm going to find three friends on my LAN who are running Linux
and see if they're interested, since everyone who installs distcc can
benefit from the 'pool.' It is also worth noting that apart from the
version of gcc you are running, there doesn't need to be anything else
common about the machines: they needn't share a filesystem, header files,
or libraries, or even be running the same Linux kernel or
distribution."
(
Log in to post comments)