You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Maria Fedotova (JIRA)" <ji...@apache.org> on 2015/05/14 15:31:59 UTC

[jira] [Updated] (TAP5-2477) Improvement of PerthreadManagerImpl.getPerthreadMap

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

Maria Fedotova updated TAP5-2477:
---------------------------------
    Description: 
In this patch we removed this code
{code}
if (shutdown.get())
        {
            return CollectionFactory.newMap();
        }
{code}
And it decreased time per request on ~20ms.
This patch is  already in our production.
Thank [~mihasik] for the idea.

  was:
In this patch we delete if (shutdown.get())
        {
            return CollectionFactory.newMap();
        }


> Improvement of PerthreadManagerImpl.getPerthreadMap
> ---------------------------------------------------
>
>                 Key: TAP5-2477
>                 URL: https://issues.apache.org/jira/browse/TAP5-2477
>             Project: Tapestry 5
>          Issue Type: Improvement
>            Reporter: Maria Fedotova
>
> In this patch we removed this code
> {code}
> if (shutdown.get())
>         {
>             return CollectionFactory.newMap();
>         }
> {code}
> And it decreased time per request on ~20ms.
> This patch is  already in our production.
> Thank [~mihasik] for the idea.



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