Server max-connectionsDetails » History » Revision 3
Revision 2 (Anonymous, 2006-08-10 23:30) → Revision 3/6 (Anonymous, 2007-01-12 23:52)
{{{ #!rst server.max-connections option ============================= server.max-connections Provides it provides fine tuning for the request handling. handling max-connections == max-fds/2 (maybe /3) As in, if you want to support 2048 concurrent connections, you may also want to set server.max-fds = 4096 (or 6144). Why more file handles than connections? The means the other file handles are used for fastcgi and/or files. Default: fastcgi/files :: server.max-connections = 1024 }}}