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 2013/10/15 10:00:25 UTC

git commit: doc: update cluster howto to for connections

Updated Branches:
  refs/heads/master 5c39d024c -> 200aafb33


doc: update cluster howto to for connections


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/200aafb3
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/200aafb3
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/200aafb3

Branch: refs/heads/master
Commit: 200aafb33509263c883db8cf3d48fe949793fbc7
Parents: 5c39d02
Author: Zhao Yongming <mi...@gmail.com>
Authored: Tue Aug 20 18:24:31 2013 +0800
Committer: Zhao Yongming <mi...@gmail.com>
Committed: Tue Oct 15 16:00:08 2013 +0800

----------------------------------------------------------------------
 doc/admin/cluster-howto.en.rst | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/200aafb3/doc/admin/cluster-howto.en.rst
----------------------------------------------------------------------
diff --git a/doc/admin/cluster-howto.en.rst b/doc/admin/cluster-howto.en.rst
index 612db32..3b01019 100644
--- a/doc/admin/cluster-howto.en.rst
+++ b/doc/admin/cluster-howto.en.rst
@@ -135,8 +135,8 @@ Performance tweak for busy Cluster
 ==================================
 
 Starting from v3.2.0, Apache Traffic Server can handle multiple internal
-cluster connections, and we can tweak for the Cluster threads and
-connections:
+cluster connections, and we can tweak for the Cluster threads and each of
+the thread will keep one connection to all of the cluster machines:
 
 -  Increasing Cluster threads:
 
@@ -147,13 +147,8 @@ connections:
 
 .. XXX::  ET_NET and ET_CLUSTER should be documented some place. Right now, this means nothing to me.
 
--  Setup the Cluster connections:
-
-   In the Cluster, the internal connections is TCP and limited by
-   ET_CLUSTER threads and network performance, we can increase the
-   connections to archive better performance.::
-
-       traffic_line -s proxy.config.cluster.num_of_cluster_connections -v 10
+   ::
+       traffic_line -s proxy.config.cluster.threads -v 10
 
 with these tweaks, we can archive about 10gbps traffic for the internal
 cluster transfer speed.