From owner-freebsd-java@FreeBSD.ORG Fri Mar 19 03:47:26 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 A638316A4CE for ; Fri, 19 Mar 2004 03:47:26 -0800 (PST) Received: from smta06.mail.ozemail.net (smta06.mail.ozemail.net [203.103.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 389EC43D2D for ; Fri, 19 Mar 2004 03:47:25 -0800 (PST) (envelope-from joe.shevland@e-wise.com) Received: from AMADAN ([203.102.246.65]) by smta06.mail.ozemail.net with SMTP id <20040319114354.DQMM14290.smta06.mail.ozemail.net@AMADAN>; Fri, 19 Mar 2004 11:43:54 +0000 From: "Joe Shevland" To: "Yuri Khotyaintsev" , "C. Kukulies" Date: Fri, 19 Mar 2004 22:47:31 +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) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <405ADA97.8020104@irfu.se> 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 11:47:26 -0000 > -----Original Message----- > From: owner-freebsd-java@freebsd.org > [mailto:owner-freebsd-java@freebsd.org]On Behalf Of Yuri Khotyaintsev > Sent: Friday, 19 March 2004 10:34 PM > To: C. Kukulies > Cc: freebsd-java@freebsd.org > Subject: Re: tomcat41 producing 28 java daemons > > > C. Kukulies wrote: > > > when running tomcat41 (ports, 5.2.1) I'm getting about > > 28 of these: > > 782 p3 I 0:08.76 > /usr/local/linux-blackdown-jdk1.4.1/bin/java -jar -Dc > > 783 p3 S 0:00.00 [snip] > > > > Is this normal? > > 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? Joe