[Bug 788252] New: Review Request: python-sendfile - Python interface to the sendfile(2) system call

bugzilla at redhat.com bugzilla at redhat.com
Tue Feb 7 21:17:02 UTC 2012


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: python-sendfile - Python interface to the sendfile(2) system call

https://bugzilla.redhat.com/show_bug.cgi?id=788252

           Summary: Review Request: python-sendfile - Python interface to
                    the sendfile(2) system call
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: rbryant at redhat.com
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com,
                    package-review at lists.fedoraproject.org
    Classification: Fedora
      Story Points: ---
              Type: ---
        Regression: ---
        Mount Type: ---
     Documentation: ---


Spec URL:
http://fedorapeople.org/~russellb/python-sendfile/python-sendfile.spec

SRPM URL:
http://fedorapeople.org/~russellb/python-sendfile/python-sendfile-2.0.0-1.fc16.src.rpm

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).

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list