NightStrike writes: > Does gcj support setting priorities for threads in a java process? Yes, it does. It passes the priority down to the underlying thread system. > Also, is garbage collection preemptible? You'll have to explain what you mean by that. Andrew.