Received: from PACIFIC-CARRIER-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA12738; Fri, 12 Jan 96 09:57:36 EST
Received: from liquor.cabi.net by MIT.EDU with SMTP
	id AA08599; Fri, 12 Jan 96 09:57:27 EST
Received: (from listadm@localhost) by liquor.cabi.net (8.6.12/8.6.12) id JAA00710; Fri, 12 Jan 1996 09:57:07 -0500
Resent-Date: Fri, 12 Jan 1996 09:57:07 -0500
Date: Fri, 12 Jan 1996 08:57:10 -0600
From: jsigler@spdmail.spd.dsccc.com (John Sigler)
Message-Id: <9601121457.AA01598@sun1225.spd.dsccc.com>
To: chapman@u.washington.edu
Cc: java-linux@java.blackdown.org
Subject: Re: Threads and time quantum
References: <Pine.SUN.3.91.960111233809.948D-100000@despina>
	<Pine.OSF.3.91l.960111215904.25005P-100000@saul6.u.washington.edu>
Resent-Message-Id: <"q0q4B1.0.X9.aOdzm"@liquor>
Resent-From: java-linux@java.blackdown.org
X-Mailing-List: <java-linux@java.blackdown.org> archive/latest/931
X-Loop: java-linux@java.blackdown.org
Precedence: list
Resent-Sender: java-linux-request@java.blackdown.org

On January 11, Randy Chapman wrote:

> On Linux, as on Solaris (and on the Mac), Java is strictly one process 
> using a completely user level threading implementation.  This means,
>
> ...
>
> A simplistic linux kernel-based threads approach, otoh, would have each
> thread in what, as far as the time-slicer is concerned, is a separate
> task, thus each thread of the 3threaded app having the same priority
> as a full single-threaded app.  Needless to say, this would allow some
> nasty clone/thread bombs in java, hence why I dont like this idea =(

Sorry if this is a bit off the normal topic but I'd really like to be
clear on this. Linux has only user mode threads currently, right? Is
someone is working on kernel mode threads, and if so, does anyone know
the status? Also I thought Solaris had kernel mode threads? The first
sentence above seems to say otherwise?

Thanks,
John 

