blob: 57f6373b1301d00830f92f323e1b7ac27d358be0 (
plain) (
blame)
1
2
3
4
5
6
7
|
A library which exposes zero-copy sendfile functionality in a portable
way. If a platform does not support sendfile, a fallback implementation
in haskell is provided. Currently supported platforms: Windows 2000+
(Native), Linux 2.6+ (Native), FreeBSD (Native), OS-X 10.5+ (Native),
Everything else (Portable Haskell code).
WWW: http://patch-tag.com/r/mae/sendfile
|