Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2006 15:49:51 +0200
From:      Michel Talon <talon@lpthe.jussieu.fr>
To:        ports@freebsd.org
Subject:   Re: Yet another INDEX builder.
Message-ID:  <20060930134951.GA89865@lpthe.jussieu.fr>

next in thread | raw e-mail | index | archive | help
Kris Kennaway  said:

> FYI, I'm not sure if the python version is parallelizable, but you do
> get a small benefit from using parallelized 'make index' builds (via
> INDEX_JOBS) on a typical SMP machine.

My script runs parallel makes, of the order of ten simultaneous makes.
You can see them, running top at the same time, but of course they are very
transient, since usually one make lasts of the order of 0.1 s on my machine.
Anyways, still on my machine i have gained of the order of 20% wall clock time
by doing that. And it is only an hyperthreaded P4 (running in SMP mode). This
is why i was curious to know the effect of this idea on a machine with real
SMP and perhaps disks supporting tagged queuing, which should allow better
throughput for these simultaneous makes. I had, perhaps naively, assumed that
with a good machine one can divide time by 2.

-- 

Michel TALON




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060930134951.GA89865>