The mod_xfer_mmap
module for ProFTPD uses the mmap(2)
system call to
map files to be downloaded into memory, rather than using read(2)
. This
hopefully saves on kernel I/O and memory usage.
See the mod_xfer_mmap.html documentation for more details.