Re: Newbie question

1999-07-30 Thread Volker Wehner
Pere Serra wrote: > > I have an easy question: > What's the difference between native threads and green theads? > Which one is more eficient/stable? > (from blackdown:) Native threads use the operating system to do the task switching. Native threads are thus a benefit in multi-processor (SMP)

process shutdown fails in JNI-application (native threads)

1999-06-11 Thread Volker Wehner
Hi, I am using the JNI invocation API in a C (not C++) application. Calling java methods works. But when the program calls exit() it hangs in __syscall_sigsuspend(). All threads (native ones, creates by the JVM after JNI_CreateJavaVM()) remain in the process list. This is the stack of the main