Project

General

Profile

Actions

Server max-connectionsDetails » History » Revision 1

Revision 1/6 | Next »
Anonymous, 2006-08-06 16:09


server.max-connections option

server.max-connections

it provides fine tuning for the request handling
max-connections == max-fds/2 (maybe /3)
means the other file handles are used for fastcgi/files
{{{
server.max-connections = 1024
}}}

Updated by Anonymous over 17 years ago · 1 revisions