Re: [patch] Real-Time Preemption, -RT-2.6.10-rc2-mm2-V0.7.30-2

From: Ingo Molnar
Date: Tue Nov 23 2004 - 09:22:23 EST



* Florian Schmidt <mista.tapas@xxxxxxx> wrote:

> ~$ ps -C jack_test -cmL
> PID LWP CLS PRI TTY TIME CMD
> 988 - - - pts/1 00:00:00 jack_test
> - 988 TS 20 - 00:00:00 -
> - 989 FF 99 - 00:00:00 -
>
> So when you ctrl-z out of jack_test you cause its process() thread to
> be suspended, too, thus jackd cannot finish processing its graph.

so in theory any scheduling delay of PID 988 in the above setup (the
SCHED_OTHER task) should not be able to negatively influence jackd,
correct? In fact, does in this particular jack_test case PID 988 do
anything substantial?

Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/