Updated Branches: refs/heads/master 5bf0ca124 -> 0689331ff
start a stub of deployment Limiations. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/0689331f Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/0689331f Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/0689331f Branch: refs/heads/master Commit: 0689331ff4f938fff91c46adc29ab947eb6b4eb6 Parents: 5bf0ca1 Author: Igor GaliÄ <[email protected]> Authored: Sun Aug 18 14:17:04 2013 +0200 Committer: Igor GaliÄ <[email protected]> Committed: Sun Aug 18 14:17:04 2013 +0200 ---------------------------------------------------------------------- doc/admin/index.en.rst | 9 +++++++++ doc/reference/plugins/balancer.en.rst | 2 ++ 2 files changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/0689331f/doc/admin/index.en.rst ---------------------------------------------------------------------- diff --git a/doc/admin/index.en.rst b/doc/admin/index.en.rst index 8bf54d9..83ac896 100644 --- a/doc/admin/index.en.rst +++ b/doc/admin/index.en.rst @@ -121,6 +121,15 @@ similar caching products. Traffic Server supports ICP (Internet Cache Protocol) peering. Hierarchical caching is described in more detail in :ref:`hierarchical-caching`. +Deployment Limitations +---------------------- + +There's a number of deployment options that Traffic Server does not support right out +of the box. Such funcionality may be implemented in a plugin, but in some cases +Traffic Server's internal APIs or architectural restrictions won't make it easy: + +* Load Balancing - note that there is an experimental plugin for this: :ref:`balancer-plugin`. + Traffic Server Components ========================= http://git-wip-us.apache.org/repos/asf/trafficserver/blob/0689331f/doc/reference/plugins/balancer.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/plugins/balancer.en.rst b/doc/reference/plugins/balancer.en.rst index 9d54d91..3222184 100644 --- a/doc/reference/plugins/balancer.en.rst +++ b/doc/reference/plugins/balancer.en.rst @@ -1,3 +1,5 @@ +.. balancer-plugin: + Balancer Plugin ***************
