Войти в систему

Home
    - Создать дневник
    - Написать в дневник
       - Подробный режим

LJ.Rossia.org
    - Новости сайта
    - Общие настройки
    - Sitemap
    - Оплата
    - ljr-fif

Редактировать...
    - Настройки
    - Список друзей
    - Дневник
    - Картинки
    - Пароль
    - Вид дневника

Сообщества

Настроить S2

Помощь
    - Забыли пароль?
    - FAQ
    - Тех. поддержка



Пишет LWN.net ([info]syn_lwnheadline)
@ 2020-04-23 19:05:00


Previous Entry  Add to memories!  Tell a Friend!  Next Entry
[$] Controlling realtime priorities in kernel threads
The realtime scheduler classes are intended to allow a developer to state
which tasks have the highest priorities with the assurance that, at any
given time, the highest-priority task will have unimpeded access to the
CPU. The kernel itself carries out a number of tasks that have tight time
constraints, so it is natural to want to assign realtime priorities to
kernel threads carrying out those tasks. But, as Peter Zijlstra argues
in a new patch set, it makes little sense for the kernel to be assigning
such priorities; to put an end to that practice, he is proposing to take
away most of the kernel's ability to prioritize its own threads.


(Читать комментарии) (Добавить комментарий)