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 2016/09/08 16:23:23 UTC

[jira] [Updated] (TS-4613) Set an independent thread_data_used for each thread group instead of sharing one thread_data_used

     [ https://issues.apache.org/jira/browse/TS-4613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-4613:
------------------------------
    Fix Version/s:     (was: 7.0.0)
                   7.1.0

> Set an independent thread_data_used for each thread group instead of sharing one thread_data_used
> -------------------------------------------------------------------------------------------------
>
>                 Key: TS-4613
>                 URL: https://issues.apache.org/jira/browse/TS-4613
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Oknet Xu
>            Assignee: Oknet Xu
>            Priority: Minor
>              Labels: Optimization
>             Fix For: 7.1.0
>
>
> "thread_data_used" indicate the usage of EThread::thread_private[ ].
> The EThread::thread_private[ ] saved thread specific data e.g. :
>   - stat system arrays
>   - NetHandler object
>   - PollCont object
> However, the private data of thread group are different.
> Sharing thread_data_used cause the waste of space.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)