[
https://issues.apache.org/jira/browse/TS-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13902074#comment-13902074
]
ASF subversion and git services commented on TS-1893:
-----------------------------------------------------
Commit 0d8bfb404df781637da317af68487d8b10671152 in trafficserver's branch
refs/heads/master from [~amc]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=0d8bfb4 ]
TS-1893 Add configuration options for server session matching.
> Make ATS use keep-alive connections per origin address
> ------------------------------------------------------
>
> Key: TS-1893
> URL: https://issues.apache.org/jira/browse/TS-1893
> Project: Traffic Server
> Issue Type: Improvement
> Components: HTTP, Network, Performance
> Reporter: Tomasz Kuzemko
> Assignee: Alan M. Carroll
> Fix For: 5.0.0
>
> Attachments: TS-1893-PoC.diff
>
>
> In current implementation Traffic Server uses a two level hash for keep-alive
> connections: server ip -> hostname -> keep-alive session.
> The reasoning behind this was that some old http servers could not handle the
> request properly for different virtual hosts on the same keep-alive session.
> Recent web servers should all handle this situation correctly.
> The improvement would be to make a single level hash to keep just the server
> ip. Shared hosting configurations using ATS as a reverse-proxy could benefit
> the most from this improvement.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)