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)
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