You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "Miles Libbey (JIRA)" <ji...@apache.org> on 2010/04/19 22:31:50 UTC

[jira] Created: (TS-312) add option to always share keep-alive connections to the origin server

add option to always share keep-alive connections to the origin server 
-----------------------------------------------------------------------

                 Key: TS-312
                 URL: https://issues.apache.org/jira/browse/TS-312
             Project: Traffic Server
          Issue Type: Improvement
            Reporter: Miles Libbey
            Priority: Minor


(was yahoo bug 1411758)


Original description
by Bryan Call (bcall) 2 years ago at 2007-08-08 13:35

Leif and I were talking about extending the meaning of proxy.config.http.share_server_session for reusing keep-alive connections from the TS server and the origin server, for separate clients attached to TS.  You can read more about this in
[BUG 1162233].  The configuration options should be:

so lets add more "options" to share_server_session? E.g.
0 - Never share/reuse connections
1 - Share/reuse connections if max_connections is set (default)
2 - Always try to share-reuse connections

option 1 will give the behavior we currently have and 2 will always try to share the keep-alive connections to the
origin servers.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.