Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37045644
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-pysendfile

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 2.0.1-alt3
Время сборки: 12 февраля 2020, 09:32 ( 215.3 недели назад )
Размер архива: 16.31 Kb

Домашняя страница:   https://pypi.org/project/pysendfile/

Лицензия: MIT
О пакете: Python interface to the sendfile(2) system call
Описание:

sendfile(2) is a system call which provides a "zero-copy" way of copying
data from one file descriptor to another (a socket). The phrase
"zero-copy" refers to the fact that all of the copying of data between
the two descriptors is done entirely by the kernel, with no copying of
data into user-space buffers. This is particularly useful when sending a
file over a socket (e.g. FTP).

Текущий майнтейнер: Andrey Bychkov

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • python3-module-pysendfile
  • python3-module-pysendfile-debuginfo
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin