Re: [PATCH] improving O(1)-J9 in heavily threaded situations

From: Ingo Molnar (mingo@elte.hu)
Date: Mon Feb 04 2002 - 19:59:12 EST


On Mon, 4 Feb 2002, Jussi Laako wrote:

> My application uses three tier architecture where is low HAL layer
> reading audio from soundcard which is compressed and sent (TCP) to
> distributor process which decompresses the audio and distributes
> (UNIX/LOCAL) it to clients. Distributor's clients are the CPU hogs
> doing various processing tasks to the signal and then sending (TCP)
> the results to the very thin user interface.

Please renice your CPU hog soundcard processes to -11, does that make any
difference? (under -K2)

> HAL and distributor are running as SCHED_FIFO, but CPU hog processing
> tasks are dynamically fork()/exec()'d and run on default priority (not
> as root). So I should nice user interfaces to 15+?

is it more important to run these CPU hogs than to run interactive tasks?
If yes then renice them to -11.

        Ingo

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



This archive was generated by hypermail 2b29 : Thu Feb 07 2002 - 21:00:39 EST