Re: Singal use in Native Threads jdk

1998-12-24 Thread java
Interesting post. I've not read much about SIGSTOP/SIGCONT. Should native libraries be catching SIGSTOP to yield to the garbage truck then? How are you handling this inside the black box? Trent Jarvi [EMAIL PROTECTED] rxtx maintainer http://jarvi.ezlink.com/rxtx/

Singal use in Native Threads jdk

1998-12-23 Thread Kevin B. Hendricks
Hi, I am not sure if this is the cuase of your problem, but the natiuve_threads jdk uses the signals to communicate between threads including SIGUSR1, SIGUSR2 (used by linuxthreads), SIGSTOP, SIGCONT (used to stop threads to allow garbage collection thread to run, and SIGUNUSED which is used by t