Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55071 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6523 invoked from network); 1 Sep 2011 19:20:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Sep 2011 19:20:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:54444] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 66/21-33826-E0BDF5E4 for ; Thu, 01 Sep 2011 15:20:47 -0400 Received: from [192.168.2.230] (ppp-93-104-32-107.dynamic.mnet-online.de [93.104.32.107]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id D9EFA7796E; Thu, 1 Sep 2011 21:20:42 +0200 (CEST) To: Sebastian Bergmann Cc: internals@lists.php.net In-Reply-To: <4E5FD87F.1090609@php.net> References: <4E5FD87F.1090609@php.net> Content-Type: text/plain; charset="UTF-8" Date: Thu, 01 Sep 2011 21:20:41 +0200 Message-ID: <1314904841.1211.15.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Faster builds From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Thu, 2011-09-01 at 21:09 +0200, Sebastian Bergmann wrote: > Is this > > http://jlebar.com/2011/9/1/Building_faster_by_parallelizing_more.html > > relevant to us? What about trying it out? (but well, no our build system works differently, on a 64 way machine I can easily compile 64 files in parallel using `make -j64` with out system) johannes