@hackage splice0.6.0.2

Cross-platform Socket to Socket Data Splicing

A library that implements most efficient socket to socket data transfer loops for proxy servers on all operating systems.

On GNU/Linux, it uses the zero-copy splice() system call (http://kerneltrap.org/node/6505) and exports it as c_splice in System.IO.Splice.Linux.

On other operating systems, it uses a portable Haskell implementation.

Legal
This work is undertaken by Corsis Research for the development of PortFusion ]-[ayabusa (はやぶさ) (Hayabusa) (https://fusion.corsis.eu) – German-Japanese joint research project for building the simplest and most concise high-performance distributed reverse / forward proxy application possible on commodity hardware and operating systems.
  • Installation

  • Dependencies (0)

  • Dependents (0)

  • Package Flags

      portable
       (off by default)

      force portable splice implementation on GNU/Linux

      llvm
       (off by default)

      compile via LLVM