@hackage simple-sendfile0.2.29
Cross platform library for the sendfile system call
Categories
License
BSD-3-Clause
Maintainer
Kazu Yamamoto <kazu@iij.ad.jp>
Links
Versions
Deprecated
Dependencies (8)
- base >=4 && <5
- bytestring
- conduit >=1.0 && <1.4
- conduit-extra >=1.0 && <1.4
- network
- 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)
Cross platform library for the sendfile system call. This library tries to call minimum system calls which are the bottleneck of web servers.