Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 17 Jul 2002 16:06:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 17 Jul 2002 16:06:17 -0400 Received: from mx2.elte.hu ([157.181.151.9]:46260 "HELO mx2.elte.hu") by vger.kernel.org with SMTP id ; Wed, 17 Jul 2002 16:06:16 -0400 Date: Thu, 18 Jul 2002 22:08:13 +0200 (CEST) From: Ingo Molnar Reply-To: Ingo Molnar To: Sam Mason Cc: shreenivasa H V , Subject: Re: Gang Scheduling in linux In-Reply-To: <20020717201417.GA9546@sam.home.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 990 Lines: 23 On Wed, 17 Jul 2002, Sam Mason wrote: > It's mainly used for programs that needs lots of processing power > chucked at a specific problem, the problem is first broken down into > several small pieces and each part is sent off to a different processor. > When each piece has been processed, they are all recombined and the rest > of the calculation is continued. The problem with this is that if any > one of the pieces is delayed, all the processors will be idle waiting > for the interrupted piece to be processed, before they can process the > next set of pieces. well, how does gang scheduling solve this problem? Even gang-scheduled tasks might be interrupted anytime on any CPU, by higher-priority tasks, thus causing a delay. Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/