GNU/Linux and parallel FET tasks

Started by Liviu Lalescu, October 22, 2011, 12:53:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Liviu Lalescu

In the past, I used KDE and needed to run two FET programs in parallel, to compare their performance (I have a dual-core processor). I needed both programs to have almost the same processing resources, and that happened on KDE.

On Xfce, it seems that one program out of these two is advantaged, or anyway the behavior is not what I want.

Is it because maybe I have a newer Linux kernel, or because I have Xfce instead of KDE?

How can I do what I want?

Andrés Chandía

Maybe with the nice command assing the same nice amount to both check man nice
@ch

Liviu Lalescu

Quote from: Andrés Chandía on January 26, 2012, 03:08:58 PM
Maybe with the nice command assing the same nice amount to both check man nice

Thanks, I'll see it in the future.