If I have 2 PC's with similar specs, will there be any increase in compile times if I use distcc?
if distcc uses the remote machine to compile, is there any point using just a master and a slave if the master is ~ same spec as the slave?
No, there should be a decrease in the compile times (on average).Stubbs wrote:If I have 2 PC's with similar specs, will there be any increase in compile times if I use distcc?
Yes; but not as master/slave - better as peers. You can add both pc's to distcc/hosts files found on each of the pc's. That way compiles should occur on both machines.Stubbs wrote:if distcc uses the remote machine to compile, is there any point using just a master and a slave if the master is ~ same spec as the slave?