パッケージ: python-sendfile (2.0.1-1build3)
python-sendfile に関するリンク
Trisquel の資源:
pysendfile ソースパッケージをダウンロード:
- [pysendfile_2.0.1-1build3.dsc]
- [pysendfile_2.0.1.orig.tar.gz]
- [pysendfile_2.0.1-1build3.debian.tar.xz]
メンテナ:
Original Maintainers:
- Ghe Rivero
- W. Martin Borgert
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Python interface to sendfile(2)
Python library 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).
その他の python-sendfile 関連パッケージ
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C Library: Shared libraries
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: python
- interactive high-level object-oriented language (default version)
- dep: python (<< 2.8)
- dep: python (>= 2.7~)