I'll be using Incredibuild or Electric-Cloud, both are similar to what distcc
does.
CONFIG
- two PCs
- inside my company (so no slowdown due to firewall issue)
- both on the same (really) expensive gigabit switch
I know NOTHING about networking but . . . my concern is that because my .cpp
files are so small - 96% of ~1800 < 100KB - my distributed build tool is gonna waste a lot of time transferring the .cpp
/artifacts in an inefficient way.
Is there a difference in transfer speed between
bursty, on-demand transfers aka for each .cpp
/.obj
/artifact
vs
transferring the inputs and artifacts "in bulk"?