<br><br><div class="gmail_quote">On Sat, Mar 16, 2013 at 8:49 AM, Paul Coccoli <span dir="ltr"><<a href="mailto:pcoccoli@gmail.com" target="_blank">pcoccoli@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I just noticed this on my Fedora 17 system.  I run jackd like this:<br></blockquote><div><br>you've fallen for a classic mistake when using ps(1) on multithreaded applications. <br><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

[paul@watt ~]$ ps -p 20370 -o cmd,class,pri,rtprio<br>
CMD                         CLS PRI RTPRIO<br>
/usr/bin/jackd --realtime - TS   19      -<br></blockquote><div><br>jackd runs more than one thread. your use of ps(1) shows only the initial thread, which is not RT.<br><br>--p <br></div><div><br></div></div>