@hackage sendfile0.7.11.6
A portable sendfile library
Categories
License
BSD-3-Clause
Maintainer
Jeremy Shaw <jeremy@n-heptane.com>
Links
Versions
Installation
Tested Compilers
Dependencies (4)
- Win32 >=2.2.0.0 && <2.3
- base >=3 && <5
- bytestring >=0.9.1.4 && <0.13
- network >=2 && <3.3 Show all…
Dependents (12)
@hackage/warp, @hackage/wai-extra, @hackage/happstack-server-tls, @hackage/snap-server, @hackage/happstack-server, @hackage/acme-everything, Show all…
Package Flags
portable
(off by default)
Explicitly enable portable sendfile support (implemented in Haskell)
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).