You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Clement Escoffier (JIRA)" <ji...@apache.org> on 2008/07/14 20:02:33 UTC

[jira] Created: (FELIX-633) Factory creation should be done in another thread

Factory creation should be done in another thread
-------------------------------------------------

                 Key: FELIX-633
                 URL: https://issues.apache.org/jira/browse/FELIX-633
             Project: Felix
          Issue Type: Improvement
          Components: iPOJO
            Reporter: Clement Escoffier
            Assignee: Clement Escoffier


iPOJO uses the framework thread (the one calling the bundle listener) to analyze bundles and to create factories and instances. This should be avoided in order to minimize the thread usage.  

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


[jira] Resolved: (FELIX-633) Factory creation should be done in another thread

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

Clement Escoffier resolved FELIX-633.
-------------------------------------

    Resolution: Fixed

Fixed in the revision 676672.
Uses another thread to create factories and instances. Then once a bundle is analyzed, the factory and instance creation is delayed and delegate to another thread. This thread is created when iPOJO starts and stops when iPOJO stops.

> Factory creation should be done in another thread
> -------------------------------------------------
>
>                 Key: FELIX-633
>                 URL: https://issues.apache.org/jira/browse/FELIX-633
>             Project: Felix
>          Issue Type: Improvement
>          Components: iPOJO
>            Reporter: Clement Escoffier
>            Assignee: Clement Escoffier
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> iPOJO uses the framework thread (the one calling the bundle listener) to analyze bundles and to create factories and instances. This should be avoided in order to minimize the thread usage.  

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


[jira] Updated: (FELIX-633) Factory creation should be done in another thread

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

Clement Escoffier updated FELIX-633:
------------------------------------

    Affects Version/s: iPOJO-0.8.0

> Factory creation should be done in another thread
> -------------------------------------------------
>
>                 Key: FELIX-633
>                 URL: https://issues.apache.org/jira/browse/FELIX-633
>             Project: Felix
>          Issue Type: Improvement
>          Components: iPOJO
>    Affects Versions: iPOJO-0.8.0
>            Reporter: Clement Escoffier
>            Assignee: Clement Escoffier
>             Fix For: iPOJO-1.0.0
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> iPOJO uses the framework thread (the one calling the bundle listener) to analyze bundles and to create factories and instances. This should be avoided in order to minimize the thread usage.  

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