From owner-freebsd-arch Mon Nov 1 12:14:40 1999 Delivered-To: freebsd-arch@freebsd.org Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (Postfix) with ESMTP id 66AF4150A2 for ; Mon, 1 Nov 1999 12:14:26 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.3/8.9.3) with ESMTP id VAA07261 for ; Mon, 1 Nov 1999 21:14:24 +0100 (CET) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id VAA75037 for freebsd-arch@freebsd.org; Mon, 1 Nov 1999 21:14:24 +0100 (MET) Received: from caspian.plutotech.com (caspian.plutotech.com [206.168.67.80]) by hub.freebsd.org (Postfix) with ESMTP id B58D615033 for ; Mon, 1 Nov 1999 12:13:39 -0800 (PST) (envelope-from gibbs@caspian.plutotech.com) Received: from caspian.plutotech.com (localhost [127.0.0.1]) by caspian.plutotech.com (8.9.3/8.9.1) with ESMTP id MAA00659; Mon, 1 Nov 1999 12:14:23 -0700 (MST) (envelope-from gibbs@caspian.plutotech.com) Message-Id: <199911011914.MAA00659@caspian.plutotech.com> X-Mailer: exmh version 2.1.0 09/18/1999 To: nate@mt.sri.com (Nate Williams) Cc: Peter Dufault , julian@whistle.com, freebsd-arch@freebsd.org Subject: Re: Threads models and FreeBSD. In-reply-to: Your message of "Mon, 01 Nov 1999 13:02:34 MST." <199911012002.NAA18614@mt.sri.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 01 Nov 1999 12:14:22 -0700 From: "Justin T. Gibbs" Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> > Thread share everything that a normal process, including a >> > thread-specific stack which is used to keep each thread's context >> > seperate from one another. >> >> I haven't caught up with you guys yet. This is what >> I asked about POSIX threading before: can stack be private per >> thread? > >I don't believe so, although each thread does have it's own stack, it's >not private. Sean would know more though.... What about thread local storage? -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message