A Python interface to sendfile(2) syscall.
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 userspace buffers. This is particularly useful
when sending a file over a socket (e.g. FTP).
Maintained by: Dimitris Zlatanidis
Keywords: pysendfile,sendfile,python
ChangeLog: pysendfile
Homepage:
http://code.google.com/p/pysendfile/
Download SlackBuild:
pysendfile.tar.gz
pysendfile.tar.gz.asc (FAQ)
(the SlackBuild does not include the source)
Individual Files: |
README |
pysendfile.SlackBuild |
pysendfile.info |
slack-desc |
© 2006-2023 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of
Patrick Volkerding
Linux® is a registered trademark of
Linus Torvalds