|
From: <gne...@us...> - 2009-01-30 10:53:11
|
Update of /cvsroot/aolserver/aolserver.com/docs/admin In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv22736 Modified Files: config-reference.tcl.txt Log Message: update annotated config file Index: config-reference.tcl.txt =================================================================== RCS file: /cvsroot/aolserver/aolserver.com/docs/admin/config-reference.tcl.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** config-reference.tcl.txt 20 Mar 2002 22:10:33 -0000 1.4 --- config-reference.tcl.txt 30 Jan 2009 10:53:02 -0000 1.5 *************** *** 93,101 **** ns_param connsperthread 0 ;# Normally there's one conn per thread ns_param flushcontent false ;# Flush all data before returning - ns_param maxconnections 100 ;# Max connections to put on queue ns_param maxdropped 0 ;# Shut down if dropping too many conns ns_param maxthreads 20 ;# Tune this to scale your server ns_param minthreads 0 ;# Tune this to scale your server ns_param threadtimeout 120 ;# Idle threads die at this rate # Limits --- 93,103 ---- ns_param connsperthread 0 ;# Normally there's one conn per thread ns_param flushcontent false ;# Flush all data before returning ns_param maxdropped 0 ;# Shut down if dropping too many conns ns_param maxthreads 20 ;# Tune this to scale your server ns_param minthreads 0 ;# Tune this to scale your server ns_param threadtimeout 120 ;# Idle threads die at this rate + ns_param maxconnections 100 ;# Max connections per thread before it is shut down + ns_param spread 20 ;# Variance factor for threadtimeout and maxconnections + ;# to prevent mass mortality of theads (e.g. +-20%) # Limits |