Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2001 18:11:06 -0700
From:      Nate Williams <nate@yogotech.com>
To:        "Chuck Riess" <criess@yahoo-inc.com>
Cc:        <freebsd-java@FreeBSD.ORG>
Subject:   RE: TIB software and JDK 1.2.2b10
Message-ID:  <15328.41258.597791.192158@caddis.yogotech.com>
In-Reply-To: <011301c1626c$acf1c3c0$113d91d8@yahoo.com>
References:  <011301c1626c$acf1c3c0$113d91d8@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> Here is a follow-up to getting TIB/RV working on FreeBSD and Java:
> 
> I couldn't get Tibco's TIB/RV (Version 6.8) software to work on my FreeBSD 4.3 machine using jdk1.2.2p10.  The VM kept crashing.  I talked to Tibco customer support and got the following reply:
> 
>   " Since the Java jdk only supports green threads on FreeBSD 4.3 and Rendezvous (TIB/RV)
> requires the use of native threads, the Java API is not supported on this
> platform. "

Then their software is broken, since to be portable, it must not assume
a threading model.  Green threads are in fact 'native', but are not
kernel threads.

> So, I don't know if what customer support says is true.  But I did
> notice that I could not get the example TIB/RV programs to run on
> jdk1.1.8 on FreeBSD 4.3 either.  I did get the C example programs to
> run.  I was able to get the example program "tibrvlisten" to work by
> using rva (instead of rvd) and changing the transport from
> TibRvdTransport to TibRvaTransport and running in JAVA mode vs NATIVE
> mode which bypasses the JNI calls to the C Tibco library functions and
> calls pure Java functions as I understand it.

???

> So if I build jdk1.31p5 on FreeBSD 4.3 will it use native threads?  Do
> I need FreeBSD 4.4? Do I need a thread patch?

There are no functional JDK's for FreeBSD that use native (kernel) threads.



Nate

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?15328.41258.597791.192158>