From owner-freebsd-java@FreeBSD.ORG Fri Mar 19 12:31:00 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5166C16A4CF for ; Fri, 19 Mar 2004 12:31:00 -0800 (PST) Received: from smta01.mail.ozemail.net (smta01.mail.ozemail.net [203.103.165.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 120E243D1D for ; Fri, 19 Mar 2004 12:30:59 -0800 (PST) (envelope-from joe.shevland@e-wise.com) Received: from AMADAN ([203.102.246.65]) by smta01.mail.ozemail.net with SMTP id <20040319203052.EINR5463.smta01.mail.ozemail.net@AMADAN>; Fri, 19 Mar 2004 20:30:52 +0000 From: "Joe Shevland" To: "Greg Lewis" Date: Sat, 20 Mar 2004 07:31:01 +1100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20040319160929.GB2605@misty.eyesbeyond.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal cc: freebsd-java@freebsd.org Subject: RE: tomcat41 producing 28 java daemons X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Mar 2004 20:31:00 -0000 I see, I didn't realize that, I thought the Linux JVM dealt with threads as 'light-threads' from a while back... but now I think I'm getting confused with Solaris :/ Sorry for any unnecessary noise, Regards, Joe > -----Original Message----- > From: Greg Lewis [mailto:glewis@eyesbeyond.com] > Sent: Saturday, 20 March 2004 3:09 AM > To: Joe Shevland > Cc: freebsd-java@freebsd.org > Subject: Re: tomcat41 producing 28 java daemons > > > On Fri, Mar 19, 2004 at 10:47:31PM +1100, Joe Shevland wrote: > > > Yes. You see threads as processes for linux programs. > > > > Really, every Java spawned thread is a separate process with > the Linux JDK? > > (Or is that just how it appears?). Sorry, I shouldn't come out > of my lurker > > mode, but that must be expensive? > > Thats the case with Linux itself (unless you're using the new 2.6 kernel). > FreeBSD is just emulating behaviour. And yes, it was pretty heavy weight, > which is why its been replaced :). > > -- > Greg Lewis Email : glewis@eyesbeyond.com > Eyes Beyond Web : http://www.eyesbeyond.com > Information Technology FreeBSD : glewis@FreeBSD.org > >