[
https://issues.apache.org/jira/browse/TS-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13902614#comment-13902614
]
ASF subversion and git services commented on TS-1893:
-----------------------------------------------------
Commit f5c2b2c94e06534a1cc4ae1b8726b318351082b5 in trafficserver's branch
refs/heads/master from [~amc]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=f5c2b2c ]
TS-1893 Add missing file
> 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)