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

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

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

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

Сообщества

Настроить S2

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



Пишет LWN.net ([info]syn_lwnheadline)
@ 2019-12-12 14:59:00


Previous Entry  Add to memories!  Tell a Friend!  Next Entry
[$] Buffered I/O without page-cache thrashing
Linux offers two modes for file I/O: buffered and direct. Buffered I/O
passes through the kernel's page cache; it is relatively easy to use and
can yield significant performance benefits for data that is accessed
multiple times. Direct I/O, instead, goes straight between a user-space
buffer and the storage device. It can be much faster for situations where
caching by the operating system isn't necessary, but it is complex to use
and contains traps for the unwary. Now, it seems, Jens Axboe has come up
with a
way to get many of the benefits of direct I/O
with a lot less bother.


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