Package python-module-pysendfile: Information

    Source package: python-module-pysendfile
    Version: 2.0.0-alt1
    Build time:  Nov 8, 2012, 03:56 PM
    Report package bug
    License: MIT
    Summary: Python interface to the sendfile(2) system call
    Description: 
    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).

    List of rpms provided by this srpm:
    python-module-pysendfile (x86_64, i586)
    python-module-pysendfile-debuginfo (x86_64, i586)

    Maintainer: Pavel Shilovsky

    List of contributors:
    Pavel Shilovsky

    ACL:
    @qa_p7

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

    Last changed


    Sept. 13, 2012 Pavel Shilovsky 2.0.0-alt1
    - Initial release for Sisyphus (based on Fedora)