|
Does CPU scheduler favor root?
Does Linux CPU scheduler favor processes running under root to processes running under non-superuser? The nice value is the same.
I can't find this information anywhere, however a test with my application tells me otherwise - in case of a high load I see problems of processes running under regular user, the ones running under root seem to be fine. Thanks.
|