From owner-freebsd-threads@FreeBSD.ORG Fri May 23 17:32:01 2003 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 5557237B401 for ; Fri, 23 May 2003 17:32:01 -0700 (PDT) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1FE143F93 for ; Fri, 23 May 2003 17:32:00 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by attbi.com (sccrmhc01) with ESMTP id <200305240031590010083dule>; Sat, 24 May 2003 00:31:59 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id RAA94490; Fri, 23 May 2003 17:31:58 -0700 (PDT) Date: Fri, 23 May 2003 17:31:57 -0700 (PDT) From: Julian Elischer To: Craig Rodrigues In-Reply-To: <20030523221953.GA1117@attbi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-threads@freebsd.org Subject: Re: basic thread 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: Sat, 24 May 2003 00:32:01 -0000 On Fri, 23 May 2003, Craig Rodrigues wrote: > On Fri, May 23, 2003 at 10:57:30AM -0400, Daniel Eischen wrote: > > Either link to libkse or libthr (-lkse or -lthr). Don't use > > libc_r (-pthread or -lc_r). Libkse will set the concurrency > > to the number of CPUs in your system. You can also use > > scope system threads with libkse. > > Hi, > > The FreeBSD KSE web page does not mention -lkse, but > instead it mentions linking against libpthreads. > > Does this web page need to be updated? It mentions > linking against libpthreads and libpthread. When the library is fully working it will be renamed.. > > > -- > Craig Rodrigues > http://home.attbi.com/~rodrigc > rodrigc@attbi.com > _______________________________________________ > 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" >