Пакет python-module-pysendfile: Информация
Исходный пакет: python-module-pysendfile
Версия: 2.0.0-alt1
Собран: 8 ноября 2012 г. 15:56
Категория: Разработка/Python
Сообщить об ошибке в пакетеДомашняя страница: http://code.google.com/p/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).
Список бинарных RPM-пакетов, собираемых из данного SRPM:
python-module-pysendfile (x86_64, i586)
python-module-pysendfile-debuginfo (x86_64, i586)
python-module-pysendfile (x86_64, i586)
python-module-pysendfile-debuginfo (x86_64, i586)
Сопровождающий: Pavel Shilovsky
Последнее изменение
13 сентября 2012 г. Pavel Shilovsky 2.0.0-alt1
- Initial release for Sisyphus (based on Fedora)