You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Rob Ryan (JIRA)" <ji...@apache.org> on 2016/09/23 16:15:20 UTC

[jira] [Updated] (FELIX-5363) new URL(string) suffers under concurrency

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

Rob Ryan updated FELIX-5363:
----------------------------
    Attachment: Merged-callees.csv

callees report from new URL(string) under moderate concurrency.

> new URL(string) suffers under concurrency
> -----------------------------------------
>
>                 Key: FELIX-5363
>                 URL: https://issues.apache.org/jira/browse/FELIX-5363
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: framework-5.4.0
>            Reporter: Rob Ryan
>         Attachments: Merged-callees.csv
>
>
> Under moderate concurrency (25threads) and frequent use of new java.net.URL(string) a bottleneck was seen with yourkit.  In one test involving HTML page generation new URL(url) was seen to take 20% of time (via yourkit).
> This was tracked to org.apache.felix.framework.URLHandlersStreamHandlerProxy.getStreamHandlerService() URLHandlersStreamHandlerProxy.java which accounted for 99% of the time used by new URL(url).



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