This script is for Slackware 14.1 only and may be outdated.

SlackBuilds Repository

14.1 > Libraries > pysendfile (2.0.1)

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/

Source Downloads:
pysendfile-2.0.1.tar.gz (e7b301eddd703ab74a48c59a8fda1f97)

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

Validated for Slackware 14.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds