Paolo Ciccone wrote:
> On Tue, Dec 07, 1999 at 12:31:28PM -0500, Scott Murray wrote:
> > Without native threads support, this release is IMO useless for running
> > any kind of serious Java applications on Linux.
>
> I disagree, we have a couple of very big applications running under this
> JDK, including JBuilder, and the performance is good. Now, I understand that
> some applications need native threads but a many others can run ok with
> green threads today.
The problem here is with specially written native code, i.e. device drivers.
Most of these don't run at all, or at least not very reliably without the native
thread support.
At least this is my problem with a green-thread-only port.
As the drivers I'm currently using are all based on RXTX, a proper linux
port of JavaComm which worked with green threads would actually solve this
problem, but since JavaComm has remained unchanged for a substantial period
of time, I haven't been able to rely on this
--
[EMAIL PROTECTED]
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]