@hackage simple-sendfile0.2.32
Cross platform library for the sendfile system call
Categories
License
BSD-3-Clause
Maintainer
Kazu Yamamoto <kazu@iij.ad.jp>
Links
Versions
Installation
Dependencies (8)
- base >=4.8 && <5
- bytestring
- conduit >=1.0 && <1.4
- conduit-extra >=1.0 && <1.4
- network >=3.1.4
- resourcet Show all…
Dependents (5)
@hackage/warp, @hackage/warpZ, @hackage/acme-everything, @hackage/hpath, @hackage/yesod-platform
Package Flags
allow-bsd
(on by default)
Allow use of BSD sendfile (disable on GNU/kFreeBSD)
fallback
(off by default)
Use conduit instead of sendfile()
Cross platform library for the sendfile system call. This library tries to call minimum system calls which are the bottleneck of web servers.