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/01/22 20:32:01 UTC

trafficserver git commit: update docs to clarify that using per thread server session pool requires to disable dedicated SSL threads

Repository: trafficserver
Updated Branches:
  refs/heads/master 270694446 -> a9f219f79


update docs to clarify that using per thread server session
pool requires to disable dedicated SSL threads


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

Branch: refs/heads/master
Commit: a9f219f795c13fce24a923d0548947097630712c
Parents: 2706944
Author: Sudheer Vinukonda <su...@yahoo-inc.com>
Authored: Thu Jan 22 19:31:07 2015 +0000
Committer: Sudheer Vinukonda <su...@yahoo-inc.com>
Committed: Thu Jan 22 19:31:07 2015 +0000

----------------------------------------------------------------------
 doc/reference/configuration/records.config.en.rst | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a9f219f7/doc/reference/configuration/records.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst
index e68510f..a931449 100644
--- a/doc/reference/configuration/records.config.en.rst
+++ b/doc/reference/configuration/records.config.en.rst
@@ -658,6 +658,9 @@ Value Effect
    Enables (``1``) or disables (``0``) the reuse of server sessions. The
    default (``2``) is similar to enabled, except it creates a server session
    pool per network thread. This has the best performance characteristics.
+   Note that setting this parameter to (``2``) will not work correctly unless
+   the dedicated SSL threads are disabled (:ts:cv `proxy.config.ssl.number.threads`
+   is set to (``-1``)).
 
 .. ts:cv:: CONFIG proxy.config.http.server_session_sharing.match STRING both