You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Tomasz Kuzemko (JIRA)" <ji...@apache.org> on 2013/05/14 00:33:16 UTC

[jira] [Created] (TS-1893) Make ATS use keep-alive connections per origin address

Tomasz Kuzemko created TS-1893:
----------------------------------

             Summary: 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


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira