You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by su...@apache.org on 2015/07/09 17:29:29 UTC

trafficserver git commit: Move the transaction-state-timer-diagram to a separate section and link it from faqs and http-hooks sections.

Repository: trafficserver
Updated Branches:
  refs/heads/master b04bc9b6a -> 19f347a26


Move the transaction-state-timer-diagram to a separate section and
link it from faqs and http-hooks sections.


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

Branch: refs/heads/master
Commit: 19f347a26a0e29834e7e810025a148242c6677ff
Parents: b04bc9b
Author: Sudheer Vinukonda <su...@yahoo-inc.com>
Authored: Thu Jul 9 15:28:25 2015 +0000
Committer: Sudheer Vinukonda <su...@yahoo-inc.com>
Committed: Thu Jul 9 15:28:25 2015 +0000

----------------------------------------------------------------------
 doc/admin/faqs.en.rst                      | 13 +++----------
 doc/sdk/http-hooks-and-transactions.en.rst |  6 ++++++
 doc/sdk/traffic-server-timers.en.rst       | 15 +++++++++++++++
 3 files changed, 24 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/19f347a2/doc/admin/faqs.en.rst
----------------------------------------------------------------------
diff --git a/doc/admin/faqs.en.rst b/doc/admin/faqs.en.rst
index f00b07a..4759b1b 100644
--- a/doc/admin/faqs.en.rst
+++ b/doc/admin/faqs.en.rst
@@ -607,16 +607,9 @@ performance on your origin servers, you may adjust the origin connection timeout
 in Traffic Server by changing :ts:cv:`proxy.config.http.connect_attempts_timeout`
 in :file:`records.config` to a larger value.
 
-Timers applicable to various states in the transaction
+Timers applicable to various states in a transaction
 -----------------------------------------------------
 
-Traffic Server runs a variety of timers at various states of a transaction. Typically,
-a given transaction may include upto two connections (one on the UA/client side and the
-other on the Origin side). Traffic Server supports two kinds of timers "Active" and
-"Inactive" timers for each side respectively, as applicable at a given state. The below
-picture illustrates the specific timers run at various states in the current implementation.
-
-.. figure:: ../static/images/admin/transaction_states_timers.svg
-   :align: center
-   :alt: Active and Inactive Timers in various states
+For an overview of HTTP transaction timers, refer to the transaction timer diagram
+in `traffic-server-timerstraffic-server-timers`.
 

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/19f347a2/doc/sdk/http-hooks-and-transactions.en.rst
----------------------------------------------------------------------
diff --git a/doc/sdk/http-hooks-and-transactions.en.rst b/doc/sdk/http-hooks-and-transactions.en.rst
index 916a8af..b2471c3 100644
--- a/doc/sdk/http-hooks-and-transactions.en.rst
+++ b/doc/sdk/http-hooks-and-transactions.en.rst
@@ -142,3 +142,9 @@ HTTP Transaction State Diagram
      TS_HTTP_TXN_CLOSE_HOOK [shape = box];
    }
 
+Timers applicable to various states in a transaction
+-----------------------------------------------------
+
+For an overview of HTTP transaction timers, refer to the transaction timer diagram
+in `traffic-server-timerstraffic-server-timers`.
+

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/19f347a2/doc/sdk/traffic-server-timers.en.rst
----------------------------------------------------------------------
diff --git a/doc/sdk/traffic-server-timers.en.rst b/doc/sdk/traffic-server-timers.en.rst
new file mode 100644
index 0000000..fe64a34
--- /dev/null
+++ b/doc/sdk/traffic-server-timers.en.rst
@@ -0,0 +1,15 @@
+Timers applicable to various states in a transaction
+-----------------------------------------------------
+
+Traffic Server runs a variety of timers at various states of a transaction. Typically,
+a given transaction may include upto two connections (one on the UA/client side and the
+other on the Origin side). Traffic Server supports two kinds of timers "Active" and
+"Inactive" timers for each side respectively, as applicable at a given state. The below
+picture illustrates the specific timers run at various states in the current implementation.
+The picture only depicts the HTTP transaction level timers and does not include the TLS handshake
+states and other more detailed/internal timers in each individual state.
+
+.. figure:: ../static/images/admin/transaction_states_timers.svg
+      :align: center
+   :alt: Active and Inactive Timers in various states
+