Roger Larsson <[EMAIL PROTECTED]> writes: > But it is still a way to see that no client burns cycles where it should not - > jackd would not start (or stop). And you _can_ get fewer context switches, > but only if some client burns extra cycles. > > Compare: > > With jackd as highest priority: > Context switches: A->jd->A->B->jd > > With jackd as lowest priority: > Context switches: A->jd->B->jd
The actual JACK process cycle works like this: jd->A->B->jd -- joq
