简体   繁体   中英

Distribute compilation on a server that itself distributes on more computers

If I distcc my compilation on a unique server, is it possible to this server to distribute its compilation to many more computers by using distcc too?

Another way to ask it: is the distcc distribution stopped after one distribution or is it recursive?

In the case it would be recursive, does it handle cycles smoothly? (Computer A distributing on computer B that distributes on computer A.)

I am discovering distcc, and I want to know if I can design a compilation sub-network accessible only through a bastion without any knowledge on the computers in this sub-network.

I think distcc stops you from calling distcc on a client machine. This is so that you can set up a pool of build machines for a team, work on any one of them and have them all build together.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM