From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <20091021154323.GA10118@nipl.net> References: <4030fb6ae37f8ca8ae9c43ceefbdf57b@ladd.quanstro.net> <20091019155738.GB13857@nipl.net> <4ADD1D76.8050603@maht0x0r.net> <20091021154323.GA10118@nipl.net> Date: Wed, 21 Oct 2009 09:11:10 -0700 Message-ID: Subject: Re: [9fans] Barrelfish From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Topicbox-Message-UUID: 8d6def0a-ead5-11e9-9d60-3106f5b1d025 > Can you give one example of a slow task that you think cannot benefit muc= h from > parallel processing? Rebuilding a venti index is almost entirely I/O bound. You can have as many cores as you want and they will all be sitting idle waiting for the disks. Parallel processing helps only to the extent that you can run the disks in parallel, and they're not multiplying quite as fast as processor cores. > Perhaps you have a couple of videos to recode? =C2=A0Then you can achieve > close to 100% utilization. http://www.dilbert.com/strips/comic/2008-12-13/ Russ