comparison doc/freediameter.conf.sample @ 253:ad6c0118fb50

Configurable number of server threads
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 13 Apr 2010 14:50:54 +0900
parents bd83ce9328ed
children 32ba9cf7ba87
comparison
equal deleted inserted replaced
252:433ef00ac049 253:ad6c0118fb50
141 # message to another peer if any is available, according to the routing 141 # message to another peer if any is available, according to the routing
142 # algorithms. In addition the "0xffffff" application is advertised in CER/CEA 142 # algorithms. In addition the "0xffffff" application is advertised in CER/CEA
143 # exchanges. 143 # exchanges.
144 # Default: Relaying is enabled. 144 # Default: Relaying is enabled.
145 #NoRelay; 145 #NoRelay;
146
147 # Number of server threads that can handle incoming messages at the same time.
148 # TODO: implement dynamic # of threads depending on the length of the queue.
149 # Default: 4
150 #AppServThreads = 4;
146 151
147 # Other applications are configured by loading appropriate extensions. 152 # Other applications are configured by loading appropriate extensions.
148 153
149 ############################################################## 154 ##############################################################
150 ## Extensions configuration 155 ## Extensions configuration
"Welcome to our mercurial repository"