distcc:分布式 cc (original) (raw)

2008-09-06 · Byhmy · Posted in Apps · 0 Comments

[撰文/hmy]

简单说来就是,可以把一个编译任务分发到多个机器上去编译,多个 cpu 同时编译当然要比一个 cpu 来的快。多个机器的编译环境最好是一致。还能监视各个机器的编译情况。

distcc

参考

  1. http://distcc.samba.org (distcc 2.x)
  2. http://code.google.com/p/distcc/ (distcc 3.x)

# Tagged as distcc · Edit on GitHub

Read More: