The sendfile package
A library which exposes zero-copy sendfile functionality in a portable way. If a platform does not support sendfile, a fallback implementation in haskell is provided.
Currently supported platforms: Windows 2000+ (Native), Linux 2.6+ (Native), FreeBSD (Native), OS-X 10.5+ (Native), Everything else (Portable Haskell code).
Properties
| Versions | 0.1, 0.2, 0.3, 0.3.1, 0.4, 0.5, 0.6.1, 0.6.2, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.7.4, 0.7.5, 0.7.6, 0.7.7, 0.7.8, 0.7.9 |
|---|---|
| Dependencies | base (≥3 & <5), bytestring (≥0.9.1.4 & <0.10), network (2.*) |
| License | BSD3 |
| Author | Matthew Elder <matt@mattelder.org> |
| Maintainer | Jeremy Shaw <jeremy@n-heptane.com> |
| Stability | provisional |
| Category | Network |
| Home page | http://patch-tag.com/r/mae/sendfile |
| Source repository | darcs get http://patch-tag.com/r/mae/sendfile/pullrepo |
| Upload date | Mon Mar 12 22:56:41 UTC 2012 |
| Uploaded by | JeremyShaw |
| Build failure | ghc-7.4 (log) |
| Distributions | Fedora: 0.7.8, NixOS: 0.7.9, Debian: 0.7.7, FreeBSD: 0.7.9 |
Modules
- Network
- Socket
- Network.Socket.SendFile
- Network.Socket.SendFile.Handle
- Network.Socket.SendFile.Iter
- Network.Socket.SendFile.Portable
- Network.Socket.SendFile
- Socket
Downloads
- sendfile-0.7.5.tar.gz (Cabal source package)
- package description (included in the package)