A serious Java app "must" have native threads if:

a) It must use SMP (and the box it's running on has it),

b) It wasn't written well to deal with all threading models (for example,
   non-preemptive threads) found under Java.

Since all serious applications are well written :-), perhaps Scott's
objection might be more appropriately limited to SMP environments.

Nathan


On Tue, Dec 07, 1999 at 10:07:18AM -0800, 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.
> 
> 
> -- 
> Paolo
> 
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to