Hello, is it possible to share resources for compilation of my c++ projects over network? I could imagine this could speed up the compiling a lot. Thank you! Regards, Uwe
As a matter of interest how large is your solution and how long does it take to build? Nick. "Uwe Braunholz" wrote in message news:8bf16605-179b-452d-86f2-a3616f4ecd69@59g2000hsb.googlegroups.com... > Hello, > > is it possible to share resources for compilation of my c++ projects > over network? > > I could imagine this could speed up the compiling a lot. > > Thank you! > > Regards, > Uwe
"Uwe Braunholz" wrote in message news:8bf16605-179b-452d-86f2-a3616f4ecd69@59g2000hsb.googlegroups.com... > is it possible to share resources for compilation of my c++ projects > over network? > I could imagine this could speed up the compiling a lot. In a sense yes. Copy .cpp file that DOES NOT depend on another .cpp file to each network PC in the list. Then copy back the .obj file. After all .obj files are back then link them all together. I see major issues with sync here!
On Mon, 19 May 2008 13:06:22 +0200, Uwe Braunholz wrote: > Hello, > > is it possible to share resources for compilation of my c++ projects > over network? > > I could imagine this could speed up the compiling a lot. IncrediBuild (http://www.xoreax.com/) works well and can be a huge time saver. Relatively expensive, but for huge projects the money spent can be saved quite fast. -- Petter Nilsen, Software Engineer, Opera Software