splice: Cross-platform Socket to Socket Data Splicing

[ bsd3, library, network, system ] [ Propose Tags ]

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

On GNU/Linux, it uses and exposes the zero-copy splice() system call: http://kerneltrap.org/node/6505.

On other operating systems, it falls back to a portable Haskell implementation.

Framework
This work is funded by Corsis Research (http://corsis.eu) for the development of PortFusion ]-[ayabusa (はやぶさ) (Hayabusa) – 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 (https://sourceforge.net/p/portfusion/wiki/RoadMap/).

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
portable

force portable splice implementation on GNU/Linux

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3, 0.3.1, 0.3.2, 0.4, 0.5, 0.5.1, 0.6, 0.6.0.2, 0.6.1, 0.6.1.1
Dependencies base (>=4 && <=6), network (>=2 && <=4), unix (>=2 && <=4) [details]
License BSD-3-Clause
Copyright Copyright © 2012 Cetin Sert
Author Cetin Sert <fusion@corsis.eu>
Maintainer Cetin Sert <fusion@corsis.eu>
Category System, Network
Home page http://corsis.github.com/splice/
Uploaded by CetinSert at 2012-05-02T05:05:03Z
Distributions LTSHaskell:0.6.1.1, NixOS:0.6.1.1, Stackage:0.6.1.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 9954 total (27 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]