[
https://issues.apache.org/jira/browse/TAP5-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14646219#comment-14646219
]
Hudson commented on TAP5-2477:
------------------------------
ABORTED: Integrated in tapestry-trunk-freestyle #1465 (See
[https://builds.apache.org/job/tapestry-trunk-freestyle/1465/])
TAP5-2477: improve performance of
org.apache.tapestry5.ioc.internal.services.PerthreadManagerImpl.getPerthreadMap(),
extract classes (jochen.kemnade: rev f2a97f3cd51362ad94596b01f672d35cedd86438)
*
tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/services/PerthreadManagerImpl.java
> Improvement of PerthreadManagerImpl.getPerthreadMap
> ---------------------------------------------------
>
> Key: TAP5-2477
> URL: https://issues.apache.org/jira/browse/TAP5-2477
> Project: Tapestry 5
> Issue Type: Improvement
> Affects Versions: 5.4
> Reporter: Maria Fedotova
> Assignee: Jochen Kemnade
> Labels: patch, perfomance
> Attachments: TAP5-2477.patch
>
>
> In this patch we removed this code
> {code}
> if (shutdown.get())
> {
> return CollectionFactory.newMap();
> }
> {code}
> And it decreased time per request on 11% (~20ms).
> This patch is already in our production.
> Thank [~mihasik] for the idea.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)