The splice package
A library that implements most efficient socket to socket data transfer loops for proxy servers on all operating systems.
On GNU/Linux, it exports the zero-copy system call c_splice() (http://en.wikipedia.org/wiki/Splice_(system_call)#Requirements) in System.IO.Splice.Linux.
On other operating systems, it only exports a portable Haskell implementation.
A unified sockets API for all operating systems is available in Network.Socket.Splice.
- Version Scheme
- Major-R-ewrite . New-F-unctionality . I-mprovementAndBugFixes . P-ackagingOnly
PackagingOnly changes are made for quality assurance reasons.
Properties
| Versions | 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 & ≤5), network |
| License | BSD3 |
| Copyright | Copyright © 2012 Cetin Sert |
| Author | Cetin Sert <fusion@corsis.eu>, Corsis Research |
| Maintainer | Cetin Sert <fusion@corsis.eu>, Corsis Research |
| Stability | stable on all operating systems |
| Category | System, Network |
| Home page | http://corsis.github.com/splice/ |
| Bug tracker | http://github.com/corsis/splice/issues |
| Source repository | git clone git://github.com/corsis/splice.git |
| Upload date | Sat Sep 1 18:44:34 UTC 2012 |
| Uploaded by | CetinSert |
| Built on | ghc-7.4 |
Modules
- Network
- Socket
- System
- IO
- Splice
- IO
Downloads
- splice-0.6.1.1.tar.gz (Cabal source package)
- package description (included in the package)