blob: e124f0831875d0046d102f7b8a0a40fd91a0c8bc (
plain) (
blame)
1
2
3
4
5
6
7
|
Sys::Sendfile provides access to your operating system's sendfile
facility. It allows you to efficiently transfer data from one
filehandle to another. Typically the source is a file on disk and the
sink is a socket, and some operating systems may not even support
other usage.
WWW: https://metacpan.org/release/Sys-Sendfile
|