From owner-freebsd-java Tue Jul 23 0:25:57 2002 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 67B8637B400 for <java@FreeBSD.ORG>; Tue, 23 Jul 2002 00:25:56 -0700 (PDT) Received: from hyena.levonline.com (tistel.levonline.com [193.15.191.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C35B43E42 for <java@FreeBSD.ORG>; Tue, 23 Jul 2002 00:25:54 -0700 (PDT) (envelope-from erik.mattsson@imbridge.com) Received: from bashfull (h126n2fls34o837.telia.com [217.209.139.126]) (authenticated) by hyena.levonline.com (8.11.6/8.11.6) with ESMTP id g6N7Pkk09011 for <java@FreeBSD.ORG>; Tue, 23 Jul 2002 09:25:46 +0200 Message-ID: <002501c2321a$48682b00$0800a8c0@imbridge.se> From: "Erik Mattsson" <erik.mattsson@imbridge.com> Cc: <java@FreeBSD.ORG> References: <008901c23153$37e3fc90$0800a8c0@imbridge.se> <20020723082344.A68615@misty.eyesbeyond.com> Subject: Re: Java, FreeBSD and JNI Date: Tue, 23 Jul 2002 09:26:37 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-java.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-java> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-java> X-Loop: FreeBSD.org > On Mon, Jul 22, 2002 at 09:41:37AM +0200, Erik Mattsson wrote: > > Im developing servlets that uses JNI for some large image handling, converting > > to other formats etc. Now I wonder if there are any problems that I should know > > about running JNI applications under the freebsd-jdk1.3.1 port? > > Don't assume a particular threading subsystem. For example, if your JNI > code uses pthreads, don't assume it will just play nice with the default > "green threads". What do you mean, do you mean that using threads in the JNI code is not advisable? What is the difference between the native and green threads ? //erik To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message