Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2002 08:23:44 +0930
From:      Greg Lewis <glewis@eyesbeyond.com>
To:        Erik Mattsson <erik.mattsson@imbridge.com>
Cc:        java@FreeBSD.ORG
Subject:   Re: Java, FreeBSD and JNI
Message-ID:  <20020723082344.A68615@misty.eyesbeyond.com>
In-Reply-To: <008901c23153$37e3fc90$0800a8c0@imbridge.se>; from erik.mattsson@imbridge.com on Mon, Jul 22, 2002 at 09:41:37AM %2B0200
References:  <008901c23153$37e3fc90$0800a8c0@imbridge.se>

next in thread | previous in thread | raw e-mail | index | archive | help
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".

-- 
Greg Lewis                          Email   : glewis@eyesbeyond.com
Eyes Beyond                         Web     : http://www.eyesbeyond.com
Information Technology              FreeBSD : glewis@FreeBSD.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020723082344.A68615>