Eric Dantan Rzewnicki <eric(a)zhevny.com> writes:
but, ecasound doesn't get SCHED_FIFO that way,
no?
(ecasound running w/pid 3764)
eric@audiobox:~$ chrt -p 3764
pid 3764's current scheduling policy: SCHED_OTHER
pid 3764's current scheduling priority: 0
or does ecasound's jack thread run inside jackd and not show up in ps
output?
It runs inside of ecasound, but is not the main thread. It will
probably have an ID of 3766 or 3767 in your example.
The `ps' output is screwy for threads. Try something like...
$ ps -eo pid,tid,class,rtprio,ni,pri,comm | grep ecasound
--
joq