Project

General

Profile

Actions

Server network-backendDetails » History » Revision 1

Revision 1/12 | Next »
Anonymous, 2006-08-06 16:23


server.network-backend option

server.network-backend

The basic network interface for all platforms at the syscalls read()  and write(). Every modern OS provides its own syscall to help network
servers transfer files as fast as possible
linux-sendfile - is recommended for small files.[[BR]]
writev - is recommended for sending many large files
{{{
server.network-backend = "linux-sendfile"
}}}

Updated by Anonymous over 17 years ago · 1 revisions