Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37039484
en ru br
ALT Linux repos
S:2.0.1-alt3

Group :: Development/Python3
RPM: python3-module-pysendfile

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.0.1-alt3
Build date: 12 february 2020, 09:32 ( 215.2 weeks ago )
Size: 16.31 Kb

Home page:   https://pypi.org/project/pysendfile/

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

Current maintainer: Andrey Bychkov

List of contributors

List of rpms provided by this srpm:

  • python3-module-pysendfile
  • python3-module-pysendfile-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin