[distcc] how to compile with distcc without localpreprocessing,

Fergus Henderson fergus at google.com
Tue Dec 20 22:54:01 MST 2011


Some uses of the compiler, e.g. for linking, will always result in a local
invocation of the compiler, even when using pump mode.
Distcc only distributes compilation, not linking.

If you want to use NFS on the compilation server, then maybe ssh is nearly
all you need.
On Dec 20, 2011 3:34 AM, "Łukasz Tasz" <lukasz at tasz.eu> wrote:

> Hi all
> I tried to use pump mode as a first solution, but anyway compiler on
> client side was executed and has consumed one license.
> The aim is to minimise usage of licenses.
> From another side,  If NFS server is closer to compilation server
> rather then development server (server which triggers compilation) I
> gess that more efficient is to collect headers on compilation server,
> then on development,
>
> I just asked if distcc supports such a direct call or not.
> thanks in advance
> Lukasz
>
> W dniu 20 grudnia 2011 00:57 użytkownik James Hanley
> <jhanley at dgtlrift.com> napisał:
> > You can use distcc in pump mode. Look for distcc pump.  As for nfs,
> > this is an old point, but NFS has a lot of overhead in order to manage
> > file writes. Distcc essentially circumvents that overhead by using its
> > own protocol - since most files will be read to peace together one
> > file - it doesn't need NFS.
> >
> > Sent from my iPhone
> >
> > On Dec 19, 2011, at 2:20 PM, "Łukasz Tasz" <lukasz at tasz.eu> wrote:
> >
> >> Hi all,
> >>
> >>
> >> How to ask distcc not to make preprocessing locally, but remotely only?
> >> We are using nfs which is mounted on each distccd, so we would like to
> >> prevent distcc making any local actions.
> >>
> >> issue is also touching license problems, we have just few hosts with
> >> availability of licenses.
> >>
> >> thanks in advance
> >>
> >>
> >> --
> >> Łukasz Tasz
> >> __
> >> distcc mailing list            http://distcc.samba.org/
> >> To unsubscribe or change options:
> >> https://lists.samba.org/mailman/listinfo/distcc
>
>
>
> --
> --
> Łukasz Tasz
> __
> distcc mailing list            http://distcc.samba.org/
> To unsubscribe or change options:
> https://lists.samba.org/mailman/listinfo/distcc
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/distcc/attachments/20111221/db8795ff/attachment.html>


More information about the distcc mailing list