Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2002 10:15:43 -0700 (PDT)
From:      Scott Hess <scott@avantgo.com>
To:        "Robert S. Wojciechowski Jr." <robertw@wojo.com>
Cc:        hackers@freebsd.org
Subject:   RE: DistCC
Message-ID:  <Pine.LNX.4.44.0210141010250.32332-100000@river.avantgo.com>
In-Reply-To: <A8924EDBB1C71B49B033F174C071493D194E@moe.wojo.net>

next in thread | previous in thread | raw e-mail | index | archive | help
You might also want to try ccache (http://ccache.samba.org/).  Similar
idea (related authors!), except that instead of distributing the
preprocessor output, it hashes it and uses the hash to pull the object
file from a cache.  I haven't used it for buildworld, but I do use it for
most of my daily development.  The overall projects usually contain Perl,
MYSQL, openssl, Apache, and others as subprojects.  It's especially sweet
to see openssl files compiling fast enough that you can't read the
output...

I understand it also works for the Linux kernel.  I don't recall any
changes made to my build process to handle this.  I did have some issues
with the option to link files rather than copy them, but that wasn't a 
huge loss to turn off.

Later,
scott


On Sat, 12 Oct 2002, Robert S. Wojciechowski Jr. wrote:
> Scott,
> 
> Although I can't try it right now, I was going to give this a spin in about
> a week or so on buildworlds.  I have a few servers that are 733MHz PIIIs
> running on mirrored RAID 7200RPM drives (3ware as well) and would love to
> speed up the buildworld time from 58 minutes.  A friend will also have his
> server in the rack and could speed it up even more, which would be VERY
> nice!
> 
> --Robert
> 
> -----Original Message-----
> From: Scott Ullrich [mailto:sullrich@CRE8.COM] 
> Sent: Saturday, October 12, 2002 2:16 PM
> To: 'hackers@freebsd.org'
> Subject: DistCC
> 
> 
> Greetings, Hackers--
> 
> Have any of you played around with DistCC (DistCC is a program to distribute
> compilation of C or C++ code across several machines on a network).   I am
> hoping to improve my buildworld farm at home.   With a dual AMD MP 1800, I
> can build world in 26 minutes but I am hoping to add a few more machines to
> the mix and try to get this down to 10 minutes (or less).   I have a 3Ware
> Escalade 7810 and can get around 70 Mbytes a sec read/write so disk
> throughput hopefully will not be an issue.
> 
> So with the above said, have any of you actually setup a build farm using
> DistCC and successfully built a FreeBSD world?
> 
> Thanks in advance,
> 
> -Scott
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-hackers" in the body of the message
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-hackers" in the body of the message
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.44.0210141010250.32332-100000>