You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2010/11/05 06:13:22 UTC

[jira] Created: (TS-514) Improve code around proxy.process.net.connections_currently_open

Improve code around proxy.process.net.connections_currently_open
----------------------------------------------------------------

                 Key: TS-514
                 URL: https://issues.apache.org/jira/browse/TS-514
             Project: Traffic Server
          Issue Type: Bug
            Reporter: Leif Hedstrom
             Fix For: 2.1.4


This stat is important because it's used for throttling incoming requests. The code for this is currently inconsistent, and not efficient. I'm going to change this to work directly on the global stat only, similar to how we do it for the server connection stat (which is also used for throttling).

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


[jira] Resolved: (TS-514) Improve code around proxy.process.net.connections_currently_open

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom resolved TS-514.
------------------------------

    Resolution: Fixed

> Improve code around proxy.process.net.connections_currently_open
> ----------------------------------------------------------------
>
>                 Key: TS-514
>                 URL: https://issues.apache.org/jira/browse/TS-514
>             Project: Traffic Server
>          Issue Type: Bug
>            Reporter: Leif Hedstrom
>             Fix For: 2.1.4
>
>
> This stat is important because it's used for throttling incoming requests. The code for this is currently inconsistent, and not efficient. I'm going to change this to work directly on the global stat only, similar to how we do it for the server connection stat (which is also used for throttling).

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