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:42:31 UTC

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

     [ 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.