@hackage / simple-sendfile

Cross platform library for the sendfile system call

Latest0.2.32

About

Metadata

  • Last updated , by KazuYamamoto
  • License BSD-3-Clause
  • Categories Network Development
  • Maintained by: Kazu Yamamoto <kazu@iij.ad.jp>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    allow-bsd (on by default)

    Allow use of BSD sendfile (disable on GNU/kFreeBSD)

    fallback (off by default)

    Use conduit instead of sendfile()

Readme

Cross platform library for the sendfile system call. This library tries to call minimum system calls which are the bottleneck of web servers.