Project

General

Profile

Server max-connectionsDetails » History » Revision 2

Revision 1 (Anonymous, 2006-08-06 16:09) → Revision 2/6 (Anonymous, 2006-08-10 23:30)

{{{ 
 #!rst 

 == 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 



 
 }}}