You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2009/05/10 23:14:45 UTC

[jira] Created: (FELIX-1138) URL Handlers performance regression due to service lookups

URL Handlers performance regression due to service lookups
----------------------------------------------------------

                 Key: FELIX-1138
                 URL: https://issues.apache.org/jira/browse/FELIX-1138
             Project: Felix
          Issue Type: Bug
          Components: Framework
    Affects Versions: felix-1.6.1
            Reporter: Richard S. Hall
             Fix For: felix-2.0.0


URL stream/content handler lookup is now a bit slower since there were changes to no longer cache services using a tracker, but to look them up in the service registry each time one is needed. We should probably listen for service events so we can cache stream/contant handler service objects.

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


[jira] Assigned: (FELIX-1138) URL Handlers performance regression due to service lookups

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall reassigned FELIX-1138:
--------------------------------------

    Assignee: Karl Pauls

> URL Handlers performance regression due to service lookups
> ----------------------------------------------------------
>
>                 Key: FELIX-1138
>                 URL: https://issues.apache.org/jira/browse/FELIX-1138
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: felix-1.6.1
>            Reporter: Richard S. Hall
>            Assignee: Karl Pauls
>             Fix For: felix-2.0.0
>
>
> URL stream/content handler lookup is now a bit slower since there were changes to no longer cache services using a tracker, but to look them up in the service registry each time one is needed. We should probably listen for service events so we can cache stream/contant handler service objects.

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


[jira] Resolved: (FELIX-1138) URL Handlers performance regression due to service lookups

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

Karl Pauls resolved FELIX-1138.
-------------------------------

    Resolution: Fixed

Speed-up URL stream/content handler lookup by using a tracker again. The difference to the previous tracker is that we now create and maintain the trackers inside the framework so don't need to do classloads when using them.

> URL Handlers performance regression due to service lookups
> ----------------------------------------------------------
>
>                 Key: FELIX-1138
>                 URL: https://issues.apache.org/jira/browse/FELIX-1138
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: felix-1.6.1
>            Reporter: Richard S. Hall
>            Assignee: Karl Pauls
>             Fix For: felix-2.0.0
>
>
> URL stream/content handler lookup is now a bit slower since there were changes to no longer cache services using a tracker, but to look them up in the service registry each time one is needed. We should probably listen for service events so we can cache stream/contant handler service objects.

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