@hackage sendfile0.3.1
A portable sendfile library
Categories
License
BSD-3-Clause
Maintainer
Matthew Elder <matt@mattelder.org>
Links
Versions
Installation
Dependencies (4)
- Win32
- base >=4 && <4.2
- bytestring >=0.9.1.4 && <0.10
- network >=2 && <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), Everything else (Haskell).