You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zy...@apache.org on 2011/06/24 09:54:06 UTC

svn commit: r1139193 - /trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuration-files/records.config.en.mdtext

Author: zym
Date: Fri Jun 24 07:54:06 2011
New Revision: 1139193

URL: http://svn.apache.org/viewvc?rev=1139193&view=rev
Log:
add proxy.config.cluster.threads documents from TS-822


Modified:
    trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuration-files/records.config.en.mdtext

Modified: trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuration-files/records.config.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuration-files/records.config.en.mdtext?rev=1139193&r1=1139192&r2=1139193&view=diff
==============================================================================
--- trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuration-files/records.config.en.mdtext (original)
+++ trafficserver/site/branches/ats-cms/content/docs/trunk/admin/configuration-files/records.config.en.mdtext Fri Jun 24 07:54:06 2011
@@ -171,12 +171,7 @@ the `records.config` file.
 :   The new default thread stack size, for all threads. The original default is set at 1 MB.
 
 
-### Local Manager ### {#LocalManager}
-
-*`proxy.config.lm.sem_id`* {#proxy.config.lm.sem_id}
-:   `INT`
-:   Default: `11452`
-:   The semaphore ID for the local manager.
+### Cluster ### {#Cluster}
 
 *`proxy.local.cluster.type`* {#proxy.local.cluster.type}
 :   `INT`
@@ -192,6 +187,19 @@ the `records.config` file.
 :   Default: `8088`
 :   The reliable service port. The reliable service port is used to send configuration information between the nodes in a cluster. All nodes in a cluster must use the same reliable service port.
 
+*`proxy.config.cluster.threads`* {#proxy.config.cluster.threads}
+:   `INT`
+:   Default: `1`
+:   The number of threads for cluster communication. On heavy cluster, the number should be adjusted. It is recommend that take the thread CPU usage as a reference when adjusting.
+
+### Local Manager ### {#LocalManager}
+
+*`proxy.config.lm.sem_id`* {#proxy.config.lm.sem_id}
+:   `INT`
+:   Default: `11452`
+:   The semaphore ID for the local manager.
+
+
 *`proxy.config.admin.autoconf_port`* {#proxy.config.admin.autoconf_port}
 :   `INT`
 :   Default: `8083`