From owner-p4-projects@FreeBSD.ORG Sat Dec 9 17:49:55 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 9BF1716A407; Sat, 9 Dec 2006 17:49:55 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0AB0C16A4A7 for ; Sat, 9 Dec 2006 17:49:55 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60A4043CAC for ; Sat, 9 Dec 2006 17:48:46 +0000 (GMT) (envelope-from asmrookie@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so1412533nfc for ; Sat, 09 Dec 2006 09:49:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=ZCLezfW6QFqoliDyMYJ1dSCTtc2Ch3gVgrgZezYKawY9GCpJCp5MrRGTT6S5vs+C1ZQdurpCsjXHxvgVr6GcUuwM1JkYa6vLyli3EYMn6gSddedB9zP9hYeN1owzCRFmBRZK0pYWGJPba5HU8rJyYGQd9ebGXrC1LoWsfkhAjJo= Received: by 10.82.105.13 with SMTP id d13mr724192buc.1165686586310; Sat, 09 Dec 2006 09:49:46 -0800 (PST) Received: by 10.82.189.18 with HTTP; Sat, 9 Dec 2006 09:49:46 -0800 (PST) Message-ID: <3bbf2fe10612090949m57552a6bp8c5026bee1206b35@mail.gmail.com> Date: Sat, 9 Dec 2006 18:49:46 +0100 From: "Attilio Rao" Sender: asmrookie@gmail.com To: perforce@freebsd.org, "Paolo Pisati" In-Reply-To: <200612091726.kB9HQ2tW029475@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200612091726.kB9HQ2tW029475@repoman.freebsd.org> X-Google-Sender-Auth: 3b86dd4f9e4e6f37 Cc: Subject: Re: PERFORCE change 111336 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Dec 2006 17:49:55 -0000 2006/12/9, Paolo Pisati : > http://perforce.freebsd.org/chv.cgi?CH=111336 > > Change 111336 by piso@piso_newluxor on 2006/12/09 17:25:17 > > Add a private per handler ithread for every filtered driver. Nice shot. When piso@ and I spoke about this I was suggested, if empirically we see a possible form of parallelism not happening too seldomly for the handlers, to use group of handlers which can run concurrently and to give a kthread for any group. The "split & group" operation might be done by the driver developer and I don't really know if it is worth it. Attilio -- Peace can only be achieved by understanding - A. Einstein