Пакет 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)

    Сопровождающий: Pavel Shilovsky

    Список участников:
    Pavel Shilovsky

      1. python-devel
      2. python-module-distribute

    Последнее изменение


    13 сентября 2012 г. Pavel Shilovsky 2.0.0-alt1
    - Initial release for Sisyphus (based on Fedora)