Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 17 Jul 2002 12:19:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 17 Jul 2002 12:19:55 -0400 Received: from mx2.elte.hu ([157.181.151.9]:22943 "HELO mx2.elte.hu") by vger.kernel.org with SMTP id ; Wed, 17 Jul 2002 12:19:54 -0400 Date: Thu, 18 Jul 2002 18:21:41 +0200 (CEST) From: Ingo Molnar Reply-To: Ingo Molnar To: shreenivasa H V Cc: linux-kernel@vger.kernel.org Subject: Re: Gang Scheduling in linux In-Reply-To: <20020716225441.23939.qmail@uwdvg008.cms.usa.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: 935 Lines: 22 On Tue, 16 Jul 2002, shreenivasa H V wrote: > I wanted to know whether there is any support for gang scheduling in the > linux kernel. If so, what is the status of the implementation and if > there are any documents about the same. yes - the 'synchronous wakeup' feature is a form of gang scheduling. It in essence uses real process-communication information to migrate 'related' tasks to the same CPU. So it's automatic, no need to declare processes to be part of a 'gang' in some formal (and thus fundamentally imperfect) way. (another form of 'gang scheduling' can be achieved by binding the 'parent' process to a single CPU - all children will be bound to that CPU as well.) 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/