From owner-freebsd-threads@FreeBSD.ORG Wed Dec 15 19:47:31 2004 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EEED16A4CE for ; Wed, 15 Dec 2004 19:47:31 +0000 (GMT) Received: from silver.he.iki.fi (helenius.fi [193.64.42.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76A8043D1F for ; Wed, 15 Dec 2004 19:47:30 +0000 (GMT) (envelope-from pete@he.iki.fi) Received: from [193.64.42.134] (h86.vuokselantie10.fi [193.64.42.134]) by silver.he.iki.fi (8.13.1/8.11.4) with ESMTP id iBFJlLDv039310; Wed, 15 Dec 2004 21:47:21 +0200 (EET) (envelope-from pete@he.iki.fi) Message-ID: <41C094CB.9010009@he.iki.fi> Date: Wed, 15 Dec 2004 21:47:23 +0200 From: Petri Helenius User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Julian Elischer References: <41C0898E.3090005@he.iki.fi> <41C092EA.7060100@elischer.org> In-Reply-To: <41C092EA.7060100@elischer.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-threads@freebsd.org Subject: Re: worker thread performance question X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 19:47:31 -0000 Julian Elischer wrote: > > > Petri Helenius wrote: > >> >> With libpthread is it usually optimal to have as many worker threads >> (CPU bound stuff) as kern.threads.virtual_cpu or have, say double the >> number so that there is always a thread in the run queue when another >> hits a mutex or sleep? > > > Are they always runnable? Almost, except when they run into shared structures which obviously are minimized by design. > theoretically you can schedule as many as you want. > any number > NCPU should keep teh system busy, but > I'm not sure I fully understand the question. The question was aimed towards if larger runqueue takes more CPU to maintain than a shorter one does and if threads are involuntarily switched. Pete > >> >> >> Pete >> >> _______________________________________________ >> freebsd-threads@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-threads >> To unsubscribe, send any mail to >> "freebsd-threads-unsubscribe@freebsd.org" > > >