RE: Another JDK 1.2 Status Report

1999-02-06 Thread Nelson Minar
>But what about "true" multitasking? In my experience, green threads >don't do that very well. In Java, green threads may not do multitasking at all. Java makes no guarantees about preemptive threading - it's entirely correct for one thread to dominate the CPU, as long as it's the highest priorit

RE: Another JDK 1.2 Status Report

1999-02-06 Thread Peter Schuller
> The most praised benefit of native threads: A multithreaded application > can be concurrently processed on a SMP machine by its processors. Hmm. Everyone says that's the best thing about native threads. But what about "true" multitasking? In my experience, green threads don't do that very well.

Re: Another JDK 1.2 Status Report

1999-02-05 Thread Juergen Kreileder
> Christian Seiler writes: >> Thanks for the infos. >> >> Question are green thread slower than native threads ? >> It depends. Christian> Well, hard to answer. A common opinion is that green Christian> threads are slower because the JVM has to do a lot of Chri

JavaSound and JMF performance [was Re: Another JDK 1.2 Status Report]

1999-02-05 Thread Alexander V. Konstantinou
On Fri, Feb 05, 1999 at 09:46:14AM +, [EMAIL PROTECTED] wrote: [... snip ...] > Would this affect the performance of the forthcoming Java Sound API and > Java Media Framework API. Or am I barking (mad) up the wrong tree? The Java Sound API depends on native code to provide some of the sound

RE: Another JDK 1.2 Status Report

1999-02-05 Thread Christian Seiler
> Thanks for the infos. > > Question are green thread slower than native threads ? > Well, hard to answer. A common opinion is that green threads are slower because the JVM has to do a lot of additional work like dispatching/serializing signals and other stuff for the green threads. On the ot

Re: Another JDK 1.2 Status Report

1999-02-05 Thread peter . pilgrim
_ Subject: Another JDK 1.2 Status Report Author: kbhend ([EMAIL PROTECTED]) at lon-mime Date:04/02/99 00:15 Hi, I thought I would pass along some good news. The porters ran with plan B and so we now have a working green_threads version that can and does run the JCK to completion

RE: Another JDK 1.2 Status Report

1999-02-05 Thread Kontorotsui
On 04-Feb-99 Kevin B. Hendricks wrote: > Sorry, I can't provide more info, but rest assured we are all working hard > to get this thing out the door as soon as possible. You're all doing a great work, thank you. --- Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at Universit

Another JDK 1.2 Status Report

1999-02-03 Thread Kevin B. Hendricks
Hi, I thought I would pass along some good news. The porters ran with plan B and so we now have a working green_threads version that can and does run the JCK to completion without hanging on both x86 and ppc. We still have to find and fix all of the errors reported by the JCK, but at least now