Re: Distcc on Mesos.

2014-01-13 Thread Tobias Knaup
This is great! We were thinking about building the same thing :) On Fri, Jan 10, 2014 at 11:01 AM, Benjamin Mahler wrote: > I wrote a simple a simple framework for doing distributed C++ compilation > through distcc: > https://github.com/mesos/mesos-distcc > > Distcc is a distributed C++ compile

Distcc on Mesos.

2014-01-10 Thread Benjamin Mahler
I wrote a simple a simple framework for doing distributed C++ compilation through distcc: https://github.com/mesos/mesos-distcc Distcc is a distributed C++ compiler hosted here: https://code.google.com/p/distcc/ The mesos-distcc tool will dynamically create a distcc cluster for the duration of yo