>>>>> Nelson Minar writes:

    Nelson> I'm curious how Java thread priorities are layered on top
    Nelson> of LinuxThreads.. When a thread of high priority becomes
    Nelson> runnable, is a SIGSTOP sent to all lower priority threads
    Nelson> to make them stop until the high priority thread finishes?

Since we use LinuxThreads and SCHED_OTHER, 1.2 native threads ignores 
Java thread priorities (that is valid with respect to the JLS).
1.1.7 used a trick to allow reducing a thread's priority.


        Juergen

-- 
Juergen Kreileder, Universitaet Dortmund, Lehrstuhl Informatik V
Baroper Strasse 301, D-44221 Dortmund, Germany
Phone: ++49 231/755-5806, Fax: ++49 231/755-5802

Reply via email to