From owner-cvs-all@FreeBSD.ORG Mon Mar 3 18:33:29 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C2FA1065670; Mon, 3 Mar 2008 18:33:29 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 537CB8FC1A; Mon, 3 Mar 2008 18:33:29 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id BEF7946B06; Mon, 3 Mar 2008 13:33:27 -0500 (EST) Date: Mon, 3 Mar 2008 18:33:27 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Peter Jeremy In-Reply-To: <20080303182453.GE90593@server.vk2pj.dyndns.org> Message-ID: <20080303183225.W82170@fledge.watson.org> References: <200803020741.m227fAoJ039644@repoman.freebsd.org> <47CB6FB0.9040602@freebsd.org> <20080302183513.P920@desktop> <47CB82A6.4040903@freebsd.org> <20080303022403.Y920@desktop> <20080303182453.GE90593@server.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: src-committers@freebsd.org, cvs-src@freebsd.org, Jeff Roberson , cvs-all@freebsd.org, David Xu , Jeff Roberson Subject: Re: cvs commit: src/sys/kern init_sysent.c syscalls.c systrace_args.c src/sys/sys syscall.h syscall.mk sysproto.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2008 18:33:29 -0000 On Tue, 4 Mar 2008, Peter Jeremy wrote: > On Mon, Mar 03, 2008 at 02:24:54AM -1000, Jeff Roberson wrote: >> it. After all 1024 cpus should be enough forever.. ;) > > I notice the smiley but... Based on Sun's claims, they should have 1024 > thread boxes in 4-6 years. They have 64-thread boxes now (8 core x 8 > thread) [*] and have said they'll double threads/chip every 12-18 months. > > [*] I thought there was a dual-chip T5xxx which would have 128 threads) > but it doesn't show up. It's also instructive to look at scalability issues in file descriptor related interfaces in userspace, which have a similar bitmask structure for things like select(), etc with fixed-size arrays. Robert N M Watson Computer Laboratory University of Cambridge