After some tests I made the following experiences: 1. I was able to reduce the start-up time by ~30% by embedding all thirdparty-libraries in one wrapper-bundle.
2. I was able to halve the start-up time by embedding all thirdparty-libraries in my felix-launcher!! 3. inline=true reduces the start-up time by ~10%. => Prefer large bundles including all dependencies. Regards Roland Richard S. Hall wrote > On 9/6/13 05:27 , Roland wrote: >> Is it possible to start the framework and the cached bundles >> concurrently? > > I'm not optimistic: > > https://issues.apache.org/jira/browse/FELIX-3034 > > -> richard > >> >> >> >> -- >> View this message in context: >> http://apache-felix.18485.x6.nabble.com/How-to-improve-the-start-time-of-Apache-Felix-tp5004833p5004859.html >> Sent from the Apache Felix - Users mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: > [email protected] >> For additional commands, e-mail: > [email protected] >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [email protected] > For additional commands, e-mail: > [email protected] -- View this message in context: http://apache-felix.18485.x6.nabble.com/How-to-improve-the-start-time-of-Apache-Felix-tp5004833p5005068.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

